keith-turner commented on code in PR #4317: URL: https://github.com/apache/accumulo/pull/4317#discussion_r1517784693
########## server/base/src/main/java/org/apache/accumulo/server/manager/state/TabletManagementIterator.java: ########## @@ -69,7 +71,25 @@ public class TabletManagementIterator extends SkippingIterator { private TabletBalancer balancer; private static boolean shouldReturnDueToSplit(final TabletMetadata tm, - final long splitThreshold) { + final Configuration tableConfig) { Review Comment: > Maybe SplitUtils should be moved to base? Moving it to server base SGTM -- 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-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org