Nikita-Shupletsov opened a new pull request, #21422:
URL: https://github.com/apache/kafka/pull/21422

   This PR fixes a bug when KS doesn't close stores if the shutdown was 
triggered during rebalance where an active tasks gets converted to a standby 
one and put into pendingTasksToInit
   
   * Added logic to close pending tasks to init.
   * Made standby task closure similar to the one for active tasks.
   * Added a separate method for getting standby tasks from task registry.
   * Added an integration test that reproduces the issue.
   
   Reviewers: Matthias J. Sax <[email protected]>
    Conflicts:
        
streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java


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