shashankhs11 commented on code in PR #21059:
URL: https://github.com/apache/kafka/pull/21059#discussion_r2587045365
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java:
##########
@@ -1232,8 +1178,7 @@ void runOnceWithoutProcessingThreads() {
long totalCommitLatency = 0L;
long totalProcessLatency = 0L;
long totalPunctuateLatency = 0L;
- if (state == State.RUNNING
- || (stateUpdaterEnabled &&
isStartingRunningOrPartitionAssigned())) {
+ if (state == State.RUNNING || isStartingRunningOrPartitionAssigned()) {
Review Comment:
addressed in 6cff200
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]