dlmarion commented on code in PR #3439:
URL: https://github.com/apache/accumulo/pull/3439#discussion_r1211769310
##########
server/manager/src/main/java/org/apache/accumulo/manager/split/Splitter.java:
##########
@@ -112,10 +102,7 @@ private static int weigh(KeyExtent keyExtent) {
return size;
}
- public Splitter(ServerContext context, Ample.DataLevel level, Manager
manager) {
- this.context = context;
- this.level = level;
- this.manager = manager;
+ public Splitter(ServerContext context) {
this.splitExecutor =
context.threadPools().createExecutorService(context.getConfiguration(),
Property.MANAGER_SPLIT_WORKER_THREADS, true);
this.scanExecutor =
Review Comment:
Addressed in cfced0b
--
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]