mjsax opened a new pull request #10072:
URL: https://github.com/apache/kafka/pull/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.
   
   Call for review @ableegoldman @vvcephei @abbccdda @guozhangwang 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to