jduo opened a new issue, #38318:
URL: https://github.com/apache/arrow/issues/38318

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   A few tests in the Arrow Flight packages are flaky and leak memory when 
closing the BufferAllocator.
   See https://github.com/apache/arrow/pull/6392 and 
https://github.com/apache/arrow/issues/38268
   
   These tests have been disabled but should be re-enabled once a fix is made.
   
   The memory leak may be due to the FlightServer not completing its shutdown 
process. The call to FlightServer#close() only blocks for 6 seconds and may 
leak memory if that timeout gets exceeded.
   
   ### Component(s)
   
   Java


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to