mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Fix golint for loadSegments (#13674)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/13675/head
parent
7e0c772d64
commit
b7f987ef47
|
@ -266,7 +266,7 @@ func (c *queryNodeCluster) loadSegments(ctx context.Context, nodeID int64, in *q
|
|||
|
||||
return nil
|
||||
}
|
||||
return fmt.Errorf("loadSegments: can't find query node by nodeID, nodeID = %d", nodeID)
|
||||
return fmt.Errorf("loadSegments: can't find QueryNode by nodeID, nodeID = %d", nodeID)
|
||||
}
|
||||
|
||||
func (c *queryNodeCluster) releaseSegments(ctx context.Context, nodeID int64, in *querypb.ReleaseSegmentsRequest) error {
|
||||
|
|
Loading…
Reference in New Issue