mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
fix: Fix target segment marked dropped for save stats result twice (#45479)
issue: #45477 master pr: #45478 Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
1cfb9f6881
commit
49e3059719
@ -2236,7 +2236,7 @@ func (m *meta) completeSortCompactionMutation(
|
||||
StartPosition: oldSegment.GetStartPosition(),
|
||||
DmlPosition: oldSegment.GetDmlPosition(),
|
||||
IsImporting: oldSegment.GetIsImporting(),
|
||||
State: oldSegment.GetState(),
|
||||
State: commonpb.SegmentState_Flushed,
|
||||
Level: oldSegment.GetLevel(),
|
||||
LastLevel: oldSegment.GetLastLevel(),
|
||||
PartitionStatsVersion: oldSegment.GetPartitionStatsVersion(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user