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

[Java][FlightRPC] FlightServer can leak during cleanup #38735

Open
jduo opened this issue Nov 15, 2023 · 0 comments
Open

[Java][FlightRPC] FlightServer can leak during cleanup #38735

jduo opened this issue Nov 15, 2023 · 0 comments

Comments

@jduo
Copy link
Member

jduo commented Nov 15, 2023

Describe the bug, including details regarding any error messages, version, and platform.

In #38318 , a few Flight tests were flakey due to occasionally leaking during cleanup. The leaks were coming from the server's allocator specifically. A workaround is to cleanup child allocators, however it would be best to determine the root cause of the leak and not have to manually clean-up child allocators.

Component(s)

FlightRPC, Java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant