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

[SQLLINE-120] Do not keep connection if it fails to do connection stuff #120

Closed
wants to merge 1 commit into from

Conversation

snuyanzin
Copy link
Collaborator

@snuyanzin snuyanzin commented Aug 29, 2018

If connection fails while initialization (e.g. file not found in case calcite csv adapter or password not hashed in H2 and etc) then it still in memory and will fail again while closing because of reconnection attempt.
This PR offers to close such non-working connections immediately
Looks like it could help with #117 as well

@julianhyde
Copy link
Owner

Merged as 81ebed4.

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

2 participants