GitHub user mjsax opened a pull request: https://github.com/apache/kafka/pull/3375
KAFKA-5474: Streams StandbyTask should no checkpoint on commit if EOS is enabled - actual fix for `StandbyTask#commit()` Additionally (for debugging): - EOS test, does not report "expected" value correctly - `StreamThread` does not report "standby tasks" correctly - add `IntegerDecoder` (to be use with `kafka.tools.DumpLogSegments`) You can merge this pull request into a Git repository by running: $ git pull https://github.com/mjsax/kafka kafka-5474-eos-standby-task Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3375.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 #3375 ---- commit 89ea5aa85659177907b6ab14abce1a37cb24f21a Author: Matthias J. Sax <matth...@confluent.io> Date: 2017-06-19T21:47:48Z KAFKA-5474: Streams StandbyTask should no checkpoint on commit if EOS is enabled commit 2b6349d61c2959c671d3f5157fbc4aa40c0f47d1 Author: Matthias J. Sax <matth...@confluent.io> Date: 2017-06-19T21:49:28Z Debug, cleanup, and minor fixes ---- --- 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. ---