mirror of https://github.com/milvus-io/milvus.git
9539739781
See also #37205 Previously releasing growing segments could be triggered by two conditions: - Sealed Segment with same id is loaded - Segment start position is before target checkpoint ts Which has a worst case that the corresponding sealed segment is compacted and the checkpoint is pinned by a growing l0 segment. This PR introduces a new rule that: a growing segment could be released if the segment id appeared in current target dropped segment id list. Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> |
||
---|---|---|
.. | ||
OWNERS | ||
balance_checker.go | ||
balance_checker_test.go | ||
channel_checker.go | ||
channel_checker_test.go | ||
checker.go | ||
controller.go | ||
controller_base_test.go | ||
controller_test.go | ||
index_checker.go | ||
index_checker_test.go | ||
leader_checker.go | ||
leader_checker_test.go | ||
segment_checker.go | ||
segment_checker_test.go |