You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "damccorm (via GitHub)" <gi...@apache.org> on 2023/04/07 14:07:57 UTC

[GitHub] [beam] damccorm opened a new issue, #26167: [Bug]: multi_process_shared.py doesn't correctly handle cross process authentication

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

   ### What happened?
   
   Right now when trying to access objects across processes, multi_process_shared.py doesn't set an auth key. When that happens, the manager still creates an auth key for that process based on the current process's authKey - https://github.com/python/cpython/blob/4dc339b4d69195448207e1faecc3e258700daf33/Lib/multiprocessing/managers.py#L503
   
   This causes cross-process authentication to fail and means that multi_process_shared.py doesn't correctly work.
   
   ### Issue Priority
   
   Priority: 2 (default / most bugs should be filed as P2)
   
   ### Issue Components
   
   - [X] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


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


[GitHub] [beam] damccorm commented on issue #26167: [Bug]: multi_process_shared.py doesn't correctly handle cross process authentication

Posted by "damccorm (via GitHub)" <gi...@apache.org>.
damccorm commented on issue #26167:
URL: https://github.com/apache/beam/issues/26167#issuecomment-1500327606

   Note: this was masked by #26168


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

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


[GitHub] [beam] damccorm closed issue #26167: [Bug]: multi_process_shared.py doesn't correctly handle cross process authentication

Posted by "damccorm (via GitHub)" <gi...@apache.org>.
damccorm closed issue #26167: [Bug]: multi_process_shared.py doesn't correctly handle cross process authentication
URL: https://github.com/apache/beam/issues/26167


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

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