keith-turner commented on issue #1011: Slow memory leak URL: https://github.com/apache/accumulo/issues/1011#issuecomment-470156965 @andrewglowacki the NativeMap code has a finalize method that logs a warning if it GCed but was not deleted. Have you seen that in the logs? May not see these because you mentioned there were *100K live NativeMap references* in your memory dump, but its worth checking. In your memory dump what Object holds a reference to some of the native maps? https://github.com/apache/accumulo/blob/rel/1.9.2/server/tserver/src/main/java/org/apache/accumulo/tserver/NativeMap.java#L486
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services