dlmarion commented on issue #2423:
URL: https://github.com/apache/accumulo/issues/2423#issuecomment-1021409204


   > If there is any other code in Accumulo that creates thread pools for short 
task, then those could also cause an OOME when running for extended periods.
   
   I think most are long lived IIRC.
   
   My guess is the problem is in the ThreadPools class where it's creating 
metrics for each ExecutorService that is created. Ref: 
https://github.com/apache/accumulo/blob/main/core/src/main/java/org/apache/accumulo/core/util/threads/ThreadPools.java#L213


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