tanner-bruce
tanner-bruce
👍 for this (I think). We are creating returning a DataFrame from a `getResource` call, and then displaying that as a `Table` in the front end. We'd like to make...
@jehiah What is the procedure for getting pending PRs merged in? Is this PR missing something that is blocking it? We would love to see this brought in to the...
> Does it reproduce in 24.1.5.6? Reproduces on 24.4.1.2088 Also the query now fails due with allow_experimental_analyzer=1, specifically due to the `(ts, name)` group set ``` 500 code: Code: 179....
Are there plans to support this? This is a blocker for us at the moment
Thanks @mattalberts, that is what we discussed doing after finding this issue. Thanks for confirming, we'll give that a shot.
> > When disk becomes full, we see recently inserted (small, level=0) parts being moved to GCS. > > It's kinda OK, because ClickHouse can't write then to local disk...
> [@tanner-bruce](https://github.com/tanner-bruce) , how may nodes do you have? 62, there are xml configs and TTL for system tables specified in it.
This also seems to affect sections of the code like https://github.com/Altinity/clickhouse-operator/blob/0.24.0/pkg/model/chop_config.go#L151 where the status is used to compare old and new, causing unnecessary restarts. One potential solution could be allowing...
@alex-zaitsev I'm not sure what shard level configuration. We have some different node types and then we have different disk sizes for some clusters. @ondrej-smola That is a good idea,...
@alex-zaitsev We ran in to this on a single cluster now (after splitting). Trying to embed the `storage.xml` from the `{files: { conf.d/storage.xml: .. }` via configmap now and I'm...