-
Notifications
You must be signed in to change notification settings - Fork 534
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
clickhouse-r2dbc program is blocked by ClickHouseResponse #1538
Comments
Can this be fixed in version v0.6.0, I think it's a CRITICAL bug, Waiting for new version, |
fix response close for getRowsUpdated(#1538)
Revert "fix response close for getRowsUpdated(#1538)"
I am very pleased to receive your reply. |
fix response close for getRowsUpdated(#1538)
Good day, @wooEnrico ! Thank you very much for your contribution. I've merged it! Thank you! |
I'm getting same error as above |
Good day, @nmicra!
Thanks! |
Describe the bug
The Code example is plan to execute 100 times insert, but only 10 times, and the program is blocked. Then got timeout
I am trying to solve this problem locally and seem to have found the cause. When executing
com.clickhouse.r2dbc.ClickHouseResult#getRowsUpdated
it is necessary to manually executecom.clickhouse.client.ClickHouseResponse#close
.Expected behaviour
expected execute insert 100 times
Code example
Error log
Configuration
Environment
ClickHouse server
CREATE TABLE
statements for tables involved:The text was updated successfully, but these errors were encountered: