You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Ahmet Altay (JIRA)" <ji...@apache.org> on 2017/04/06 21:49:41 UTC

[jira] [Created] (BEAM-1902) Datastore IO never retries on errors

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)