tvalentyn commented on issue #32743:
URL: https://github.com/apache/beam/issues/32743#issuecomment-2683316537

   > What is "semi persist dir" anyhow?
   
   It is an optional parameter to sdk harness launcher: 
https://github.com/apache/beam/blob/6b8e860187eebd4b135c6be164a4e195dcc647cf/sdks/go/container/boot.go#L54
   and seems to be used to materialize staged artifacts: 
https://github.com/apache/beam/blob/master/sdks/go/container/boot.go#L143-L144
   
   I believe semi-persistence reflects the intent than content written there 
might survive worker restarts, so we might not stage the same content again, 
but this up to the runner and  not strictly guaranteed.
   
   


-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to