chproxy
chproxy copied to clipboard
Open-Source ClickHouse http proxy and load balancer
 The time zone in the chproxy log is incorrect, how to solve it?
**Describe the bug** I use chproxy with redis cache (keydb in fact, but it's the same), chproxy are used between clickhouse and dataviz (Grafana). But I have randomly the error...
**Describe the bug** cache not expire ,chproxy version 1.17.2 **To Reproduce** 10s expire;but cache always hit; my config.yml: server: http: listen_addr: ":19090" #allowed_networks: ["0.0.0.0/0"] hack_me_please: true log_debug: true users: -...
the doc shown in chproxy uses tools likes: - goreport - travis - gocovers but the links to the tools are either outdated (link to an old version of chproxy)...
## Description This PR adds a few new server settings: proxy.enable & proxy.header. proxy.enable adds enables the proxy middleware, which by default fetches the IP from well known proxy headers...
**Describe the bug** CF issue https://github.com/ContentSquare/chproxy/issues/222, the cpu usage since version 1.17.0 is bigger. `With a new version we have noticeably higher CPU usage (around 60%/core in average, befefore it...
Is it possible to configure that instead of polling each node, each node executes once? For example, I want the dimension table to have a complete set of data at...
**Describe the bug** Chproxy does not support so called PROXY protocol on HTTP when you get client IPs from special headers. **To Reproduce** Put Chproxy behind HAproxy, check logs on...
**Is your feature request related to a problem? Please describe.** I want to build-up a cluster with several nodes for load-balancing, however I need to frequently update database on one...
**Is your feature request related to a problem? Please describe.** When sending concurrent queries with a syntax error, the response "500, concurrent query failed" is returned, although the clickhouse responds...