You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/03 07:34:00 UTC

[jira] [Commented] (BEAM-2718) Add bundle retry logic to the DirectRunner

    [ https://issues.apache.org/jira/browse/BEAM-2718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16112341#comment-16112341 ] 

ASF GitHub Bot commented on BEAM-2718:
--------------------------------------

GitHub user mariapython opened a pull request:

    https://github.com/apache/beam/pull/3679

    [BEAM-2718] Add initial bundle retry code for the DirectRunner (WIP)

    When processing of a bundle fails, the bundle should be retried 3 times (for a total of 4 attempts to process it).


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mariapython/incubator-beam retry

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/3679.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3679
    
----
commit eb2acfa855db99ab4b826344656ec29dcdb175e3
Author: Maria Garcia Herrero <ma...@google.com>
Date:   2017-08-03T07:16:54Z

    Add initial bundle retry code

----


> Add bundle retry logic to the DirectRunner
> ------------------------------------------
>
>                 Key: BEAM-2718
>                 URL: https://issues.apache.org/jira/browse/BEAM-2718
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-py
>    Affects Versions: Not applicable
>            Reporter: María GH
>            Assignee: María GH
>            Priority: Minor
>             Fix For: Not applicable
>
>
> When processing of a bundle fails, the bundle should be retried 3 times (for a total of 4 attempts to process it).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)