You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Valentyn Tymofieiev (Jira)" <ji...@apache.org> on 2021/04/01 19:50:00 UTC

[jira] [Created] (BEAM-12084) Pipeline context should properly initialize componentid map when it is created from a proto.

Valentyn Tymofieiev created BEAM-12084:
------------------------------------------

             Summary: Pipeline context should properly initialize componentid map when it is created from a proto. 
                 Key: BEAM-12084
                 URL: https://issues.apache.org/jira/browse/BEAM-12084
             Project: Beam
          Issue Type: Bug
          Components: sdk-py-core
            Reporter: Valentyn Tymofieiev


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. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)