mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
[skip ci]Add comment for getSegmentInfoByNode (#12411)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
32022ea74b
commit
b1da696767
@ -520,7 +520,7 @@ func (c *queryNodeCluster) getSegmentInfoByNode(ctx context.Context, nodeID int6
|
||||
return res.Infos, nil
|
||||
}
|
||||
|
||||
return nil, fmt.Errorf("ReleasePartitions: can't find query node by nodeID, nodeID = %d", nodeID)
|
||||
return nil, fmt.Errorf("getSegmentInfoByNode: can't find query node by nodeID, nodeID = %d", nodeID)
|
||||
}
|
||||
|
||||
type queryNodeGetMetricsResponse struct {
|
||||
|
Loading…
Reference in New Issue
Block a user