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

**Describe the bug** when clickhouse-java compress=1 and query result is empty,then clickhouse jdbc throw Magic is not correct: xx

**Which feature your question relates to?** Can I get some more context what does cached_response_duration_seconds metric is calculating. From what I understand, it is calculating the time, from the time...

good first issue

We are using CHProxy in Usermaven and looking for a weighted round robin load balancing strategy. We want to route high paying customers traffic to the beefy servers. **Describe the...

why disable docker build for arm64 + arm64v8 as a temporary solution for cross platform build ? if I want to use chproxy docker image in arm . what should...

Hello, **Describe the bug** When [`killQuery`](https://github.com/ContentSquare/chproxy/blob/4e71add5d678e29bbd918a4c5a1a7cb2779a0f5a/scope.go#L315) happens, a TCP/k8s loadbalancer may direct the connection to a node which doesn't run the to-be-killed query. `KILL` succeeds anyway, but wasn't effective. We...

Snyk has created this PR to upgrade sharp from 0.33.4 to 0.33.5. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

**Describe the bug** There are two issues here: 1. Introduced in #456, the /ping endpoint depends on authentication. The original endpoint in ClickHouse protocol doesn't require authentication, and the official...

## Description ### Summary I want to add some feature option for fixing possible insecure shared cache behavior with `shared_with_all_users` option enabled. User who haven't grants for tables in query...

**Question details** I have an original Grafana [dashboard](https://github.com/ContentSquare/chproxy/blob/master/chproxy_overview.json) for chproxy and faced issue with current cache size and cache items metrics. In my configuration there is a `expire: 15m` and...

## Description This pull request introduces circuit breaking functionality to Chproxy, enhancing its resilience and reliability when interacting with ClickHouse clusters. Circuit breaking is a critical feature for preventing cascading...