Shri-Vardhan commented on issue #37606: URL: https://github.com/apache/beam/issues/37606#issuecomment-4500399203
There was already a TODO comment here about retrying failed commits. Right now transient failures like TimeoutException just get logged and skipped which can cause duplicate processing after a restart. Added retry with exponential backoff for retriable exceptions, max 3 attempts. Non-retriable exceptions still just warn and skip like before. -- 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]
