Skip to content

Commit 2b0757c

Browse files
authored
Increase default max_suspicious_broken_parts to 100 (#4011)
Increase max_suspicious_broken_parts to 100 Increased the max_suspicious_broken_parts setting to adapt to more modern setups
1 parent 4f6caf7 commit 2b0757c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
<enable_mixed_granularity_parts>1</enable_mixed_granularity_parts>
2929
<!-- Increase "max_suspicious_broken_parts" in case of errors with Clickhouse like "Suspiciously many broken parts to remove".
3030
see: https://github.com/getsentry/self-hosted/issues/2832 -->
31-
<max_suspicious_broken_parts>10</max_suspicious_broken_parts>
31+
<max_suspicious_broken_parts>100</max_suspicious_broken_parts>
3232
</merge_tree>
3333
</yandex>

0 commit comments

Comments
 (0)