lianetm commented on PR #18795: URL: https://github.com/apache/kafka/pull/18795#issuecomment-2651121799
Hey here, I took a look at the all the failures, and the relevant one to me is indeed `OffloadAndTxnConsumeFromLeaderTest`, failing for the new consumer (and going through the fetch path) > 2025-02-10T18:52:37.2052453Z Gradle Test Run :storage:test > Gradle Test Executor 138 > OffloadAndTxnConsumeFromLeaderTest > executeTieredStorageTest(String, String) > executeTieredStorageTest(String, String).quorum=kraft.groupProtocol=consumer FAILED 2025-02-10T18:52:37.2054238Z org.opentest4j.AssertionFailedError: Number of FETCH_OFFSET_INDEX requests from broker 0 to the tier storage does not match the expected value for topic-partition topicA-0 ==> expected: <true> but was: <false> This test has been a bit flaky in trunk before ([graph](https://develocity.apache.org/scans/tests?search.relativeStartTime=P28D&search.rootProjectNames=kafka&search.tags=trunk&search.timeZoneId=America%2FToronto&tests.container=org.apache.kafka.tiered.storage.integration.OffloadAndTxnConsumeFromLeaderTest&tests.test=executeTieredStorageTest(String%2C%20String)%5B2%5D)), but not failed really, so agree that we should investigate that one. -- 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.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org