[
https://issues.apache.org/jira/browse/BEAM-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995729#comment-15995729
]
ASF GitHub Bot commented on BEAM-1902:
--------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/beam/pull/2865
> Datastore IO never retries on errors
> ------------------------------------
>
> Key: BEAM-1902
> URL: https://issues.apache.org/jira/browse/BEAM-1902
> Project: Beam
> Issue Type: Bug
> Components: sdk-py
> Reporter: Ahmet Altay
> Assignee: Vikas Kedigehalli
>
> {{retry_on_rpc_error}} assumes that the {{exception.code}} are HTTP errors
> and tries to retry on error codes {{>= 500}}. However these are rpc errors
> and all are < 500
> Existing rpc error codes:
> https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)