Nikita-Shupletsov commented on code in PR #21448:
URL: https://github.com/apache/kafka/pull/21448#discussion_r2791901796
##########
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:
Yeah, I missed that part:(
the only usage of this list is to verify that we are deleting an existing
task, so even though it's technically a bug, I can't think of an impact of it,
as it's not used anywhere outside of shutdown and only for validation purposes
--
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]