https://signoz.io logo
#general
Title
# general
s

surya prakash

07/14/2023, 2:24 PM
Hi Team, I am currently facing some issues with Clickhouse it is not initialized correctly.
p

Prashant Shahi

07/14/2023, 5:29 PM
HI @surya prakash 👋 This has been resolved in latest release.
s

surya prakash

07/17/2023, 4:59 AM
ok thanks will check
Post upgrade getting this issue
@Prashant Shahi
p

Prashant Shahi

07/18/2023, 8:27 AM
Is clickhouse cluster back up after the upgrade? If yes, this should be resolved in next pod restart. You could try restarting the otel collectors.
Copy code
kubectl rollout restart -n platform deploy/my-release-signoz-otel-collector deploy/my-release-signoz-otel-collector-metrics
s

surya prakash

07/18/2023, 8:32 AM
i didn't take back up, since i am working in dev environment for testing purpose. While i get the initial issue i reinstalled everything and upgraded signoz as you suggested also now restarted
this is what i am getting from my-release-signoz-otel-collector-metrics-init ● docker.io/busybox:1.35
clickhouse is running properly
but name is changed post upgrade @Prashant Shahi
p

Prashant Shahi

07/18/2023, 9:32 AM
chi-signoz-cluster-0-0-0
this is strange one.
s

surya prakash

07/18/2023, 9:33 AM
inside this clickhouse only running
p

Prashant Shahi

07/18/2023, 9:35 AM
did you override any existing values?
can you share output of this?
Copy code
kubectl get all -n platform
s

surya prakash

07/18/2023, 9:35 AM
no i just used this instructions only
and this too
issue resolved thanks @Prashant Shahi