Yes this will show error over here, but it has been configured, it will work.
n
nitya-signoz
09/06/2024, 6:49 AM
So there are some ways to avoid reaching this. ( the main culprit is that clickhouse requires resources and time to modify ttl)
• Before changing the TTL, stop ingestion and change the TTL.
◦
select * from system.mutations where is_done=0;
run this command in clickhouse to see the progress
◦ unless this command is completed don’t allow new ingestion
or
• Clean the existing data and start fresh i.e clean installation.
or
• provide resources with no limits for clickhouse to complete the job.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.