[
https://issues.apache.org/jira/browse/BEAM-14087?focusedWorklogId=741918&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-741918
]
ASF GitHub Bot logged work on BEAM-14087:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Mar/22 22:10
Start Date: 15/Mar/22 22:10
Worklog Time Spent: 10m
Work Description: paul-tlh commented on pull request #17055:
URL: https://github.com/apache/beam/pull/17055#issuecomment-1068516927
>
re the error message "This is likely due to using an older version of Beam."
It's because JOB_STATE_RESOURCE_CLEANING_UP doesn't match with any state in
this switch statement so it logs the error in the "default". To avoid this
warning, the customer needs to upgrade their SDK after this PR has been
included in the latest Beam SDK
re python
The state has been added in python sdk
(https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/dataflow/internal/clients/dataflow/dataflow_v1b3_messages.py#L2188).
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 741918)
Time Spent: 0.5h (was: 20m)
> Mapped JOB_STATE_RESOURCE_CLEANING_UP to State.RUNNING
> ------------------------------------------------------
>
> Key: BEAM-14087
> URL: https://issues.apache.org/jira/browse/BEAM-14087
> Project: Beam
> Issue Type: Improvement
> Components: runner-dataflow
> Reporter: Paul Hsu
> Priority: P2
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Mapped JOB_STATE_RESOURCE_CLEANING_UP to State.RUNNING. Currently, Beam in
> java doesn't recognize this state from Dataflow and returns "WARNING:
> Unrecognized state from Dataflow service: JOB_STATE_RESOURCE_CLEANING_UP.
> This is likely due to using an older version of Beam."
--
This message was sent by Atlassian Jira
(v8.20.1#820001)