You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Udi Meiri (Jira)" <ji...@apache.org> on 2020/08/04 18:32:00 UTC

[jira] [Created] (BEAM-10634) BQ InsertAll retries forever on unrecoverable errors

Udi Meiri created BEAM-10634:
--------------------------------

             Summary: BQ InsertAll retries forever on unrecoverable errors
                 Key: BEAM-10634
                 URL: https://issues.apache.org/jira/browse/BEAM-10634
             Project: Beam
          Issue Type: Bug
          Components: io-java-gcp
            Reporter: Udi Meiri
            Assignee: Heejong Lee


The current code attempts to handle quota exceeded errors, but it catches all errors.
For example, this error will be retried forever even though it will always fail:
{code}
BigQuery insertAll error, retrying: Request payload size exceeds the limit: 10485760 bytes.
{code}

Assigning to Heejong since the logic for this was last changed here: https://github.com/apache/beam/pull/7189/files



--
This message was sent by Atlassian Jira
(v8.3.4#803005)