GitHub user ymatsuda opened a pull request: https://github.com/apache/kafka/pull/877
HOTFIX: fix streams issues * RocksDBStore.putInternal should by pass logging. * StoreChangeLogger should not call context.recordCollector() when nothing to log * This is for standby tasks. In standby task, recordCollector() throws an exception. There should be nothing to log anyway. * fixed ConcurrentModificationException in StreamThread @guozhangwang You can merge this pull request into a Git repository by running: $ git pull https://github.com/ymatsuda/kafka hotfix2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/877.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 #877 ---- commit 22484936e076b58279e19898b4da39f73ef7e120 Author: Yasuhiro Matsuda <yasuh...@confluent.io> Date: 2016-02-05T19:48:45Z HOTFIX: fix streams issues ---- --- 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. ---