cozos commented on issue #26756: URL: https://github.com/apache/beam/issues/26756#issuecomment-1553976413
Thanks for the help team. > The error will re-raise and causing a worker restart and retry the work, so it is not "critical" by definition. In my case, this error will retry and reoccur 4 times - so it ended up being critical. Unlike other exceptions which are logged at the `ERROR` level and are caught further down the bundle processing stack, these exceptions *causes abrupt termination of the SDK harness* - which is definitely not normal. Because of this I think it's important to surface with `CRITICAL`. -- 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]
