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


##########
core/src/main/java/org/apache/accumulo/core/spi/balancer/HostRegexTableLoadBalancer.java:
##########
@@ -561,4 +561,25 @@ private static String limitTen(Collection<?> iterable) {
         .collect(Collectors.joining(", ", "[", "]"));
   }
 
+  // TODO this is a proof of concept, needs to be flushed out
+  private String getPoolForTserver(TabletServerId tsii) {

Review Comment:
   Created #3641 to deprecate HostRegexTableLoadBalancer in main



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