mirror of https://github.com/milvus-io/milvus.git
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com> Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com> Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/21178/head
parent
3ca7971b68
commit
1c309a74ee
|
@ -623,7 +623,7 @@ func (replica *metaReplica) addSegmentPrivate(segment *Segment) error {
|
|||
fmt.Sprint(Params.QueryNodeCfg.GetNodeID()),
|
||||
fmt.Sprint(segment.collectionID),
|
||||
fmt.Sprint(segment.partitionID),
|
||||
string(segType),
|
||||
segType.String(),
|
||||
fmt.Sprint(segment.indexedFieldInfos.Len()),
|
||||
).Inc()
|
||||
if rowCount > 0 {
|
||||
|
@ -731,7 +731,7 @@ func (replica *metaReplica) removeSegmentPrivate(segmentID UniqueID, segType seg
|
|||
fmt.Sprint(Params.QueryNodeCfg.GetNodeID()),
|
||||
fmt.Sprint(segment.collectionID),
|
||||
fmt.Sprint(segment.partitionID),
|
||||
string(segType),
|
||||
segType.String(),
|
||||
// Note: this field is mutable after segment is loaded.
|
||||
fmt.Sprint(segment.indexedFieldInfos.Len()),
|
||||
).Dec()
|
||||
|
|
Loading…
Reference in New Issue