soarez commented on code in PR #15522:
URL: https://github.com/apache/kafka/pull/15522#discussion_r1546358504
##########
core/src/main/scala/kafka/server/ReplicaAlterLogDirsThread.scala:
##########
@@ -105,7 +105,7 @@ class ReplicaAlterLogDirsThread(name: String,
topicId <- partition.topicId
directoryId <- partition.logDirectoryId()
topicIdPartition = new TopicIdPartition(topicId,
topicPartition.partition())
- } directoryEventHandler.handleAssignment(topicIdPartition, directoryId, ()
=> ())
+ } directoryEventHandler.handleAssignment(topicIdPartition, directoryId,
"Reverting queued dir reassignment mid future replica promotion", () => ())
Review Comment:
Changed the wording. Let me know what you think.
--
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]