DomGarguilo opened a new issue, #4316:
URL: https://github.com/apache/accumulo/issues/4316

   **Is your feature request related to a problem? Please describe.**
   #4313 added caching to CompactorGroupId like this:
   ```java
   static final Cache<String,CompactorGroupId> cache = Caches.getInstance()
         .createNewBuilder(Caches.CacheName.COMPACTOR_GROUP_ID, 
false).weakValues().build();
   ```
   
   There are several other ID objects that already have caching too like 
`TableId`, `NamespaceId` and `InstanceId`.
   
   **Describe the solution you'd like**
   Consider adding similar caching to the following ID objects:
   * ExternalCompactionId
   * CompactionExecutorId
   * CompactionServiceId
   * FateId
   * TabletOperationId
   
   There may be others but these are the objects that `extends AbstractId`.
   


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