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

Close SpillableBatch to avoid leaks #4754

Merged
merged 1 commit into from
Feb 11, 2022

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Feb 11, 2022

this fixes #4730
I did a bit of cleanup for some of the code, but the leaks really were that the SpillableColumnBatch instances that were inserted into the queue were never closed when they were dequeued.

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
@revans2 revans2 added the bug Something isn't working label Feb 11, 2022
@revans2 revans2 added this to the Feb 14 - Feb 25 milestone Feb 11, 2022
@revans2 revans2 self-assigned this Feb 11, 2022
@revans2
Copy link
Collaborator Author

revans2 commented Feb 11, 2022

build

@revans2 revans2 merged commit 8ce015f into NVIDIA:branch-22.04 Feb 11, 2022
@revans2 revans2 deleted the leak_in_tests branch February 11, 2022 19:31
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.

[BUG] python UDF tests are leaking
2 participants