java.net.SocketTimeoutException: connect timed out #11370
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Exception in thread "main" com.google.cloud.bigquery.BigQueryException: java.net.SocketTimeoutException: connect timed out
at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.translate(HttpBigQueryRpc.java:116)
at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.queryRpc(HttpBigQueryRpc.java:773)
at com.google.cloud.bigquery.BigQueryImpl$35.call(BigQueryImpl.java:1374)
at com.google.cloud.bigquery.BigQueryImpl$35.call(BigQueryImpl.java:1371)
at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:102)
at com.google.cloud.bigquery.BigQueryRetryHelper.run(BigQueryRetryHelper.java:86)
at com.google.cloud.bigquery.BigQueryRetryHelper.runWithRetries(BigQueryRetryHelper.java:49)
at com.google.cloud.bigquery.BigQueryImpl.queryRpc(BigQueryImpl.java:1370)
at com.google.cloud.bigquery.BigQueryImpl.query(BigQueryImpl.java:1358)
at com.google.cloud.bigquery.benchmark.Benchmark.main(Benchmark.java:55)
The text was updated successfully, but these errors were encountered: