dkyryk
dkyryk
@chuyuJY sorry for off topic but could you please share your client configuration for V2 client cause I have an issue while updating from jdbc 0.5.0 to either jdbc 0.9.0...
Good day @chernser. I don't want to mix author's tread so I've created a separated issue with all details: https://github.com/ClickHouse/clickhouse-java/issues/2526. Yeah we use prepared statement at the moment. And we've...
@chernser Thank you for quick reply. You've helped a lot. The preferred way for us is switching to client-v2 and use it everywhere as it's a recommended client (and hopefully...
Good day. As promised full insert code with prepared statement. Just a reminder that it works on 0.5.0 JDBC but fails on 0.9.0 jdbc. ```java public void save(List entities) {...
Yes that's the full code that works in jdbc version 0.5.0 and doesn't in version 0.9.0 and prints to log ``` line 4:15 extraneous input '.' expecting {',', ')'} line...
Good day @chernser. We've got occasional NoHttpResponseException from time to time in different services for different queries (no noticeable patterns to limit to something specific). Client v2 is used everywhere....
Thanks for suggestions. I tried to set both SOCKET_KEEPALIVE_OPT and keep-alive timeout. Results are: With 3 seconds timeout retries still happened but less than before. With 10 seconds timeout there...