kafka/streams/src
Matthias J. Sax b35ca4349d
KAFKA-9274: Throw TaskCorruptedException instead of TimeoutException when TX commit times out (#10072)
Part of KIP-572: follow up work to PR #9800. It's not save to retry a TX commit after a timeout, because it's unclear if the commit was successful or not, and thus on retry we might get an IllegalStateException. Instead, we will throw a TaskCorruptedException to retry the TX if the commit failed.

Reviewers: A. Sophie Blee-Goldman <sophie@confluent.io>
2021-02-19 13:36:07 -08:00
..
main KAFKA-9274: Throw TaskCorruptedException instead of TimeoutException when TX commit times out (#10072) 2021-02-19 13:36:07 -08:00
test KAFKA-9274: Throw TaskCorruptedException instead of TimeoutException when TX commit times out (#10072) 2021-02-19 13:36:07 -08:00