mumrah commented on a change in pull request #9100: URL: https://github.com/apache/kafka/pull/9100#discussion_r470053173
########## File path: core/src/main/scala/kafka/cluster/Partition.scala ########## @@ -569,8 +575,8 @@ class Partition(val topicPartition: TopicPartition, val oldLeaderEpoch = leaderEpoch // record the epoch of the controller that made the leadership decision. This is useful while updating the isr // to maintain the decision maker controller's epoch in the zookeeper path - controllerEpoch = partitionState.controllerEpoch + info(s"Follower ignoring ISR for $topicPartition") Review comment: yea, lots of these will be lowered, was just doing this during development ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org