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:16:35 UTC

[GitHub] [beam] damccorm opened a new issue, #26169: [Feature Request]: multi_process_shared.py should accept callable objects

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

   ### What would you like to happen?
   
   Right now, if you try to create a multi_process_shared object and then call it, it fails because with an error like `AutoProxy[XYZ] is not callable`. This is because the `__call__` method is not exposed by default when we register objects with the proxy - https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.BaseManager.register
   
   We should update to allow the `__call__` function without removing support for other public methods.
   
   ### Issue Priority
   
   Priority: 2 (default / most feature requests 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 closed issue #26169: [Feature Request]: multi_process_shared.py should accept callable objects

Posted by "damccorm (via GitHub)" <gi...@apache.org>.
damccorm closed issue #26169: [Feature Request]: multi_process_shared.py should accept callable objects
URL: https://github.com/apache/beam/issues/26169


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