lostluck commented on issue #21797:
URL: https://github.com/apache/beam/issues/21797#issuecomment-1179219729

   Right. The annoying bit here is that with that approach it requires the GCS 
writing code to be added to the boot container :/, and that's not terribly 
open, since it makes a GCS assumption.
   
   Big Oof. So it would need to be in the SDK harness somehow...
   
   But that implies we could do something tricky in the harness Init code: an 
additional optional flag pointing to the local core dump if it exists. Then we 
re-start the binary with that flag, upload the core dump using the SDK 
available GCS writing code (or whatever alternative depending on where the job 
is running), and then return out.
   
   What do you think?


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

Reply via email to