ragsarang

Results 8 comments of ragsarang

> **Describe the unexpected behaviour** When I execute a statement with ON CLUSTER, It should be able to run it on all the shards and replicas. However it is timing...

Please find the details below: > kubectl get svc -n ch1 -o wide ``` NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR chi-repl-1s1r-replcluster-0-0 ClusterIP None 8123/TCP,9000/TCP,9009/TCP 25h clickhouse.altinity.com/app=chop,clickhouse.altinity.com/chi=repl-1s1r,clickhouse.altinity.com/cluster=replcluster,clickhouse.altinity.com/namespace=ch1,clickhouse.altinity.com/replica=0,clickhouse.altinity.com/shard=0 clickhouse-operator-metrics ClusterIP xxxx:xxxx:xxx:xxxx:xxxx:xx:0:a8c0...

> Is not look good, other type: ClusterIP service have ipv6 address Yes, our kubernetes cluster is having only ipv6 protocol > kubectl get endpoints -n ch1 ``` NAME ENDPOINTS...

Additional info: I updated the clickhouse operator yaml parameter chConfigNetworksHostRegexpTemplate `chConfigNetworksHostRegexpTemplate: "(chi-{chi}-[^.]+\\d+-\\d+|clickhouse\\-{chi})\\.{namespace}\\.svc\\.uhxxxxxx\\.local$"` Because our cluster has specific clusterDomain "uhxxxxxx.local" But the common-configd configmap is still taking cluster.local in the chop-generated-remote_servers.xml...

Yes I tried it. I created new operator installation with this change chConfigNetworksHostRegexpTemplate but the endpoints are still taking cluster.local I even added this before deploying default/networks/host_regexp: (chi-repl-1s1r-[^.]+\d+-\d+|clickhouse\-repl-1s1r)\.ch1\.svc\.uhxxxxxx\.local$ ``` $...

> change `kind: ClickHouseInstallation` > > add > > ```yaml > spec: > namespaceDomainPattern: "%s.svc.uhxxxxxxx.local" > ``` I might be looking for this exact configuration for the cluster domain.. I...

I added namespaceDomainPattern in CHI yaml and recreated entire setup from operator to CHI. This parameter has fixed the hostname rendering in system.clusters. However base problem still exists - distributed...

I deleted zookeeper pods after reinstallation of chi manifest. Statefulset recreated zookeeper pods However clickhouse client has still the same error