HBASE-26540 Implement a tool to verify the lag of region replication (#3950)
commit9e469e4a2a232ebd4ef778aff19d8567016aede1
authorDuo Zhang <zhangduo@apache.org>
Fri, 17 Dec 2021 13:24:26 +0000 (17 21:24 +0800)
committerDuo Zhang <zhangduo@apache.org>
Fri, 31 Dec 2021 04:29:48 +0000 (31 12:29 +0800)
treed3c8e4537574b4f4c6ed042b0f1fe6d6f45a1e6a
parent5ac76c1c00347c90f733eb753e759ac6cdef03f0
HBASE-26540 Implement a tool to verify the lag of region replication (#3950)

Signed-off-by: GeorryHuang <huangzhuoyue@apache.org>
hbase-server/src/test/java/org/apache/hadoop/hbase/RegionReplicationLagEvaluation.java [new file with mode: 0644]
hbase-server/src/test/java/org/apache/hadoop/hbase/TestRegionReplicationLagEvaluation.java [new file with mode: 0644]