Skip to content

Commit cb7cc84

Browse files
feat(clickhouse): Added max_suspicious_broken_parts to the config.xml (#2853)
* feat(clickhouse): Added max_suspicious_broken_parts to the config.xml * refactor(clickhouse): Set default max_suspicious_bronken_parts and Issue reference --------- Co-authored-by: Hubert Deng <[email protected]>
1 parent eba2282 commit cb7cc84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clickhouse/config.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
</profiles>
2929
<merge_tree>
3030
<enable_mixed_granularity_parts>1</enable_mixed_granularity_parts>
31+
<!-- Increase "max_suspicious_broken_parts" in case of errors with Clickhouse like "Suspiciously many broken parts to remove".
32+
see: https://github.com/getsentry/self-hosted/issues/2832 -->
33+
<max_suspicious_broken_parts>10</max_suspicious_broken_parts>
3134
</merge_tree>
3235
</yandex>

0 commit comments

Comments
 (0)