dlmarion commented on code in PR #3382:
URL: https://github.com/apache/accumulo/pull/3382#discussion_r1187377994


##########
server/manager/src/main/java/org/apache/accumulo/manager/Manager.java:
##########
@@ -1273,6 +1323,10 @@ boolean canSuspendTablets() {
       throw new IllegalStateException("Exception updating manager lock", e);
     }
 
+    // TODO shut this down later? Is this the correct place to start this?
+    this.splitter = new Splitter(context, DataLevel.USER, this);

Review Comment:
   Is there a reason not to make this part of the TabletGroupWatcher?



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