You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 19:06:19 UTC

[GitHub] [beam] damccorm opened a new issue, #20722: Batch stateful DoFn does not work with runner v2 portable job submission

damccorm opened a new issue, #20722:
URL: https://github.com/apache/beam/issues/20722

   When using Stateful DoFn in batch pipeline with dataflow runner v2, workflow will fail with
   ```
   
   Workflow failed. Causes: S08:Reshuffle/ReshufflePerKey/GroupByKey/Read+Reshuffle/ReshufflePerKey/GroupByKey/GroupByWindow+Reshuffle/ReshufflePerKey/FlatMap(restore_timestamps)+Reshuffle/RemoveRandomKeys+Do/Reshard/Write
   failed., The job failed because a work item has failed 4 times. Look in previous log entries for the
   cause of each one of the 4 failures. For more information, see https://cloud.google.com/dataflow/docs/guides/common-errors.
   The work item was attempted on these workers: 
     df2-combinefnlifecycletes-02101100-mv27-local-0
   
        Root cause: Shard number -598290054 is not in range [0, 20).,
     df2-combinefnlifecycletes-02101100-mv27-local-0
   
        Root cause: Shard number -598290054 is not in range [0, 20).,
     df2-combinefnlifecycletes-02101100-mv27-local-0
   
        Root cause: Shard number -598290054 is not in range [0, 20).,
     df2-combinefnlifecycletes-02101100-mv27-local-0
   
        Root cause: Shard number -598290054 is not in range [0, 20).
   
   ```
   
   
   Imported from Jira [BEAM-11793](https://issues.apache.org/jira/browse/BEAM-11793). Original Jira may contain additional context.
   Reported by: yichi.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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