cadonna commented on code in PR #13927:
URL: https://github.com/apache/kafka/pull/13927#discussion_r1246555106


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java:
##########
@@ -846,7 +853,7 @@ void runOnce() {
 
                     if (log.isDebugEnabled()) {
                         log.debug("Committed all active tasks {} and standby 
tasks {} in {}ms",
-                            taskManager.activeTaskIds(), 
taskManager.standbyTaskIds(), commitLatency);
+                            taskManager.activeRunningTaskIds(), 
taskManager.standbyTaskIds(), commitLatency);

Review Comment:
   This is basically a renaming to make the code clearer. With the state 
updater restoring tasks are owned by the state updater.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to