Skip to content

Commit

Permalink
HBASE-26550 Make sure the master is running normally before accepting…
Browse files Browse the repository at this point in the history
… a balance command (#3928)

Signed-off-by: Duo Zhang <[email protected]>
  • Loading branch information
joshelser authored and Apache9 committed Dec 14, 2021
1 parent 44f3008 commit 2bfb743
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,8 @@ public boolean skipRegionManagementAction(final String action) {
}

public BalanceResponse balance(BalanceRequest request) throws IOException {
checkInitialized();

BalanceResponse.Builder responseBuilder = BalanceResponse.newBuilder();

if (loadBalancerTracker == null
Expand Down

0 comments on commit 2bfb743

Please sign in to comment.