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 Dec 14, 2021
1 parent 96c971f commit 13f3b17
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1844,6 +1844,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 13f3b17

Please sign in to comment.