vvcephei commented on a change in pull request #8963: URL: https://github.com/apache/kafka/pull/8963#discussion_r449282334
########## File path: streams/src/test/java/org/apache/kafka/streams/integration/EosBetaUpgradeIntegrationTest.java ########## @@ -837,6 +866,11 @@ public void init(final ProcessorContext context) { crash = errorInjectedClient2; sharedCommit = commitCounterClient2; } + punctuator = context.schedule( Review comment: Ok, I was thinking more along the lines that we have just one requestCommit instance while we would have multiple punctuator instances all using it. It looked like a bug, but it seems like it'll be fine. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org