claudevdm commented on code in PR #38470:
URL: https://github.com/apache/beam/pull/38470#discussion_r3227845779
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java:
##########
@@ -1578,6 +1583,11 @@ public StreamAppendClient getStreamAppendClient(
options.as(BigQueryOptions.class).getMaxConnectionPoolConnections())
.build());
+ if (storageWriteApiMaxRequestCallbackWaitTimeSec != null) {
+ StreamWriter.setMaxRequestCallbackWaitTime(
+
java.time.Duration.ofSeconds(storageWriteApiMaxRequestCallbackWaitTimeSec));
+ }
Review Comment:
That is why this is exposed via BigQuery (Pipeline) options. Different
pipelines do not run on the same worker 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]