Mark Robert Miller created HBASE-23830:
------------------------------------------
Summary: TestReplicationEndpoint appears to fail a lot in my
attempts for a clean test run locally.
Key: HBASE-23830
URL: https://issues.apache.org/jira/browse/HBASE-23830
Project: HBase
Issue Type: Test
Affects Versions: master
Reporter: Mark Robert Miller
This test is failing for me like 30-40% of the time. Fail seems to usually be
as below. I've tried increasing the wait timeout but that does not seem to help
at all.
{code}
[ERROR] Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 105.145
s <<< FAILURE! - in
org.apache.hadoop.hbase.replication.TestReplicationEndpoint[ERROR] Tests run:
7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 105.145 s <<< FAILURE! -
in org.apache.hadoop.hbase.replication.TestReplicationEndpoint[ERROR]
org.apache.hadoop.hbase.replication.TestReplicationEndpoint.testInterClusterReplication
Time elapsed: 38.725 s <<< FAILURE!java.lang.AssertionError: Waiting timed
out after [30,000] msec Failed to replicate all edits, expected = 2500
replicated = 2476 at org.junit.Assert.fail(Assert.java:89) at
org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203) at
org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:137) at
org.apache.hadoop.hbase.replication.TestReplicationEndpoint.testInterClusterReplication(TestReplicationEndpoint.java:235){code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)