Mikhail f. Shiryaev

Results 366 comments of Mikhail f. Shiryaev

TBH, the configs look entirely wrong. You use random ports in the keeper configs, they don't match the clickhouse ports.. Here are the final configs that work. I've fixed the...

Another place where you can find some inspiration is https://github.com/ClickHouse/keeper-extend-cluster/blob/master/configs/keeper_cluster.xml, there's a sandbox with working clickhouse + keeper

You didn't provide any SQL to confirm But the issue I see should be in ```xml replica1 1 shard1 replica2 2 shard2 ``` Values must be like `

If you'd like to continue with this, create a repo where we can have normal files to edit. It's torture to exchange files in the issue comments.

In https://github.com/ClickHouse/ClickHouse/pull/77187 I changed the `FunctionDocumentation` a little bit, now it's easy to generate the documentation as following: ```` SELECT replaceAll(name, '_', '\\_') AS safe_name, lower(safe_name) AS link, description, syntax,...

Here's an advanced query that looks in aliases too: ```sql WITH '%distance%' AS func, defined_aliases AS (SELECT alias_to FROM system.functions WHERE name ILIKE func) SELECT replaceAll(name, '_', '\\_') AS safe_name,...

In https://github.com/ClickHouse/ClickHouse/issues/65229 we faced an issue that the repository became inconsistent ``` root ⟩ deb ⟩ dists ⟩ stable main/ InRelease.new 2,490 (2.43kb) 2024-06-13T11:52:06.060Z InRelease 2,490 (2.43kb) 2024-06-07T10:57:45.719Z Release.gpg.new 833...

Another appearance from today `Jun 14 17:12:21 ip-172-31-87-196 /usr/bin/geesefs[164712]: s3.WARNING Conflict detected (inode 5331): server-side ETag or size of deb/dists/stable/InRelease ("b9d2f4d2c707c2236e8f02d787204d88", 2490) differs from local ("ccd5ccc1d800e42f7bafb8cb1532c18c", 2490). File is changed...

Dear colleagues, it breaks our pipeline completely because the Debian repos are inconsistent. Some files remain from the previous deployment, and some are new ``` Jul 1 08:37:35 ip-172-31-87-196 /usr/bin/geesefs[228098]:...

Hi @vitalif. Sorry for the long silence; I'm on parental leave. It's reprepro 5.4.1. I am currently trying to build a repo for an isolated laboratory, hopefully will be back...