mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for getNodeInfoByID (#12493)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/12494/head
parent
0abc0ecf20
commit
60831cae99
|
@ -630,7 +630,7 @@ func (c *queryNodeCluster) getNodeInfoByID(nodeID int64) (Node, error) {
|
|||
return nodeInfo, nil
|
||||
}
|
||||
|
||||
return nil, fmt.Errorf("GetNodeByID: query node %d not exist", nodeID)
|
||||
return nil, fmt.Errorf("getNodeInfoByID: query node %d not exist", nodeID)
|
||||
}
|
||||
|
||||
func (c *queryNodeCluster) removeNodeInfo(nodeID int64) error {
|
||||
|
|
Loading…
Reference in New Issue