Daan Persoons
06/17/2025, 10:23 AMclickhouse:
layout:
shardsCount: 2
replicasCount: 2
zookeeper:
replicaCount: 3
Nagesh Bansal
06/18/2025, 5:29 PMDaan Persoons
06/25/2025, 10:07 AMDaan Persoons
06/27/2025, 10:44 PMkubectl get chi shared-signoz-clickhouse -n shared-signoz -o yaml \
| yq '.spec.configuration.clusters[0].layout'
replicasCount: 1
shardsCount: 1
even though my operator is like this:
helm get values shared-signoz -n shared-signoz
USER-SUPPLIED VALUES:
alertmanager:
persistence:
size: 1Gi
clickhouse:
layout:
replicasCount: 2
shardsCount: 2
persistence:
accessModes:
- ReadWriteOnce
enabled: true
size: 200Gi
storageClass: null
resources:
requests:
cpu: 3
memory: 8Gi
zookeeper:
replicaCount: 3
Now my shared-signoz-schema-migrator-sync-znspd is stuck on the following:
waiting for clickhouse with correct shard count
expected shard count: 2, current shard count: 1
waiting for clickhouse with correct shard count
expected shard count: 2, current shard count: 1
waiting for clickhouse with correct shard count
expected shard count: 2, current shard count: 1
waiting for clickhouse with correct shard count