Skip to content

Commit a928b94

Browse files
authored
Update detached-parts.md
1 parent 9870102 commit a928b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/altinity-kb-useful-queries/detached-parts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ unexpected
3939
ignored
4040
noquorum
4141
merge-not-byte-identical
42-
mutate-not-byte-identical
42+
mutate-not-byte-identical -
4343
broken-on-start
4444
clone
45-
covered-by-broken
45+
covered-by-broken - that means that clickhouse during initialization of replicated table detected that some part is not ok, and decided to refetch it from healthy replicas. So the part itself will be detached as 'broken' and if that part was a result of merge / mutation all the previuos generations of that will be marked as covered-by-broken. If clickhouse was able to download the final part you don't need those covered-by-broken.
4646
```
4747

4848
## See also

0 commit comments

Comments
 (0)