rmdmattingly commented on code in PR #6722:
URL: https://github.com/apache/hbase/pull/6722#discussion_r1971687841
##########
hbase-balancer/src/main/java/org/apache/hadoop/hbase/master/balancer/BalancerConditionals.java:
##########
@@ -90,8 +94,20 @@ boolean isReplicaDistributionEnabled() {
.anyMatch(DistributeReplicasConditional.class::isAssignableFrom);
}
- boolean shouldSkipSloppyServerEvaluation() {
- return isConditionalBalancingEnabled();
+ boolean isTableIsolationEnabled() {
+ return conditionalClasses.contains(MetaTableIsolationConditional.class);
Review Comment:
When I introduce SystemTableIsolation I anticipate making this an
isAssignableFrom check much like `isReplicaDistributionEnabled`
--
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]