Nikita-Shupletsov commented on code in PR #21365: URL: https://github.com/apache/kafka/pull/21365#discussion_r2744796758
########## streams/src/main/java/org/apache/kafka/streams/processor/internals/Tasks.java: ########## Review Comment: as I mentioned above, this method is called during shutdown when we finish closing a task(cleanly or dirtily). without this change this method will be throwing `Attempted to remove an active task that is not owned` or `Attempted to remove a standby task that is not owned` -- 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]
