mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
fix debug error in IDE (#6539)
Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
parent
b11d027e53
commit
6b001fd76a
@ -188,7 +188,7 @@ func (m *meta) SaveBinlogAndCheckPoints(segID UniqueID, flushed bool,
|
||||
|
||||
for _, id := range modSegments {
|
||||
if segment := m.segments.GetSegment(id); segment != nil {
|
||||
segBytes := proto.MarshalTextString(segment)
|
||||
segBytes := proto.MarshalTextString(segment.SegmentInfo)
|
||||
key := buildSegmentPath(segment.GetCollectionID(), segment.GetPartitionID(), segment.GetID())
|
||||
kv[key] = segBytes
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user