Hi,
From time to time, I encounter the max_suspicious_broken_parts error. I temporarily fix it by increasing the value.
The logs I'm sending to Signoz are structured as JSON, not in the expected otel format. I'm curious if this discrepancy in format is causing the issue with broken parts.
tried these 2 queries on the clickhouse .
reference
SELECT count(*)
FROM system.detached_parts;
SELECT count()
FROM system.detached_parts
WHERE startsWith(name, 'broken');
both return the same number.
Can someone help me understand this?