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 socket hang up after 60 seconds #117

Open
Walter-meng opened this issue May 4, 2022 · 3 comments
Open

Always socket hang up after 60 seconds #117

Walter-meng opened this issue May 4, 2022 · 3 comments

Comments

@Walter-meng
Copy link

when perform some long time query, it will show after 60 seconds
Error: socket hang up at connResetException (internal/errors.js:612:14) at Socket.socketOnEnd (_http_client.js:493:23) at Socket.emit (events.js:326:22) at Socket.EventEmitter.emit (domain.js:486:12) at endReadableNT (_stream_readable.js:1252:12) at processTicksAndRejections (internal/process/task_queues.js:80:21) { code: 'ECONNRESET' }

even i set session timeout to 120 s and isSessionPerQuery:true

@TimonKK
Copy link
Owner

TimonKK commented Jul 11, 2022

Do you sure what timeout is in nodejs? Maybe http-session is droped by web server like nginx?

@mike-luabase
Copy link

@Walter-meng did you find a way around this?

@mike-luabase
Copy link

mike-luabase commented Jul 14, 2022

@TimonKK we are hitting this too.

The python clickhouse-connect client has a send_receive_timeout, is there a similar one we can set here?

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

No branches or pull requests

3 participants