keith-turner commented on issue #4336:
URL: https://github.com/apache/accumulo/issues/4336#issuecomment-1976900977

   > TabletGroupWatcher.manageTablets creates a new CompactionJobGenerator each 
time the method is called (each iteration of processing the metadata table 
tablets for user tables, for example)
   
   Looking at the caches, I think they are still useful in this situation.  
Lots of tablets pass through the CompactionJobGenerator after its created and 
the caches help avoid redoing work for each tablet.  I am not sure what the 
implication of constantly recreating the caches are for the metrics code though.


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