chproxy icon indicating copy to clipboard operation
chproxy copied to clipboard

Open-Source ClickHouse http proxy and load balancer

Results 132 chproxy issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/23710717/191702333-356a6c87-5921-4581-880a-b2c860eb7519.png) The time zone in the chproxy log is incorrect, how to solve it?

question answered

**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...

enhancement

**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: -...

bug

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)...

good first issue

## 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...

size/L

**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...

unexpected behaviour

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...

good first issue
feature request

**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...

feature request

**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...