eduwercamacaro opened a new pull request, #17761: URL: https://github.com/apache/kafka/pull/17761
Tasks that are registered in the state updater could raise an exception during the restoration process, for example a consumer timeout exception, a task corrupted, or any other StreamsException causing a dirty close and state store wipeouts. This PR aims to only cause a dirty close upon TaskCorruptedException detection by StateUpdater; any other exception will cause a clean close on the task. ### 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org