keith-turner commented on code in PR #3603:
URL: https://github.com/apache/accumulo/pull/3603#discussion_r1268870465


##########
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:
   > I'm of the opinion that HostRegexTableLoadBalancer can be deprecated in 
3.0 and removed in elasticity
   
   That SGTM.  I will try implementing as long as it does not take too much 
time just to see if I find any problems.



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