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

   ### What happened?
   
   Experiencing a weird BigQuery error without any traces of what exactly is a 
problem. This only occurs when we start draining the job, I don't think that we 
experience any problems when actually processing the collections.
   
   JSON payload for the error message is as follows (censored some stuff ykyk):
   ```
   exception: "java.lang.NullPointerException: Both parameters are null
        at 
org.apache.beam.vendor.guava.v26_0_jre.com.google.common.base.MoreObjects.firstNonNull(MoreObjects.java:61)
        at 
org.apache.beam.sdk.io.gcp.bigquery.StorageApiWritesShardedRecords$WriteRecordsDoFn.finalizeStream(StorageApiWritesShardedRecords.java:516)
        at 
org.apache.beam.sdk.io.gcp.bigquery.StorageApiWritesShardedRecords$WriteRecordsDoFn.onWindowExpiration(StorageApiWritesShardedRecords.java:546)
   "
   job: "2022-07-25_07_47_46-13052079299893341614"
   logger: "org.apache.beam.runners.dataflow.worker.StreamingDataflowWorker"
   message: "Execution of work for computation 'P33' on key 
'<tenant_id_here>' failed with uncaught exception. Work will be retried 
locally."
   stage: "P33"
   thread: "519795"
   work: "22dd1724b5cfa5bb-1085e5c9eb8a571d"
   worker: "<worker_here>"
   ```
   
   I am pretty sure that we are handling the errors when processing, so I am 
lost with what might happen during the drain :(
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: io-java-gcp


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to