bvolpato opened a new pull request, #29078: URL: https://github.com/apache/beam/pull/29078
Exceptions in JvmInitializers were being printed in the STDOUT by the FnHarness, so handled/displayed on Dataflow as an info log: <img width="1467" alt="image" src="https://github.com/apache/beam/assets/3207647/ae9f2490-9d4b-483c-bfd6-1261bf57043f"> This change should help making errors more obvious, and allow users to leverage Error Reporting. I still kept `e.printStackTrace();` in case there was someone relies on looking at errors on STDOUT/STDERR (happy to remove if seen as a bad practice). -- 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]
