You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filing on behalf of a user who contacted customer support:
As this timeout is happening while opening the connection, the team do not see much on the Redshift logs indicating that the issue could be from Client side where some setting is causing the connection to end prematurely. Can you please review the TCP keepAlive settings on the client that was connecting to these sessions and see if that mitigates the issue?
Thanks for opening @ryancharris! I don't yet have a good sense of what's going on here. I'm hoping to dive into the logs in the linked ticket (once I get access) to get a better sense of what's going on.
The way dbt connects to RA3-node Redshift clusters is the same way it connects to all other Redshift clusters/node types, which is the same way dbt connects to Postgres. There is a keepalives_idle profile parameter that maps to the keepalives_idle Postgres parameter (docs), which is useful for long-running queries. By default, it's set to 0, i.e. the system default.
Removing the triage tag while waiting on more information.
We never got to the bottom of this, and there isn't a lot to go on. I'm going to close in favor of #3303, since that seems like our best chance at a workable resolution for intermittent (and otherwise inexplicable) timeouts
Describe the bug
Filing on behalf of a user who contacted customer support:
Steps To Reproduce
N/A
Expected behavior
There should not be a timeout with RA3 nodes.
Screenshots and log output
N/A
System information
Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using:
The output of
python --version
:Additional context
Zendesk ticket
The text was updated successfully, but these errors were encountered: