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

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

                Author: ASF GitHub Bot
            Created on: 10/May/19 23:16
            Start Date: 10/May/19 23:16
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on issue #8555: [BEAM-7269] remove 
StateSpec from hashCode of SimpleStateTag
URL: https://github.com/apache/beam/pull/8555#issuecomment-491455054
 
 
   @je-ik Do you want to take a look at 
https://issues.apache.org/jira/browse/BEAM-2777 since it also seems to be 
related to state incorrectly being stored in a map using the wrong key?
 
----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 240484)
    Time Spent: 50m  (was: 40m)

> Remove StateSpec from hashCode of SimpleStateTag
> ------------------------------------------------
>
>                 Key: BEAM-7269
>                 URL: https://issues.apache.org/jira/browse/BEAM-7269
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-core
>    Affects Versions: 2.12.0
>            Reporter: Jan Lukavský
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> SimpleStateTag is used as key in hash based StateTable, and currently is 
> hashes and compares StateSpec and StructuredId, that are inside the 
> SimpleStateTag. StateSpec hashes Coder into the resulting hashCode and when 
> the Coder fails to have a proper hashCode and equals implementations, it 
> results in wrong behavior (apparently missing states).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to