RivenSun2 commented on code in PR #12237:
URL: https://github.com/apache/kafka/pull/12237#discussion_r887653354
##########
core/src/main/scala/kafka/admin/ReassignPartitionsCommand.scala:
##########
@@ -331,7 +331,7 @@ object ReassignPartitionsCommand extends Logging {
val state = states(topicPartition)
if (state.done) {
if (state.currentReplicas.equals(state.targetReplicas)) {
- bld.append("Reassignment of partition %s is complete.".
+ bld.append("Reassignment of partition %s is completed.".
Review Comment:
Adjust the output 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]