You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "dlmarion (via GitHub)" <gi...@apache.org> on 2023/05/08 12:19:43 UTC

[GitHub] [accumulo] dlmarion commented on a diff in pull request #3382: WIP initial stab at moving splits to the manager

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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org