apoorvmittal10 opened a new pull request, #17583: URL: https://github.com/apache/kafka/pull/17583
The test shows that with 16 topic partitions reading 1 million messages with 10 Share Consumers, the share fetch stucks. Though the code should execute `tryComplete` but in some scenario `onComplete` is called prior to the `tryComplete` which causes error. This PR fixes same. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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]
