Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.2.1
-
None
-
None
Description
AbstractFetcherThread will throw java.lang.IllegalMonitorStateException in the catch block of processFetchRequest method. This is because partitionMapLock is not acquired before calling partitionMapCond.await()