GitHub user jkff opened a pull request:
https://github.com/apache/beam/pull/3810
Ignore HTTP 404 when deleting GCS files
You can get a 404 if a previous delete RPC actually succeeded
but returned a failed response due to some network issues,
so the next attempt gets a 404.
R: @chamikaramj
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jkff/incubator-beam gcs-delete-404
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3810.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 #3810
----
commit 1a08d9530155dfca8ffbf8a54b1345dbdfd95f72
Author: Eugene Kirpichov <[email protected]>
Date: 2017-09-05T22:55:08Z
Ignore HTTP 404 when deleting GCS files
You can get a 404 if a previous delete RPC actually succeeded
but returned a failed response due to some network issues,
so the next attempt gets a 404.
----
---