Re: [PR] KAFKA-16226 Add test for concurrently updatingMetadata and fetching snapshot/cluster [kafka]

2024-02-26 Thread via GitHub
hachikuji merged PR #15385: URL: https://github.com/apache/kafka/pull/15385 -- 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] KAFKA-16226 Add test for concurrently updatingMetadata and fetching snapshot/cluster [kafka]

2024-02-26 Thread via GitHub
msn-tldr commented on code in PR #15385: URL: https://github.com/apache/kafka/pull/15385#discussion_r1502561721 ## clients/src/test/java/org/apache/kafka/clients/MetadataTest.java: ## @@ -1260,6 +1265,103 @@ else if (partition.equals(internalPart))

Re: [PR] KAFKA-16226 Add test for concurrently updatingMetadata and fetching snapshot/cluster [kafka]

2024-02-26 Thread via GitHub
msn-tldr commented on code in PR #15385: URL: https://github.com/apache/kafka/pull/15385#discussion_r1502561721 ## clients/src/test/java/org/apache/kafka/clients/MetadataTest.java: ## @@ -1260,6 +1265,103 @@ else if (partition.equals(internalPart))

Re: [PR] KAFKA-16226 Add test for concurrently updatingMetadata and fetching snapshot/cluster [kafka]

2024-02-23 Thread via GitHub
hachikuji commented on code in PR #15385: URL: https://github.com/apache/kafka/pull/15385#discussion_r1499908727 ## clients/src/test/java/org/apache/kafka/clients/MetadataTest.java: ## @@ -1260,6 +1265,103 @@ else if (partition.equals(internalPart))

Re: [PR] KAFKA-16226 Add test for concurrently updatingMetadata and fetching snapshot/cluster [kafka]

2024-02-20 Thread via GitHub
msn-tldr commented on PR #15385: URL: https://github.com/apache/kafka/pull/15385#issuecomment-1954448982 All the Jenkins test failures are in different tests, which are already known to have flaky history. -- This is an automated message from the Apache Git Service. To respond to the

[PR] KAFKA-16226 Add test for concurrently updatingMetadata and fetching snapshot/cluster [kafka]

2024-02-16 Thread via GitHub
msn-tldr opened a new pull request, #15385: URL: https://github.com/apache/kafka/pull/15385 This is a follow-up to https://github.com/apache/kafka/pull/15323. Metadata is typically updated concurrently in the background thread, and the MetadataSnapshot/Cluster are fetched & used in