Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix host memory leak for R2C #9196

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Sep 6, 2023

I recently noticed during some integration test runs that the logs were complaining about a host memory leak.

I tracked it down and we were not closing the GpuColumnarBatchBuilder in all cases. I cleaned up some of the cases when we were closing it at the end, and fixed the ones where we were not doing it.

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
@revans2 revans2 self-assigned this Sep 6, 2023
@revans2
Copy link
Collaborator Author

revans2 commented Sep 6, 2023

build

@revans2 revans2 merged commit 4e06922 into NVIDIA:branch-23.10 Sep 7, 2023
@revans2 revans2 deleted the fix_host_leak branch September 7, 2023 17:42
@revans2
Copy link
Collaborator Author

revans2 commented Sep 7, 2023

To be clear I believe that the leak only happens when an exception is thrown, like with a retry. So even though this is not a new leak it should be rare and not worth fixing in older versions.

@sameerz sameerz added the bug Something isn't working label Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants