mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Improve log format (#14887)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
d751357be1
commit
b3d33a78f5
@ -462,6 +462,8 @@ func (node *QueryNode) ReleaseSegments(ctx context.Context, in *queryPb.ReleaseS
|
||||
status.Reason = err.Error()
|
||||
}
|
||||
}
|
||||
|
||||
log.Debug("release segments done", zap.Int64("collectionID", in.CollectionID), zap.Int64s("segmentIDs", in.SegmentIDs))
|
||||
return status, nil
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user