dajac commented on a change in pull request #11170: URL: https://github.com/apache/kafka/pull/11170#discussion_r714557835
########## File path: core/src/main/scala/kafka/server/ReplicaManager.scala ########## @@ -1396,6 +1398,8 @@ class ReplicaManager(val config: KafkaConfig, stateChangeLogger.info(s"Updating log for $topicPartition to assign topic ID " + s"$topicId from LeaderAndIsr request from controller $controllerId with correlation " + s"id $correlationId epoch $controllerEpoch") + if (partitionState.leader != localBrokerId && metadataCache.hasAliveBroker(partitionState.leader)) Review comment: Don't forget to remove `&& metadataCache.hasAliveBroker(partitionState.leader)` here. -- 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-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org