[
https://issues.apache.org/jira/browse/BEAM-10249?focusedWorklogId=444820&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-444820
]
ASF GitHub Bot logged work on BEAM-10249:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Jun/20 11:52
Start Date: 12/Jun/20 11:52
Worklog Time Spent: 10m
Work Description: mxm commented on pull request #11997:
URL: https://github.com/apache/beam/pull/11997#issuecomment-643229960
Also Dataflow tests are failing (unrelated):
```
12:46:05 1: Task failed with an exception.
12:46:05 -----------
12:46:05 * Where:
12:46:05 Script
'/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/test-suites/dataflow/common.gradle'
line: 77
12:46:05
12:46:05 * What went wrong:
12:46:05 Execution failed for task
':sdks:python:test-suites:dataflow:py2:preCommitIT_batch'.
12:46:05 > Process 'command 'sh'' finished with non-zero exit value 1
12:46:05
12:46:05 * Try:
12:46:05 Run with --stacktrace option to get the stack trace. Run with
--info or --debug option to get more log output. Run with --scan to get full
insights.
12:46:05
==============================================================================
12:46:05
12:46:05 2: Task failed with an exception.
12:46:05 -----------
12:46:05 * Where:
12:46:05 Script
'/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/test-suites/dataflow/common.gradle'
line: 77
12:46:05
12:46:05 * What went wrong:
12:46:05 Execution failed for task
':sdks:python:test-suites:dataflow:py2:preCommitIT_streaming'.
12:46:05 > Process 'command 'sh'' finished with non-zero exit value 1
12:46:05
12:46:05 * Try:
12:46:05 Run with --stacktrace option to get the stack trace. Run with
--info or --debug option to get more log output. Run with --scan to get full
insights.
12:46:05
==============================================================================
12:46:05
12:46:05 3: Task failed with an exception.
12:46:05 -----------
12:46:05 * Where:
12:46:05 Script
'/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/test-suites/dataflow/common.gradle'
line: 77
12:46:05
12:46:05 * What went wrong:
12:46:05 Execution failed for task
':sdks:python:test-suites:dataflow:py2:preCommitIT_batch_V2'.
12:46:05 > Process 'command 'sh'' finished with non-zero exit value 1
12:46:05
```
----------------------------------------------------------------
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: 444820)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> 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)