Re: [PR] MINOR: Fixing SharePartitionManager flaky test [kafka]

2025-01-27 Thread via GitHub
apoorvmittal10 commented on PR #18710: URL: https://github.com/apache/kafka/pull/18710#issuecomment-2616796029 > @apoorvmittal10 can you add the Flaky tag to the two tests this PR is fixing? This will let us evaluate the fix on trunk without affecting builds Added the tags. -- This

Re: [PR] MINOR: Fixing SharePartitionManager flaky test [kafka]

2025-01-27 Thread via GitHub
mumrah commented on PR #18710: URL: https://github.com/apache/kafka/pull/18710#issuecomment-2616788424 @apoorvmittal10 can you add the Flaky tag to the two tests this PR is fixing? This will let us evaluate the fix on trunk without affecting builds -- This is an automated message from the

Re: [PR] MINOR: Fixing SharePartitionManager flaky test [kafka]

2025-01-27 Thread via GitHub
apoorvmittal10 commented on code in PR #18710: URL: https://github.com/apache/kafka/pull/18710#discussion_r1931119701 ## core/src/test/java/kafka/server/share/SharePartitionManagerTest.java: ## @@ -167,6 +167,7 @@ public class SharePartitionManagerTest { public void setUp()

Re: [PR] MINOR: Fixing SharePartitionManager flaky test [kafka]

2025-01-27 Thread via GitHub
chia7712 commented on code in PR #18710: URL: https://github.com/apache/kafka/pull/18710#discussion_r1931106086 ## core/src/test/java/kafka/server/share/SharePartitionManagerTest.java: ## @@ -167,6 +167,7 @@ public class SharePartitionManagerTest { public void setUp() {

Re: [PR] MINOR: Fixing SharePartitionManager flaky test [kafka]

2025-01-27 Thread via GitHub
apoorvmittal10 commented on PR #18710: URL: https://github.com/apache/kafka/pull/18710#issuecomment-2616631301 @AndrewJSchofield unrelated tests failure. No SharePartitionManager test failure in last 3 consecutive runs. -- This is an automated message from the Apache Git Service. To respo

Re: [PR] MINOR: Fixing SharePartitionManager flaky test [kafka]

2025-01-27 Thread via GitHub
apoorvmittal10 commented on PR #18710: URL: https://github.com/apache/kafka/pull/18710#issuecomment-2616367544 Iteration 2 of tests with no SharePartitionManagerTests failure, re-triggering build for another iteration. Final iteration to validate the fixes. -- This is an automated messag

Re: [PR] MINOR: Fixing SharePartitionManager flaky test [kafka]

2025-01-27 Thread via GitHub
apoorvmittal10 commented on PR #18710: URL: https://github.com/apache/kafka/pull/18710#issuecomment-2616365468 > Does that mean you want to revert the rest of the PR or do the other changes still stand? I think you wrote what you meant, it was surprisingly flaky, you think it might be Yamme

Re: [PR] MINOR: Fixing SharePartitionManager flaky test [kafka]

2025-01-27 Thread via GitHub
AndrewJSchofield commented on PR #18710: URL: https://github.com/apache/kafka/pull/18710#issuecomment-2616315874 > > This time it's `SharePartitionManagerTest > testAcknowledgeIncorrectGroupId`. I think you need to remove all of the uses of `validateBrokerTopicStatsMetrics`. > > This

Re: [PR] MINOR: Fixing SharePartitionManager flaky test [kafka]

2025-01-27 Thread via GitHub
apoorvmittal10 commented on PR #18710: URL: https://github.com/apache/kafka/pull/18710#issuecomment-2616009425 Iteration 1 of tests with no SharePartitionManagerTests failure, re-triggering build for another iteration. -- This is an automated message from the Apache Git Service. To respon

Re: [PR] MINOR: Fixing SharePartitionManager flaky test [kafka]

2025-01-27 Thread via GitHub
apoorvmittal10 commented on PR #18710: URL: https://github.com/apache/kafka/pull/18710#issuecomment-2615739759 > This time it's `SharePartitionManagerTest > testAcknowledgeIncorrectGroupId`. I think you need to remove all of the uses of `validateBrokerTopicStatsMetrics`. This seems s

Re: [PR] MINOR: Fixing SharePartitionManager flaky test [kafka]

2025-01-26 Thread via GitHub
AndrewJSchofield commented on PR #18710: URL: https://github.com/apache/kafka/pull/18710#issuecomment-2614598589 This time it's `SharePartitionManagerTest > testAcknowledgeIncorrectGroupId`. I think you need to remove all of the uses of `validateBrokerTopicStatsMetrics`. -- This is an au

Re: [PR] MINOR: Fixing SharePartitionManager flaky test [kafka]

2025-01-26 Thread via GitHub
AndrewJSchofield commented on PR #18710: URL: https://github.com/apache/kafka/pull/18710#issuecomment-2614487695 I notice that `SharePartitionManagerTest > testReplicaManagerFetchShouldNotProceed` is flaky in the test run for this PR. Please could you take a look @apoorvmittal10 . -- Thi

[PR] MINOR: Fixing SharePartitionManager flaky test [kafka]

2025-01-26 Thread via GitHub
apoorvmittal10 opened a new pull request, #18710: URL: https://github.com/apache/kafka/pull/18710 The PR fixes the below flaky tests: - testDelayedInitializationShouldCompleteFetchRequest - testReplicaManagerFetchShouldProceed The tests are flaky where additional failed fetc