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 21:43:00 UTC

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

     [ https://issues.apache.org/jira/browse/BEAM-10634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udi Meiri updated BEAM-10634:
-----------------------------
    Status: Resolved  (was: Triage Needed)

> 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
>            Priority: P1
>
> 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)