sumanpal97 commented on PR #23126: URL: https://github.com/apache/kafka/pull/23126#issuecomment-5295099312
Hi @aliehsaeedii — this PR addresses the `openIterators` same-millisecond collision you flagged during review of #22975 (KAFKA-20902). **What changed:** - Tie-break the `openIterators` comparator with a per-iterator sequence id so iterators opened in the same millisecond are tracked uniquely. - Added regression tests for same-ms open/close ordering and mixed iterator types. **Verification:** - `./gradlew :streams:build` passes - New tests fail without the fix and pass with it Would you be able to take a look when you have time? Happy to adjust if you'd prefer a different tie-break approach. Thanks! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
