Abacn commented on issue #31422:
URL: https://github.com/apache/beam/issues/31422#issuecomment-2152968269

   The trackstace points to here: 
https://github.com/apache/beam/blob/8c6e1a4654bced7bf732e1a46092908580da561b/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java#L1459
   
   indicates the client is already closed when one trying to write records via 
"StorageApiWritesShardedRecords".
   
   "closed" could only be true when StreamAppendClient.close is called.
   
   Sounds like some racing condition happened there.
   
   Note that "WritesShardedRecords" is used to write spilled records that not 
handled by "WritesUnShardedRecords" and is a less execised code.
   
   In any case, open a support ticket so cloud support could inspect your job 
ID. I see a public bug opened for https://b.corp.google.com/issues/345352979 
this is not a usual process


-- 
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