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

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

                Author: ASF GitHub Bot
            Created on: 15/Jun/20 09:49
            Start Date: 15/Jun/20 09:49
    Worklog Time Spent: 10m 
      Work Description: mxm commented on pull request #11997:
URL: https://github.com/apache/beam/pull/11997#issuecomment-644026307


   Run Python 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:
[email protected]


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

    Worklog Id:     (was: 445763)
    Time Spent: 1h 10m  (was: 1h)

> State handler does not retrieve initial values when appending
> -------------------------------------------------------------
>
>                 Key: BEAM-10249
>                 URL: https://issues.apache.org/jira/browse/BEAM-10249
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-harness
>            Reporter: Maximilian Michels
>            Assignee: Maximilian Michels
>            Priority: P2
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> When new values are added to a bag state, the cache handler in the Python SDK 
> does not check whether the underlying state already has values present. 
> Although the append operation will be sent to the backend, the cache itself 
> will be corrupted because it returns only the newly appended values for get 
> operations, not the values present before the append operation. 
> This is a concern when restoring from a checkpoint but also when items are 
> evicted from the cache.



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

Reply via email to