Description
TestHBaseFsck#testParallelHbck consistently fails on both Linux and Mac.
I added more logging as shown below:
HBaseFsck h1 = hbck1.get(); HBaseFsck h2 = hbck2.get(); LOG.warn("h1: " + h1); LOG.warn("h2: " + h2);
I saw the following in test output:
2014-12-01 14:58:44,728 WARN [main] util.TestHBaseFsck(576): h1: org.apache.hadoop.hbase.util.HBaseFsck@72aa738e 2014-12-01 14:58:44,729 WARN [main] util.TestHBaseFsck(577): h2: org.apache.hadoop.hbase.util.HBaseFsck@186e2ce6
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-6478 RemoteException can't be retried properly for non-HA scenario
- Closed
- is related to
-
HBASE-12785 Use FutureTask to timeout the attempt to get the lock for hbck
- Closed