GitHub user ymatsuda opened a pull request: https://github.com/apache/kafka/pull/893
HOTFIX: poll even when all partitions are paused. handle concurrent cleanup * We need to poll periodically even when all partitions are paused in order to respond to a possible rebalance promptly. * There is a race condition when two (or more) threads try to clean up the same state directory. One of the thread fails with FileNotFoundException. Thus the new code simply catches it and ignore. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ymatsuda/kafka hotfix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/893.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #893 ---- commit 8210133bf15e47b5ef379b1a15b89c5dd8da6386 Author: Yasuhiro Matsuda <yasuh...@confluent.io> Date: 2016-02-09T23:06:23Z HOTFIX: poll even when all partitions are paused. handle concurrent cleanup ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---