muralibasani commented on code in PR #22458:
URL: https://github.com/apache/kafka/pull/22458#discussion_r3625091425


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java:
##########
@@ -1288,6 +1318,7 @@ void runOnceWithoutProcessingThreads() {
                 final int processed = taskManager.process(numIterations, time);
                 final long processLatency = advanceNowAndComputeLatency();
                 totalProcessLatency += processLatency;
+                maybeResumePartitionsPausedForBufferOverflow();

Review Comment:
   Good point. Fixed. maybeResumePartitionsPausedForBufferOverflow() is now 
also called at the top of runOnceWithoutProcessingThreads.



-- 
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]

Reply via email to