jeffkbkim opened a new pull request, #18083: URL: https://github.com/apache/kafka/pull/18083
In CoordinatorWriteEvent/CoordinatorCompleteTransactionEvent#complete, we record the event purgatory time. This can throw an exception if a value that is greater than 1 minute is recorded. Handle this case. Furthermore, this occurs even when the write event has already been completed via timeout, and is completed again via HWM update. Ensure a complete noop when completing a txn/write event a second time. ### 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