soarez commented on code in PR #15697:
URL: https://github.com/apache/kafka/pull/15697#discussion_r1593094798
##########
core/src/main/scala/kafka/server/ReplicaManager.scala:
##########
@@ -2466,7 +2467,6 @@ class ReplicaManager(val config: KafkaConfig,
s"for partitions
${partitionsWithOfflineFutureReplica.mkString(",")} because they are in the
failed log directory $dir.")
}
// retrieve the UUID here because logManager.handleLogDirFailure handler
removes it
Review Comment:
We should move or remove this comment now that the `uuid` declaration has
been moved up.
--
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]