keith-turner commented on code in PR #5592:
URL: https://github.com/apache/accumulo/pull/5592#discussion_r2183278160
##########
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:
We would not want to use this thread pool for other purporse because it is
created using the user facing property Property.MANAGER_RENAME_THREADS that
gives it a very specific purpose. As long as the thread pool is tightly
coupled to this user property it should only be used for that purpose.
--
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]