You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Andy Barron (JIRA)" <ji...@apache.org> on 2017/08/31 23:03:00 UTC

[jira] [Created] (BEAM-2834) NullPointerException @ BigQueryServicesImpl.java:759

Andy Barron created BEAM-2834:
---------------------------------

             Summary: NullPointerException @ BigQueryServicesImpl.java:759
                 Key: BEAM-2834
                 URL: https://issues.apache.org/jira/browse/BEAM-2834
             Project: Beam
          Issue Type: Bug
          Components: runner-dataflow
    Affects Versions: 2.1.0
            Reporter: Andy Barron
            Assignee: Thomas Groh


{code}
java.lang.NullPointerException
	at org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$DatasetServiceImpl.insertAll(BigQueryServicesImpl.java:759)
	at org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$DatasetServiceImpl.insertAll(BigQueryServicesImpl.java:809)
	at org.apache.beam.sdk.io.gcp.bigquery.StreamingWriteFn.flushRows(StreamingWriteFn.java:126)
	at org.apache.beam.sdk.io.gcp.bigquery.StreamingWriteFn.finishBundle(StreamingWriteFn.java:96)
{code}

Going through the stack trace, the likely culprit is a null {{retryPolicy}} in {{StreamingWriteFn}}.

For context, this error showed up about 70 times between 1 am and 1 pm Pacific time (2017-08-31) on a Dataflow streaming job.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)