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
Description:
Connection unavailable after couple of call procedure failures. From the behaviour we see that active connections are not released back to the pool after a call failure. This is a new behaviour specifically for the redshift.driver only as we did not observe this behaviour in others.
As a fix we can forcefully close the connection from our side if the results returned is an error.
The text was updated successfully, but these errors were encountered:
Description:
Connection unavailable after couple of call procedure failures. From the behaviour we see that active connections are not released back to the pool after a call failure. This is a new behaviour specifically for the
redshift.driver
only as we did not observe this behaviour in others.As a fix we can forcefully close the connection from our side if the results returned is an error.
The text was updated successfully, but these errors were encountered: