You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/06/09 05:46:49 UTC

[GitHub] [kafka] hachikuji commented on pull request #12271: KAFKA-13972; Ensure that replicas are stopped after cancelled reassignment

hachikuji commented on PR #12271:
URL: https://github.com/apache/kafka/pull/12271#issuecomment-1150696570

   There are some failures in `ControllerIntegrationTest` due to the additional epoch bump. The controlled shutdown logic is not doing quite what I expected, so I need to understand it a little better. It looks to me like we are sending `LeaderAndIsr` requests to the shutting down replicas and relying on the check here to keep the replica from restarting itself: https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/server/ReplicaManager.scala#L1694. I had expected that we would send StopReplica instead.


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org