This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a change to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
from ce75459f09e HBASE-28638 Fail-fast retry limit for specific errors to
recover from remote procedure failure using server crash (#6462)
add c9f4cc9ad47 HBASE-28023 ITBLL's RollingBatchSuspendResumeRsAction
verify the success of the suspendRs action. (#6570)
No new revisions were added by this update.
Summary of changes:
.../org/apache/hadoop/hbase/ClusterManager.java | 12 +++++++
.../hadoop/hbase/DistributedHBaseCluster.java | 38 ++++++++++++++++++++++
.../apache/hadoop/hbase/HBaseClusterManager.java | 18 ++++++++++
.../apache/hadoop/hbase/RESTApiClusterManager.java | 10 ++++++
.../apache/hadoop/hbase/ZNodeClusterManager.java | 12 +++++++
.../apache/hadoop/hbase/chaos/actions/Action.java | 4 +--
.../actions/RollingBatchSuspendResumeRsAction.java | 2 +-
.../chaos/monkies/PolicyBasedChaosMonkey.java | 1 +
.../apache/hadoop/hbase/HBaseClusterInterface.java | 14 ++++++++
.../hadoop/hbase/SingleProcessHBaseCluster.java | 10 ++++++
10 files changed, 118 insertions(+), 3 deletions(-)