Re: [PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2025-03-15 Thread via GitHub
chia7712 closed pull request #17998: KAFKA-17836: Move RackAwareTest to server module URL: https://github.com/apache/kafka/pull/17998 -- 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 com

Re: [PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #17998: URL: https://github.com/apache/kafka/pull/17998#issuecomment-2716336355 This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please leave a comment asking for a review. If the P

Re: [PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2025-02-25 Thread via GitHub
chia7712 merged PR #19021: URL: https://github.com/apache/kafka/pull/19021 -- 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: jira-unsubscr...@kafka.apache

Re: [PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2025-02-24 Thread via GitHub
xijiu commented on PR #19021: URL: https://github.com/apache/kafka/pull/19021#issuecomment-2680799064 @chia7712 Thanks for code review and I have fixed them, PTAL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2025-02-24 Thread via GitHub
chia7712 commented on code in PR #19021: URL: https://github.com/apache/kafka/pull/19021#discussion_r1969002300 ## core/src/test/java/kafka/admin/RackAwareAutoTopicCreationTest.java: ## @@ -0,0 +1,160 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2025-02-24 Thread via GitHub
xijiu opened a new pull request, #19021: URL: https://github.com/apache/kafka/pull/19021 As title. see discussion: https://github.com/apache/kafka/pull/17998#issuecomment-2535339509 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation

Re: [PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2024-12-11 Thread via GitHub
chia7712 commented on PR #17998: URL: https://github.com/apache/kafka/pull/17998#issuecomment-2535339509 > Are RackAwareTest and AdminRackAwareTest testing any logic used when not running with ZooKeeper? It seems all the callers of the methods they check are from ZooKeeper logic. yes

Re: [PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2024-12-10 Thread via GitHub
chiacyu commented on PR #17998: URL: https://github.com/apache/kafka/pull/17998#issuecomment-2532075892 Hi, @mimaison I've check the logic and if I'm not missing anything, these methods are used by the service related Zookeeper. Should we just remove all since we're removing Zookeeper

Re: [PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2024-12-10 Thread via GitHub
mimaison commented on PR #17998: URL: https://github.com/apache/kafka/pull/17998#issuecomment-2532104441 Yes we should not spend time rewritting them as we will be deleting them soon. However I don't think we're ready to delete them yet, see https://issues.apache.org/jira/browse/KAFKA-17

Re: [PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2024-12-10 Thread via GitHub
mimaison commented on PR #17998: URL: https://github.com/apache/kafka/pull/17998#issuecomment-2531311818 Are `RackAwareTest` and `AdminRackAwareTest` testing any logic used when not running with ZooKeeper? It seems all the callers of the methods they check are from ZooKeeper logic. -- Th

Re: [PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2024-12-03 Thread via GitHub
chiacyu commented on PR #17998: URL: https://github.com/apache/kafka/pull/17998#issuecomment-2514613473 Hi, @chia7712 Please take a look while you're available, thanks!. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2024-11-30 Thread via GitHub
TaiJuWu commented on code in PR #17998: URL: https://github.com/apache/kafka/pull/17998#discussion_r1864732418 ## server-common/src/main/java/org/apache/kafka/admin/ReplicaDistributions.java: ## @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2024-11-30 Thread via GitHub
chiacyu commented on PR #17998: URL: https://github.com/apache/kafka/pull/17998#issuecomment-2509514283 The original discussion is https://github.com/apache/kafka/pull/17646, this new one is to solve the merge conflicts. @frankvicky , please take a look while you're available. -- This is

[PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2024-11-30 Thread via GitHub
chiacyu opened a new pull request, #17998: URL: https://github.com/apache/kafka/pull/17998 `RackAwareTest` and `AdminRackAwareTest` should be moved to server's org.apache.kafka.admin package. Also, `RackAwareAutoTopicCreationTest` can be removed as it is for zk only. ### Committer Ch

Re: [PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2024-11-30 Thread via GitHub
chiacyu commented on PR #17646: URL: https://github.com/apache/kafka/pull/17646#issuecomment-2508983319 Close the PR to solved conflict. -- 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 specif

Re: [PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2024-11-30 Thread via GitHub
chiacyu closed pull request #17646: KAFKA-17836: Move RackAwareTest to server module URL: https://github.com/apache/kafka/pull/17646 -- 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 comm

Re: [PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2024-10-31 Thread via GitHub
frankvicky commented on code in PR #17646: URL: https://github.com/apache/kafka/pull/17646#discussion_r1824298235 ## server-common/src/test/java/org/apache/kafka/admin/AdminRackAwareTest.java: ## @@ -0,0 +1,540 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

[PR] KAFKA-17836: Move RackAwareTest to server module [kafka]

2024-10-30 Thread via GitHub
chiacyu opened a new pull request, #17646: URL: https://github.com/apache/kafka/pull/17646 As titled, this pr move the `RackAwareTest`, `AdminRackAwareTest` to `server-common`, please check [KAFKA-17836](https://issues.apache.org/jira/browse/KAFKA-17836) for more details. thanks! ##