Ahmet Altay created BEAM-1902:
---------------------------------
Summary: 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)