[GitHub] [hbase] ndimiduk commented on a change in pull request #3536: HBASE-26147: Add dry_run_balancer and related Admin interfaces for running the balancer without executing any region moves

2021-08-16 Thread GitBox
ndimiduk commented on a change in pull request #3536: URL: https://github.com/apache/hbase/pull/3536#discussion_r689717013 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/BalanceRequest.java ## @@ -0,0 +1,96 @@ +/* + * + * Licensed to the Apache

[GitHub] [hbase] ndimiduk commented on a change in pull request #3536: HBASE-26147: Add dry_run_balancer and related Admin interfaces for running the balancer without executing any region moves

2021-08-10 Thread GitBox
ndimiduk commented on a change in pull request #3536: URL: https://github.com/apache/hbase/pull/3536#discussion_r686156596 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/BalanceRequest.java ## @@ -0,0 +1,96 @@ +/* + * + * Licensed to the Apache Software

[GitHub] [hbase] ndimiduk commented on a change in pull request #3536: HBASE-26147: Add dry_run_balancer and related Admin interfaces for running the balancer without executing any region moves

2021-08-10 Thread GitBox
ndimiduk commented on a change in pull request #3536: URL: https://github.com/apache/hbase/pull/3536#discussion_r686154814 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java ## @@ -1750,10 +1751,16 @@ public boolean

[GitHub] [hbase] ndimiduk commented on a change in pull request #3536: HBASE-26147: Add dry_run_balancer and related Admin interfaces for running the balancer without executing any region moves

2021-08-10 Thread GitBox
ndimiduk commented on a change in pull request #3536: URL: https://github.com/apache/hbase/pull/3536#discussion_r686151978 ## File path: hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminClient.java ## @@ -27,6 +27,7 @@ import java.util.Set; import

[GitHub] [hbase] ndimiduk commented on a change in pull request #3536: HBASE-26147: Add dry_run_balancer and related Admin interfaces for running the balancer without executing any region moves

2021-08-10 Thread GitBox
ndimiduk commented on a change in pull request #3536: URL: https://github.com/apache/hbase/pull/3536#discussion_r686146256 ## File path: hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminServer.java ## @@ -541,6 +544,11 @@ public boolean

[GitHub] [hbase] ndimiduk commented on a change in pull request #3536: HBASE-26147: Add dry_run_balancer and related Admin interfaces for running the balancer without executing any region moves

2021-08-10 Thread GitBox
ndimiduk commented on a change in pull request #3536: URL: https://github.com/apache/hbase/pull/3536#discussion_r686139319 ## File path: hbase-protocol-shaded/src/main/protobuf/Master.proto ## @@ -292,7 +292,8 @@ message IsInMaintenanceModeResponse { } message

[GitHub] [hbase] ndimiduk commented on a change in pull request #3536: HBASE-26147: Add dry_run_balancer and related Admin interfaces for running the balancer without executing any region moves

2021-08-09 Thread GitBox
ndimiduk commented on a change in pull request #3536: URL: https://github.com/apache/hbase/pull/3536#discussion_r685591340 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/BalanceRequest.java ## @@ -0,0 +1,96 @@ +/* + * + * Licensed to the Apache Software