[skip ci]Add comment for getNodeInfoByID (#12493)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/12494/head
xige-16 2021-11-30 21:23:34 +08:00 committed by GitHub
parent 0abc0ecf20
commit 60831cae99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {