You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 17:10:08 UTC

[GitHub] [beam] damccorm opened a new issue, #20386: sdk_worker_main needlessly warns about missing main session file

damccorm opened a new issue, #20386:
URL: https://github.com/apache/beam/issues/20386

   If \--save_main_session is not used, _load_main_session will emit a warning:
   
   ```
   
   No session file found: /<path>/pickled_main_session. Functions defined in __main__ (interactive session)
   may fail.
   
   ```
   
   
   Perhaps make this info level if \--save_main_session wasn't passed?
   Aside: Is it safe to parse options before _load_main_session?
   
   Also, what does "interactive session" mean here? The wording is from a 2017 commit (by [~altay]), and the new interactive runner comes to mind now instead.
   
   
   Imported from Jira [BEAM-10299](https://issues.apache.org/jira/browse/BEAM-10299). Original Jira may contain additional context.
   Reported by: udim.


-- 
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-unsubscribe@beam.apache.org.apache.org

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