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

Up default socket timeout to 600 #625

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Up default socket timeout to 600 #625

merged 1 commit into from
Mar 29, 2024

Conversation

benc-db
Copy link
Collaborator

@benc-db benc-db commented Mar 29, 2024

Description

Resolves issue where serverless requests were dying just before the query completed due to socket timeout set at 3 minutes. I think this has to do with either compute availability or direct result choice by Thrift server, but either way, we have seen instances where the query is killed at 3 minutes, but since closing the session doesn't actually cancel the work, the query completes successfully at around 4 minutes.

Checklist

  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt-databricks next" section.

@benc-db benc-db merged commit b7822fb into main Mar 29, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant