compaction warnings: compaction plan conflict #45747
Unanswered
sfmqrb
asked this question in
Q&A and General discussion
Replies: 1 comment 2 replies
-
|
Which version of your milvus? Possible related issue: #41962 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m getting a flood of compaction warnings like this:
Given that the planner only selects healthy, flushed, non-compacting (and indexed) segments, I’m trying to understand why these conflicts occur so often.
The downside is that I have enough small segments to fill the
max_segment_size, but they don’t get merged because of these conflicts, so I end up with half-full segments.My question: Is this behavior expected under a heavy write-ingestion workload?
Happy to provide more logs if needed.
Beta Was this translation helpful? Give feedback.
All reactions