andrewchoi5 commented on a change in pull request #8479: URL: https://github.com/apache/kafka/pull/8479#discussion_r445902326
########## File path: core/src/main/scala/kafka/server/ReplicaManager.scala ########## @@ -1556,6 +1557,11 @@ class ReplicaManager(val config: KafkaConfig, error(s"Error while making broker the follower for partition $partition with leader " + s"$newLeaderBrokerId in dir $dirOpt", e) responseMap.put(partition.topicPartition, Errors.KAFKA_STORAGE_ERROR) + case e: ZooKeeperClientException => Review comment: @junrao -- let me know if there's additional changes to be made. Thanks. ---------------------------------------------------------------- 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