Pavel Alexeev aka Pahan-Hubbitus

Results 96 comments of Pavel Alexeev aka Pahan-Hubbitus
trafficstars

@chernser, thank you. Indeed, mostly it works now: But annoying error also produced: ``` Error executing row count SQL Error [22000]: Code: 62. DB::Exception: Syntax error: failed at position 23...

@alex-zaitsev, thank you for the response. That was in older version. Now we have updated operator. What is a correct way to re-init node? Is it enough to just delete...

@alex-zaitsev, thank you for the reply. I understand how to delete objects. But what you are meant under "start re-concile"? I have two replicas `chi-gid-gid-0-0-0` and `chi-gid-gid-0-1-0`. And now `chi-gid-gid-0-0-0`...

@alex-zaitsev, thank you very much! Eventually I get it updated for our cluster: ``` kub_dev get pods --all-namespaces -o jsonpath="{.items[*].spec['initContainers', 'containers'][*].image}" -l app=clickhouse-operator altinity/clickhouse-operator:0.23.7 altinity/metrics-exporter:0.23.7 ``` And doing in ArgoCD:...

@alex-zaitsev, very thank you for the answer. First I would like to recover my tables, then I will try to deal with users. Today, I eventfully receive rights to see...

As we are speaking, I have tried to reconcile cluster by providing: ```yaml spec: taskID: "click-reconcile-1" ``` Indeed, that looks like triggering reconcile. Logs of operator pod: ``` kubectl -n...

@Slach, thanks to response. We do not use sharding yet. Output of `kubectl get chi -n gidplatform-dev gid -o yaml`: [chi.yaml.gz](https://github.com/user-attachments/files/17374375/chi.yaml.gz)

Sure (limit to 10, total 269): |database|table|engine_full|c| |--------|-----|-----------|-| |datamart|appmarket__public__widget|PostgreSQL(appmarket_db, `table` = 'widget', schema = 'public')|1| |datamart|bonus__public__promotion|PostgreSQL(bonus_db, `table` = 'promotion', schema = 'public')|1| |sandbox|gid_mt_sessions|ReplicatedMergeTree('/clickhouse/tables/ad0a75c4-1aa7-4386-a542-c16c19f2b2c6/{shard}', '{replica}') ORDER BY tsEvent SETTINGS index_granularity =...

Hello. Last shared logs was from 15 October. And that after one more attempt to recover by deleting PVC and STS.