-
Notifications
You must be signed in to change notification settings - Fork 546
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
Connection Reset Error Occurs Occasionally with Client-v2 0.7.2 #2070
Comments
Good day, @lelewolf ! |
@lelewolf
Note: |
Hi @chernser, I’m running the application in a Spring Boot environment, and the issue does not occur during client loading. Below, I’ve provided the gc.log, although I’m not sure if the problem is GC-related. Currently, there’s a specific SQL query that always triggers this issue. However, when I execute the same SQL in DBeaver, it works fine and returns results as expected. This leads me to suspect that the issue might be related to the client or its configuration. Here’s the gc.log file and the analysis result: Analysis Result: Let me know if you need additional details! |
Hi @chernser, After comparing DBeaver’s configuration with my own client configuration, I made some adjustments, and the “Connection reset” issue no longer occurs. DBeaver’s configuration: My latest configuration: Let me know if you need further details or assistance! |
Describe the bug
There is an issue where the ClickHouse client fails to execute a query, resulting in a “Connection reset” error. The request is being terminated unexpectedly.
Steps to reproduce
Expected behaviour
The client should execute the query successfully without encountering a connection reset error, even with high traffic or under timeout conditions.
Code example
Configuration
Environment
ClickHouse server
CREATE TABLE
statements for tables involved:The text was updated successfully, but these errors were encountered: