You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/12/17 13:25:22 UTC

[hbase] branch HBASE-26233 updated (5c18b67 -> 1c8d939)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a change to branch HBASE-26233
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from 5c18b67  HBASE-26539 The default rpc timeout 200ms is too small for replicating meta edits (#3919)
     add 1c8d939  HBASE-26540 Implement a tool to verify the lag of region replication (#3950)

No new revisions were added by this update.

Summary of changes:
 .../hbase/RegionReplicationLagEvaluation.java      | 167 +++++++++++++++++++++
 .../hbase/TestRegionReplicationLagEvaluation.java  |  30 ++--
 2 files changed, 181 insertions(+), 16 deletions(-)
 create mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/RegionReplicationLagEvaluation.java
 copy hbase-examples/src/test/java/org/apache/hadoop/hbase/client/example/TestAsyncClientExample.java => hbase-server/src/test/java/org/apache/hadoop/hbase/TestRegionReplicationLagEvaluation.java (64%)