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 19:50:37 UTC

[GitHub] [beam] damccorm opened a new issue, #20827: Pipeline context should properly initialize componentid map when it is created from a proto.

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

   When we re-create context from proto, we don't initialize component_id_map with existing objects in various mappings: https://github.com/apache/beam/blob/b43952ca369418e6f0d6cc2d4c54f991d7aafb25/sdks/python/apache_beam/runners/pipeline_context.py#L184-L211. Therefore we cannot create new entities  in the context without stepping over existing IDs. 
   
   Imported from Jira [BEAM-12084](https://issues.apache.org/jira/browse/BEAM-12084). Original Jira may contain additional context.
   Reported by: tvalentyn.


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