keith-turner commented on code in PR #5649:
URL: https://github.com/apache/accumulo/pull/5649#discussion_r2155045840
##########
core/src/main/java/org/apache/accumulo/core/spi/balancer/HostRegexTableLoadBalancer.java:
##########
@@ -517,9 +518,11 @@ public long balance(BalanceParameters params) {
}
ArrayList<TabletMigration> newMigrations = new ArrayList<>();
balanceTimer.restart();
- getBalancerForTable(tableId).balance(new BalanceParamsImpl(currentView,
migrations,
- newMigrations, params.partitionName() + ":" + tableId,
Map.of(tableName, tableId)));
- LOG.trace("balance results tableId:{} migrations:{} time:{}ms", tableId,
newMigrations.size(),
+ TabletBalancer clazzName = getBalancerForTable(tableId);
Review Comment:
could change `clazzName` to `tableBalancer`
--
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]