arsenalzp commented on code in PR #5592: URL: https://github.com/apache/accumulo/pull/5592#discussion_r2178419520
########## server/manager/src/main/java/org/apache/accumulo/manager/Manager.java: ########## @@ -211,6 +212,7 @@ public class Manager extends AbstractServer implements LiveTServerSet.Listener { private final TabletStateStore rootTabletStore; private final TabletStateStore metadataTabletStore; private final TabletStateStore userTabletStore; + private final ExecutorService workerPool; Review Comment: Class `ExecutorService` is using for rename operation presently, however in the future it would be used for other operation, so I don't think field name should be tied to operation name. -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org