[
https://issues.apache.org/jira/browse/HBASE-26487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460835#comment-17460835
]
Duo Zhang commented on HBASE-26487:
-----------------------------------
And I also executed a 1000000 rows test for HBASE-26233 branch
The command is
{noformat}
./bin/hbase org.apache.hadoop.hbase.RegionReplicationLagEvaluation -vlen 1024
-r 1000000
{noformat}
The result are
{noformat}
2021-12-17T00:03:39,046 INFO [main] hbase.RegionReplicationLagEvaluation: Test
finished, min lag 0 ms, max lag 335 ms, mean lag 0 ms
2021-12-17T00:03:39,046 INFO [main] hbase.RegionReplicationLagEvaluation:
25.0% lag: 0 ms
2021-12-17T00:03:39,047 INFO [main] hbase.RegionReplicationLagEvaluation:
50.0% lag: 0 ms
2021-12-17T00:03:39,047 INFO [main] hbase.RegionReplicationLagEvaluation:
75.0% lag: 0 ms
2021-12-17T00:03:39,047 INFO [main] hbase.RegionReplicationLagEvaluation:
90.0% lag: 0 ms
2021-12-17T00:03:39,047 INFO [main] hbase.RegionReplicationLagEvaluation:
95.0% lag: 0 ms
2021-12-17T00:03:39,047 INFO [main] hbase.RegionReplicationLagEvaluation:
98.0% lag: 0 ms
2021-12-17T00:03:39,047 INFO [main] hbase.RegionReplicationLagEvaluation:
99.0% lag: 1 ms
2021-12-17T00:03:39,047 INFO [main] hbase.RegionReplicationLagEvaluation:
99.9% lag: 3 ms
{noformat}
During the test, the region is split, and is also flushed several times. But
the 99.9% lag is still same, and the max lag is only 335 ms.
> Run some tests to verify the new region replication framework
> -------------------------------------------------------------
>
> Key: HBASE-26487
> URL: https://issues.apache.org/jira/browse/HBASE-26487
> Project: HBase
> Issue Type: Sub-task
> Components: integration tests, test
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
>
> Make sure there is no big bugs before merging back.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)