dlmarion opened a new issue, #4336: URL: https://github.com/apache/accumulo/issues/4336
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). This is likely done so that any changes in CompactionService configuration can be picked up on the next iteration, rather than having to respond to configuration changes. Evaluate whether the Caffeine Cache's in the CompactionJobGenerator are still needed. -- 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]
