GitHub user mariapython opened a pull request:
https://github.com/apache/beam/pull/4113
[BEAM-2718] Integrate bundle retry code for the DirectRunner
When processing of a bundle fails, the bundle is retried.
- [x] Remove opt-in flag, make it happen by default.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mariapython/incubator-beam
direct-bundle-retry-mandatory
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/4113.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 #4113
----
commit 59f2c74a04bd13869ca4998935cf14f2d8c3a74f
Author: Maria Garcia Herrero <[email protected]>
Date: 2017-11-10T22:50:16Z
Integrate bundle retry code for the DirectRunner
----
---