cadonna commented on code in PR #12442: URL: https://github.com/apache/kafka/pull/12442#discussion_r931903062
########## streams/src/main/java/org/apache/kafka/streams/processor/internals/Tasks.java: ########## @@ -64,6 +64,11 @@ class Tasks { private final Map<TaskId, Set<TopicPartition>> pendingActiveTasks = new HashMap<>(); private final Map<TaskId, Set<TopicPartition>> pendingStandbyTasks = new HashMap<>(); + private final Set<TaskId> pendingActiveTasksToRecycle = new HashSet<>(); Review Comment: Since you did that in #12439 I will just rebase 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org