lucasbru opened a new pull request, #13025: URL: https://github.com/apache/kafka/pull/13025
The state updater performed at least one call to `poll` on the restore consumer before realizing that a newly added task was already in paused state when being added. To be fully correct, no progress at all should be made on already paused topologies. This is tested by the existing `PauseResumeIntegrationTest`. It was not enabled and it not pass for the state updater code path. ### Committer Checklist (excluded from commit message) - [x] Verify design and implementation - [x] Verify test coverage and CI build status - [x] 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]
