Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.net.SocketTimeoutException: connect timed out #11370

Open
LeeEleven11 opened this issue Dec 27, 2024 · 1 comment
Open

java.net.SocketTimeoutException: connect timed out #11370

LeeEleven11 opened this issue Dec 27, 2024 · 1 comment
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.

Comments

@LeeEleven11
Copy link

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)

@mpeddada1
Copy link
Contributor

@LeeEleven11 To help us understand the issue better, would you be able to provide additional details on:

  • How often this occurs.
  • The version of the library you're using.
  • If possible, a small code sample that reproduced this error.

@mpeddada1 mpeddada1 added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants