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

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

     [ https://issues.apache.org/jira/browse/BEAM-11748?focusedWorklogId=561156&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-561156 ]

ASF GitHub Bot logged work on BEAM-11748:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Mar/21 22:14
            Start Date: 04/Mar/21 22:14
    Worklog Time Spent: 10m 
      Work Description: xinyuiscool commented on pull request #14105:
URL: https://github.com/apache/beam/pull/14105#issuecomment-790982181


   Run Java PreCommit


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

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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 561156)
    Time Spent: 0.5h  (was: 20m)

> 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
>            Priority: P2
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)