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

The client tcp socket is leaked! #241

Closed
legendwind opened this issue Oct 31, 2022 · 1 comment
Closed

The client tcp socket is leaked! #241

legendwind opened this issue Oct 31, 2022 · 1 comment
Labels
need-info Awaiting extra info from community/issue creator

Comments

@legendwind
Copy link

legendwind commented Oct 31, 2022

As we know,when a newclickhouse::Client class instance created, it will create a tcp socket and use the socket to communicate with the CK server. If the CK server is down before creating the new Client instance, the socket is leaked after a connection exception throwed!

@Enmk
Copy link
Collaborator

Enmk commented Oct 31, 2022

Hi @legendwind ! Thank you for reporting an issue, a similar one was reported some time ago: #208.

Could you please check against the master, since it was already fixed (and not yet released) in #228

@Enmk Enmk added the need-info Awaiting extra info from community/issue creator label Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-info Awaiting extra info from community/issue creator
Projects
None yet
Development

No branches or pull requests

2 participants