Sergey Chernov
Sergey Chernov
Good day, @jaccozilla! Thank you for reporting! yes, this seems a bug.
Good day, @kuhnen ! Is it possible to use Future method like ``` request.query(sql).execute().get(timeout, TimeUnit.MILLISECONDS); ``` I'm referring to this method `com.clickhouse.client.ClickHouseRequest#execute` Thanks!
Good day, @Jiangnewtown! There is a dedicated property: ``` SESSION_TIMEOUT("session_timeout", 0, "Session timeout in seconds. 0 or negative number means same as server default."), ``` Would you please describe what...
@Jiangnewtown did it help?
@Jiangnewtown session timeout is in seconds - so your value in your example is too high, I think. ``` session_timeout | Number of seconds of inactivity before the identified by...
@Jiangnewtown that is strange that parameter is not working - I will look into it. It should be a client side parameter only. What is your desired result? Do you...
@Jiangnewtown Connection mostly controlled on server side. As I remember it is between 10 and 30 seconds. This server configuration https://clickhouse.com/docs/en/operations/server-configuration-parameters/settings#keep-alive-timeout might help.
need verification with v2
Good day, @KrutNA ! thank you for reporting! We will look into it.
# Triage Report - requires more date-time examples - `com.clickhouse.client.config.ClickHouseClientOption#USE_SERVER_TIME_ZONE_FOR_DATES` should be a true by default -