ableegoldman commented on a change in pull request #10407: URL: https://github.com/apache/kafka/pull/10407#discussion_r602949029
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ########## @@ -494,8 +494,12 @@ public void postCommit(final boolean enforceCheckpoint) { throw new IllegalStateException("Unknown state " + state() + " while post committing active task " + id); } - commitRequested = false; + clearCommitStatuses(); + } + + private void clearCommitStatuses() { Review comment: done ########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ########## @@ -494,8 +494,12 @@ public void postCommit(final boolean enforceCheckpoint) { throw new IllegalStateException("Unknown state " + state() + " while post committing active task " + id); } - commitRequested = false; + clearCommitStatuses(); + } + + private void clearCommitStatuses() { Review comment: done (in this PR) -- 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