Abacn commented on issue #22009: URL: https://github.com/apache/beam/issues/22009#issuecomment-1168899191
The error message is "Cannot run ....sh. Text file busy.". This happens in trying to run a bash script in DoFn. The script is copied in `@SetUp` process of `EchoInputDoFn`. From the documentation of SetUp, it explicitly said that it is not a good place to creating temporary files, and use `@StartBundle` instead. But, still, `@SetUp` should be finished before `@ProcessElement`. If this indicates a rare race condition between `@SetUp` and `@StartBundle` it needs attention. -- 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]
