[
https://issues.apache.org/jira/browse/KAFKA-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14379250#comment-14379250
]
Guozhang Wang commented on KAFKA-2048:
--------------------------------------
Thanks for the patch [~xiaotao183], +1 and committed to trunk.
> 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
> Attachments: KAFKA-2048.patch
>
>
> 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)