TAO XIAO created KAFKA-2048: ------------------------------- Summary: java.lang.IllegalMonitorStateException thrown in AbstractFetcherThread when handling error returned from simpleConsumer Key: KAFKA-2048 URL: https://issues.apache.org/jira/browse/KAFKA-2048 Project: Kafka Issue Type: Bug Components: consumer Affects Versions: 0.8.2.1 Reporter: TAO XIAO Assignee: Neha Narkhede
AbstractFetcherThread will throw java.lang.IllegalMonitorStateException in the catch block of processFetchRequest method. This is because partitionMapLock is not acquired before calling partitionMapCond.await() -- This message was sent by Atlassian JIRA (v6.3.4#6332)