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 <hubert.deng@sentry.io>
This commit is contained in:
Victor 2024-03-21 21:35:07 +01:00 committed by GitHub
parent eba22822e4
commit cb7cc84190
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,5 +28,8 @@
</profiles>
<merge_tree>
<enable_mixed_granularity_parts>1</enable_mixed_granularity_parts>
<!-- Increase "max_suspicious_broken_parts" in case of errors with Clickhouse like "Suspiciously many broken parts to remove".
see: https://github.com/getsentry/self-hosted/issues/2832 -->
<max_suspicious_broken_parts>10</max_suspicious_broken_parts>
</merge_tree>
</yandex>