GitHub user fpj opened a pull request: https://github.com/apache/kafka/pull/212
KAFKA-2300: Error in controller log when broker tries to rejoin cluster I have reopened this issue because the controller isn't cleaning up the state upon an exception and the test case was legitimately failing for me every now and then. I'm proposing a change to fix this. You can merge this pull request into a Git repository by running: $ git pull https://github.com/fpj/kafka 2300 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/212.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 #212 ---- commit dbd1bf3a91c3e15ed2d14bf941c41c87b8116608 Author: flavio junqueira <f...@apache.org> Date: 2015-07-29T17:07:51Z KAFKA-2300: Error in controller log when broker tries to rejoin cluster commit 9b6390ae1c474b90689ff53036120b4be44a3f8f Author: flavio junqueira <f...@apache.org> Date: 2015-07-29T22:36:16Z Updated package name and removed unnecessary imports. commit f1261b15b007d08e87d0ed56f7ec3fecbeddc276 Author: flavio junqueira <f...@apache.org> Date: 2015-07-30T09:57:34Z Fixed some style issues. commit aa6ec90b15ac6d0e0f9e5a58d4fed7b1909d50c2 Author: flavio junqueira <f...@apache.org> Date: 2015-08-12T16:37:07Z KAFKA-2300: Wrapped all occurences of sendRequestToBrokers with try/catch and fixed string typo. commit 7bd2edb83054a9be72dda3425930a68ea3ad494b Author: flavio junqueira <f...@apache.org> Date: 2015-08-12T16:40:13Z KAFKA-2300: Removed unnecessary s" occurrences. commit d5cfba343dac5967733c9415d4574256efdd764a Author: fpj <f...@apache.org> Date: 2015-09-14T13:00:15Z Merge remote-tracking branch 'upstream/trunk' into 2300 commit 742519349463c879d8413aee2b3f12b2ae8888a8 Author: fpj <f...@apache.org> Date: 2015-09-14T13:47:50Z KAFKA-2300: Cleaning the state of broker request batch upon an exception. ---- --- 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. ---