mjsax commented on code in PR #21448:
URL: https://github.com/apache/kafka/pull/21448#discussion_r2791772837


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/Tasks.java:
##########
@@ -280,6 +280,7 @@ private void removePartitionsForActiveTask(final TaskId 
taskId) {
     @Override
     public synchronized void clear() {
         pendingTasksToInit.clear();
+        pendingTasksToClose.clear();

Review Comment:
   This seems to be the only change not related to re-naming; what's the impact 
of this change? Sound like a bug, but maybe only minor?



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