Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.90.5
-
None
-
None
-
Reviewed
Description
As part of HBASE-5137 fix this bug is introduced. The splitLogLock is released in the finally block inside the do-while loop. So when the loop executes second time the unlock of the splitLogLock throws Illegal Monitor Exception.