This message was deleted.
s
This message was deleted.
ack 1
n
Can you check the logs of clickhouse ?
k
There are no obvious errors in the clickhouse logs.
n
From what version did you upgrade ?
k
where should i look at clickhouse metrics
i don't find in documentation any idea how to look for clickhouse cluster metrics and visualization
k
Upgraded from 0.36 to 0.37
At present, it seems that the table structure of signoz is updated, resulting in frequent TTL.
n
We don’t have clickhouse changes in 0.37, Can you check if you have changed the retention period recently https://signoz.io/docs/userguide/retention-period/
k
I modified the default settings, metics are retained for 15 days, traces are retained for 15 days, and I did not collect logs.
n
Did you do it recently ?
k
Yes, after the upgrade, I cleared the clickhouse data and then modified the configuration of signoz
n
By clearing the data do you mean deleting entire clickhouse data or something else ?
@Srikanth Chekuri can this PR result in high cpu usage if the tables have a lot of data ?
s
No, that PR wouldn't be the reason. If it were to be the reason everyone else would also see the issue (including our customers), I wouldn't expect systems to cause a spike. Any time you change something with TTL then it's going to cause a lot of CPU resource consumption.
👍 1
k
I decided to lower the background_pool_size, MergeMutate threads became fewer, and the overall CPU usage decreased, but I don’t know what other effects it had.
s
Don't change TTL often on large tables.
k
@nitya-signoz Yes, I cleared all the data of signoz’s clickhouse instance.
@Srikanth Chekuri I did not modify the table. The signoz table was automatically generated using signoz/signoz-schema-migrator:0.88.8
s
k
@Srikanth Chekuri I mean, I suspect signoz 0.37 or signoz-schema-migrator:0.88.8 increased the TTL of some tables.
s
No, there was no such change