Re: [PR] MINOR: enhance kafka-reassign-partitions command output [kafka]

2024-04-02 Thread via GitHub
showuon merged PR #15610: URL: https://github.com/apache/kafka/pull/15610 -- 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:

Re: [PR] MINOR: enhance kafka-reassign-partitions command output [kafka]

2024-04-02 Thread via GitHub
showuon commented on PR #15610: URL: https://github.com/apache/kafka/pull/15610#issuecomment-2031206526 Failed tests are unrelated. -- 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

Re: [PR] MINOR: enhance kafka-reassign-partitions command output [kafka]

2024-03-31 Thread via GitHub
showuon commented on PR #15610: URL: https://github.com/apache/kafka/pull/15610#issuecomment-2029071458 @AndrewJSchofield , Do you have any other comments? I'm going to merge this PR this week if no other comments. Thanks. -- This is an automated message from the Apache Git Service. To

Re: [PR] MINOR: enhance kafka-reassign-partitions command output [kafka]

2024-03-27 Thread via GitHub
KevinZTW commented on code in PR #15610: URL: https://github.com/apache/kafka/pull/15610#discussion_r1542216359 ## tools/src/main/java/org/apache/kafka/tools/reassign/ReassignPartitionsCommand.java: ## @@ -806,12 +806,10 @@ private static void executeMoves(Admin adminClient,

Re: [PR] MINOR: enhance kafka-reassign-partitions command output [kafka]

2024-03-27 Thread via GitHub
showuon commented on code in PR #15610: URL: https://github.com/apache/kafka/pull/15610#discussion_r1542188367 ## tools/src/main/java/org/apache/kafka/tools/reassign/ReassignPartitionsCommand.java: ## @@ -1485,6 +1483,7 @@ static Set alterReplicaLogDirs(Admin adminClient,

Re: [PR] MINOR: enhance kafka-reassign-partitions command output [kafka]

2024-03-27 Thread via GitHub
AndrewJSchofield commented on code in PR #15610: URL: https://github.com/apache/kafka/pull/15610#discussion_r1542090972 ## tools/src/main/java/org/apache/kafka/tools/reassign/ReassignPartitionsCommand.java: ## @@ -806,12 +806,10 @@ private static void executeMoves(Admin