[
https://issues.apache.org/jira/browse/KAFKA-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15658044#comment-15658044
]
Alexey Ozeritskiy commented on KAFKA-4399:
------------------------------------------
As for now I think you can use the following config as a workaround
{code}
# 100 days
offsets.retention.minutes=144000
# 1 hour
offsets.retention.check.interval.ms=3600000
{code}
> Deadlock between cleanupGroupMetadata and offset commit
> -------------------------------------------------------
>
> Key: KAFKA-4399
> URL: https://issues.apache.org/jira/browse/KAFKA-4399
> Project: Kafka
> Issue Type: Bug
> Affects Versions: 0.10.1.0
> Reporter: Alexey Ozeritskiy
> Priority: Blocker
> Attachments: deadlock-stack
>
>
> We have upgraded our clusters to 0.10.1.0 and got deadlock issue.
> We thought it smth like https://issues.apache.org/jira/browse/KAFKA-3994, but
> patch did not help us and our stacks is different. I think it is other issue.
> Stack traces attached
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)