You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Mark Shields (JIRA)" <ji...@apache.org> on 2016/04/13 19:41:25 UTC

[jira] [Created] (BEAM-190) Dead-letter drop for bad BigQuery records

Mark Shields created BEAM-190:
---------------------------------

             Summary: Dead-letter drop for bad BigQuery records
                 Key: BEAM-190
                 URL: https://issues.apache.org/jira/browse/BEAM-190
             Project: Beam
          Issue Type: Bug
          Components: runner-core
            Reporter: Mark Shields
            Assignee: Frances Perry


If a BigQuery insert fails for data-specific rather than structural reasons (eg cannot parse a date) then the bundle will be retried indefinitely, first by BigQueryTableInserter.insertAll then by the overall production retry logic of the underlying runner.

Better would be to allow customer to specify a dead-letter store for records such as those so that overall processing can continue while bad records are quarantined.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)