mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
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:
parent
eba22822e4
commit
cb7cc84190
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user