chproxy
chproxy copied to clipboard
Open-Source ClickHouse http proxy and load balancer
When using agents, what are the causes of the following problems? Caused by: java.lang.Throwable: [ Id: 160857F337DC563A; User "tmplarge"(1) proxying as "default"(1) to "d085126100.aliyun.com:8123"(6); RemoteAddr: "10.13.56.73:51080"; LocalAddr: "10.85.129.101:9090"; Duration: 825...
1、print http transport error log information 2、close chproxy KeepAlive. The CH socket is closed over time, but the CHProxy connection is reused, causing the connection to reset by peer fix...
`users[].allow_cors = true` may lead to multiple `Access-Control-Allow-Origin` headers ### Actual behaviour: Responses with multiple headers is rejected by Chrome browser with following error: ``` The 'Access-Control-Allow-Origin' header contains multiple...
Current: ```sh DEBUG: 2021/01/19 07:21:29 cache.go:220: cache "shortterm": start cleaning dir "/data/chproxy/cache/shortterm" DEBUG: 2021/01/19 07:21:29 cache.go:296: cache "shortterm": final size 0; final items 0; removed size 0; removed items 0...
I need possibility to save query_id, wchich i have added on my side. But proxy changes to another. Add possibility to get from the parametres of incoming request
There are a feature of ClickHouse server, allowing to send a current query execution progress via HTTP headers: https://clickhouse.yandex/docs/en/operations/settings/settings/#settings-send_progress_in_http_headers There are CLI supporting HTTP interface of ClickHouse: https://github.com/hatarist/clickhouse-cli It's very...
I think identical request should be able to be refused after grace time elapse. but I spot that all remain requests have been delegated to clickhouse servers after first request...
## Description implements [issue](https://github.com/ContentSquare/chproxy/issues/218) ## Pull request type Although "cosmetic" PR, however essential for the darwin docker images builds Please check the type of change your PR introduces: - [...
I've just pulled down docker images versions `1.16.4-arm64` and `1.17.0-arm64` for testing purposes on my M1 Macbook Pro, and am getting this error when running either of them: > docker:...
**Describe the bug** In the issue #224 it's explained that failed transactions are kept for time **t** after concurrent queries are completed. It can be problematic if the error is...