keith-turner commented on code in PR #3382:
URL: https://github.com/apache/accumulo/pull/3382#discussion_r1187427945
##########
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:
Not that I know of, I did not start there because I was unsure if that was
the best path and I wanted to get some basic functionality working. I think
that would be a good follow on issue to explore.
--
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]