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

[jira] [Created] (BEAM-11748) Fix PViewToIdMapper in Samza runner to not include hashcode as part of the id

Yixing Zhang created BEAM-11748:
-----------------------------------

             Summary: Fix PViewToIdMapper in Samza runner to not include hashcode as part of the id
                 Key: BEAM-11748
                 URL: https://issues.apache.org/jira/browse/BEAM-11748
             Project: Beam
          Issue Type: Bug
          Components: runner-samza
            Reporter: Yixing Zhang
            Assignee: Yixing Zhang


PValueBase.toString() now appends the hashcode to the end. This causes the PViewToIdMapper generates IDs with hashcode, which can be inconsistent in different Samza containers. And therefore causes runtime issues.

We should exclude the hashcode from the id.



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