mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Add comment for getNodeInfoByID (#12493)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user