You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/02 22:14:00 UTC

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

    [ https://issues.apache.org/jira/browse/BEAM-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16188939#comment-16188939 ] 

ASF GitHub Bot commented on BEAM-2834:
--------------------------------------

Github user reuvenlax closed the pull request at:

    https://github.com/apache/beam/pull/3864


> 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: Reuven Lax
>             Fix For: 2.2.0
>
>
> {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)