mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
fix: pass manifest path when loading growing segments (#46378)
Related to #44956 Pass ManifestPath field to SegmentLoadInfo when loading growing segments in loadGrowingSegments function. This ensures storage v2 can properly locate segment data via manifest path, consistent with other segment loading paths. Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
c1844d2aae
commit
efa7ccdf81
@ -96,6 +96,7 @@ func loadGrowingSegments(ctx context.Context, delegator delegator.ShardDelegator
|
||||
InsertChannel: segmentInfo.InsertChannel,
|
||||
StartPosition: segmentInfo.GetStartPosition(),
|
||||
StorageVersion: segmentInfo.GetStorageVersion(),
|
||||
ManifestPath: segmentInfo.GetManifestPath(),
|
||||
})
|
||||
} else {
|
||||
log.Info("skip segment which binlog is empty", zap.Int64("segmentID", segmentInfo.ID))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user