-
Notifications
You must be signed in to change notification settings - Fork 173
How to set timeout config #141
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
Comments
Not supported now. Feel free to add/send PR. |
@ChunyunShen you can try using |
In the working environment, we encountered the situation that the clickhouse machine hangs up several times. At this time, the server can receive the client's request, but will not respond, which will cause the client to be stuck in the recv() link, which will affect the subsequent data. write. |
fixed in #205 ? |
When I establish a clickhouse client to send requests to clickhouse server, I expect to set a maximum time for each request. When timeout occurs, client should stop waiting for server. However, I find in the class Client this mechanism is not supported.
Are there any other ways to achieve this goal?
The text was updated successfully, but these errors were encountered: