Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.95.2
-
None
-
Reviewed
Description
Coding error is:
try { Thread.sleep(1000); } catch (InterruptedException ex) { new InterruptedIOException().initCause(ex); }
The exception is created but not thrown...
Attachments
Attachments
Issue Links
- relates to
-
HBASE-5843 Improve HBase MTTR - Mean Time To Recover
- Closed