Hii eveyone, There's a problem happening every no...
# general
r
Hii eveyone, There's a problem happening every now and then with me, Whenever I use docker compose to run the signoz service, one of the containers is flagged as unhealthy and the service doesn't start. Sometimes it is the alert manager, sometimes it is otel metrics collector. I am not able to understand the problem with it. I even reinstalled docker and signoz both, it worked once and then the problem started to occur again. Please help
1
SS also attached for reference
p
Hi @Ritek Saxena! Can you share logs of unhealthy containers?
r
This time it is for the alert manager container
p
looks likely related to clickhouse
query-service, otel-collector, otel-collector-metrics are dependent on clickhouse
alertmanager is dependent on query-service
can you share clickhouse logs?
r
Sure I will just search how to do that ! and then I will share.
p
Copy code
docker logs --tail=100 clickhouse-setup_clickhouse_1
r
Thanks for the command
p
OpenSSL
crt
issues.. Those config should have been ignore if not enabled.
anyways, can you comment out the following lines from your local cloned repo and retry? https://github.com/SigNoz/signoz/blob/develop/deploy/docker/clickhouse-setup/clickhouse-config.xml#L239-L240
r
Sure I will try
Still the same container unhealthy error
This time for the otel collector
p
Did you bring down the cluster as the config won't be updated if same container is used?
r
I killed all the containers and then restarted.
p
okay.. can you share clickhouse logs now?
r
Sure
p
Config is not updated
Still same error
r
I'll check once again
r
Here's the ss of the config file and I have took down the cluster as well but still the same error is there for the alert manager container
p
okay, lastly clickhouse and alertmanager logs?
r
Sure
p
logs seems to be incomplete
r
If you're looking for error It is not there this time
Idk how
I will once again run the logs command
I confirm these are the complete logs and no error message is there in the clickhouse logs
p
Let's catch up over DM to get this resolved