tanner-bruce

Results 11 issues of tanner-bruce

We'd like to run php-pm in docker on kubernetes with logs shipped to a centralized store. Our logging solution will automatically parse json formatted logs as is pretty standard these...

enhancement

Exports an `AppendBlock` function which `Append` uses. Our use case is that we have a go routine that sends batches of `[]map[string]interface{}` over a channel and a reader which then...

When loading Avro files to BigQuery, there is a limit on the maximum size of avro data blocks inside an ocf file. In the BQ case, it's 16MB. `goavro` should...

**Describe the unexpected behaviour** Related: https://github.com/ClickHouse/ClickHouse/issues/16922 but all of our machines are the same, and not ARM. ```sql SELECT quantileTDigestWeighted(0.99)(duration / 1000, toUInt8(adjusted_sample_count)) AS `P99(duration)`, name, toStartOfInterval(end_time, toIntervalSecond(300)) AS ts...

unexpected behaviour

clickhouse version: 24.4.1.2088 Using `if(..., some_map, map())` appears to fail with `allow_experimental_analyzer=1` when queried through a distributed table. our setup: create table: ```sql `resource_attributes` Map(LowCardinality(String), String) CODEC(ZSTD(1)), ``` ```sql --...

bug
analyzer

**Use case** Tiered storage setup with local SSD moving data to GCS after TTL. Merging is disabled on GCS volume. Local SSD has `move_factor` set to move parts to GCS...

feature

GOAL: find the id, kind with most occurrences, and then count occurrences per 20 second time group. I've added 4 variations on the same query here, a) recursive CTE, b)...

feature

``` clickhouse-operator E0619 08:13:59.022232 1 controller.go:748] updateCHIObjectStatus():clickhouse/clickhouse-production/55d39e29-fdf9-43b3-9d82-51d7aeefb7dc:got error, all retries are exhausted. err: "rpc error: code = ResourceExhausted desc = trying to send message larger than max (3055012 vs. 2097152)"...

Same as https://github.com/Altinity/clickhouse-operator/issues/1444 but I cannot re-open. v0.24.5 ``` W0515 19:32:15.236346 1 cr.go:121] statusUpdateRetry():clickhouse-core/core/13fbe608-fb22-49ec-93b3-d0f3786c09e9:got error, will retry. err: "ConfigMap \"chi-storage-core\" is invalid: []: Too long: must have at most 1048576...