Sergey Chernov
Sergey Chernov
# Triage Report - Bug and should work as documented.
Good day, @ldcsaa! I've found the bug that causes the problem - `,` is used as delimiter for endpoints definitions (`http://host1,host2,host3/my_db`). This will be fixed in 0.7.0. However, `custom_settings` should...
Good day, @wtao54101 ! Please use `clickhouse_settings_log_comment` instead to do this configuration. We have aligned Java client with other language clients and all server side settings should have prefix `clickhouse_settings_`...
Good @jeloba, @E1izabeth ! What client version do you use? Is there something special with your ClickHouse setup? Exceptions only tells that something went wrong - no detail. Do you...
@E1izabeth Thank you for the information! I will retest today with older version.
@mzitnik I've updated the PR description.
Good day, @BOOMeranGG! Thank you for reporting the issue! We will look into it. btw, you may customize methods matching with `com.clickhouse.client.api.Client.Builder#columnToMethodMatchingStrategy` .
Good day, @devurandom @CameronMukherjee ! The problem looks like when response object is not closed. It will keep connection open and would not let it return to a connection pool...
@devurandom Thank you for the information! - Do you close Response objects? - Am I right that deadlock happens if task is submitted to the executor service when no idle...
Good day, @zalj ! Thank you for providing the information! I think I know where is the problem. As for ASYNC operations - I think, client should be used in...