Sergey Chernov
Sergey Chernov
@mih-kopylov @vietpm Thanks for reporting! 1. Do you both use DBeaver? 2. @vietpm do you have full stack trace? 3. Does it happen with any query, randomly, only with long...
@mih-kopylov Thank you! What is the server version? It may be a retry caused issue.
@wooEnrico would you please resubmit your PR? I have accidently merge it but it broke com.clickhouse.r2dbc.spi.test.R2DBCTestKitImplTest.segmentSelectWithEmitsRow what is part of 3rd-party test library. Please also put more description about why...
@vera-dobryanskaya @JeasGo Thank you for reporting it! I suspect that issue in how streams and stale connections are handled inside CH client. I will investigate the issue. If you have...
@vera-dobryanskaya are do you use Java Client or JDBC driver?
Good day, @T-M-L-C ! Is the problem reproducible? Is it on the latest version, too? Thanks in advance!
@TimonSP it may be linked to the CH issue https://github.com/ClickHouse/clickhouse-private/issues/8134 What are your client / server versions?
Good day, @wooEnrico ! Thank you very much for your contribution. I've merged it! Thank you!
Good day, @nmicra! Would you please give more details: 1. scenario or test how to reproduce 2. full stacktrace Thanks!
i find that there are two types of clients, I have a lot of write requests, which is more efficient?
@z7658329 as far as I may see from their code and documentation: * just client - is client abstraction of http/file/grpc client. It is not wrapped with JDBC API *...