GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/2319
KAFKA-4551: StreamsSmokeTest.test_streams intermittent failure Remove use of TestTimestampExtractor as it causes the logs to roll and segments get deleted. Remove the wcnt example as it is dependent on the TestTimestampExtractor - windowed counting is covered elsewhere. Change all aggregate operations to use TimeWindow as use of UnlimitedWindow was causing logs to roll and segments being deleted. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka smoke-test Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2319.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 #2319 ---- commit 4c84fcf0b63e0f007f6ccf32e11eb4b36ac81480 Author: Damian Guy <damian....@gmail.com> Date: 2017-01-04T17:44:49Z make smoketest reliable ---- --- 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. ---