Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Still fails because all meta replicas arrive at same server even though supposedly protection against this added by me in HBASE-19840.
-------------------------------------------------------------------------------
Test set: org.apache.hadoop.hbase.client.TestMetaWithReplicas
-------------------------------------------------------------------------------
Tests run: 5, Failures: 0, Errors: 2, Skipped: 1, Time elapsed: 600.251 s <<< FAILURE! - in org.apache.hadoop.hbase.client.TestMetaWithReplicas
org.apache.hadoop.hbase.client.TestMetaWithReplicas Time elapsed: 563.656 s <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 600 seconds
at org.apache.hadoop.hbase.client.TestMetaWithReplicas.shutdownMetaAndDoValidations(TestMetaWithReplicas.java:255)
at org.apache.hadoop.hbase.client.TestMetaWithReplicas.testShutdownHandling(TestMetaWithReplicas.java:181)
org.apache.hadoop.hbase.client.TestMetaWithReplicas Time elapsed: 563.656 s <<< ERROR!
java.lang.Exception: Appears to be stuck in thread NIOServerCxn.Factory:0.0.0.0/0.0.0.0:49912
The move of hbase:meta actually moves it back to same server.... no good.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-19840 Flakey TestMetaWithReplicas
- Resolved
- links to