You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/05 00:17:31 UTC

[GitHub] [beam] damccorm opened a new issue, #21535: BigQueryIO: NullPointerException in BigQueryServicesImpl

damccorm opened a new issue, #21535:
URL: https://github.com/apache/beam/issues/21535

   Encountered several times on Beam 2.37.0 using BigQuery Streaming Inserts:
   ```
   
   java.lang.RuntimeException: java.lang.NullPointerException
   	at org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$DatasetServiceImpl.insertAll(BigQueryServicesImpl.java:1101)
   	at
   org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$DatasetServiceImpl.insertAll(BigQueryServicesImpl.java:1154)
   	at
   org.apache.beam.sdk.io.gcp.bigquery.BatchedStreamingWrite.flushRows(BatchedStreamingWrite.java:374)
   	at
   org.apache.beam.sdk.io.gcp.bigquery.BatchedStreamingWrite.access$900(BatchedStreamingWrite.java:69)
   	at
   org.apache.beam.sdk.io.gcp.bigquery.BatchedStreamingWrite$BatchAndInsertElements.finishBundle(BatchedStreamingWrite.java:263)
   Caused
   by: java.lang.NullPointerException
   	at org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$DatasetServiceImpl.getErrorInfo(BigQueryServicesImpl.java:1175)
   	at
   org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$DatasetServiceImpl$InsertBatchofRowsCallable.call(BigQueryServicesImpl.java:879)
   	at
   org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$DatasetServiceImpl$InsertBatchofRowsCallable.call(BigQueryServicesImpl.java:818)
   	at
   org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$BoundedExecutorService$SemaphoreCallable.call(BigQueryServicesImpl.java:1697)
   	at
   java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   	at
   java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   	at java.base/java.lang.Thread.run(Thread.java:834)
   
   ```
   
   
   Imported from Jira [BEAM-14074](https://issues.apache.org/jira/browse/BEAM-14074). Original Jira may contain additional context.
   Reported by: dennis.waldron.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm closed issue #21535: BigQueryIO: NullPointerException in BigQueryServicesImpl

Posted by GitBox <gi...@apache.org>.
damccorm closed issue #21535: BigQueryIO: NullPointerException in BigQueryServicesImpl
URL: https://github.com/apache/beam/issues/21535


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] dennisatspaceape commented on issue #21535: BigQueryIO: NullPointerException in BigQueryServicesImpl

Posted by GitBox <gi...@apache.org>.
dennisatspaceape commented on issue #21535:
URL: https://github.com/apache/beam/issues/21535#issuecomment-1148566317

   This can be closed. See conversation history at https://issues.apache.org/jira/browse/BEAM-14074
   A batch was submitted via another issue https://issues.apache.org/jira/browse/BEAM-14133


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org