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

Always close current connection on QueryExecTimeout to deal with low … #2

Open
wants to merge 1 commit into
base: Old_QueryExecTimeout
Choose a base branch
from

Conversation

konstantin-dzreev
Copy link
Owner

…level connection issues.

Otherwise the openned but unusable connection may be aquired and re-used again and again.
There is also a bug fix where we tried to init QueryExecTimeout timer after we tried to write
to the connection (what caused the code to hang if there was a connection issue).

Signed-off-by: konstantin [email protected]

…level connection issues.

Otherwise the openned but unusable connection may be aquired and re-used again and again.
There is also a bug fix where we tried to init QueryExecTimeout timer after we tried to write
to the connection (what caused the code to hang if there was a connection issue).

Signed-off-by: konstantin <[email protected]>
@ghost
Copy link

ghost commented Jun 16, 2016

looks good to me

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.

1 participant