ddanielr commented on code in PR #4768:
URL: https://github.com/apache/accumulo/pull/4768#discussion_r1693646980
##########
server/tserver/src/main/java/org/apache/accumulo/tserver/compactions/CompactionService.java:
##########
@@ -132,8 +132,9 @@ public CompactionService(String serviceName, String
plannerClass, Long maxRate,
this.executors = Map.copyOf(tmpExecutors);
- this.planningExecutor =
ThreadPools.getServerThreadPools().getPoolBuilder("CompactionPlanner")
- .numCoreThreads(1).numMaxThreads(1).withTimeOut(0L,
MILLISECONDS).build();
+ this.planningExecutor =
+
ThreadPools.getServerThreadPools().getPoolBuilder("compaction.service.compaction.planner")
Review Comment:
Found this pool and a couple others that I missed.
Added constants for all of them
--
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]