keith-turner commented on code in PR #3603:
URL: https://github.com/apache/accumulo/pull/3603#discussion_r1261813910
##########
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 plan to push this implementation forward and flush it out, I think it
serves as a good exercise to help flush out any problems with the interface.
--
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]