leerho opened a new pull request, #588:
URL: https://github.com/apache/datasketches-java/pull/588

   This was a memory leak in the tests.  It only shows up when the tests run 
long enough and generate enough garbage for the garbage collector to activate 
and call finalize.  It only showed up when running all the tests for the java 
library.  Running individual tests it will not show up. I would see the warning 
after all the tests have run, but, of course, the warning message doesn't 
provide any clues about where the culprit  is, it can't!  It was kind of a 
cat-and-mouse game to find it, but I finally figured out a way to track it 
down.  
   
   This leak has been there a while, but it was only in the test code. So no 
real harm done.  Release 6.1.0 is coming soon, I think it is safe to release it 
then. 
   
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to