mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Improve log for QueryNode spell (#13912)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/13923/head
parent
76c4dccf71
commit
fb0426afcc
|
@ -259,7 +259,7 @@ func (c *queryNodeCluster) releaseSegments(ctx context.Context, nodeID int64, in
|
|||
return nil
|
||||
}
|
||||
|
||||
return fmt.Errorf("releaseSegments: can't find query node by nodeID, nodeID = %d", nodeID)
|
||||
return fmt.Errorf("releaseSegments: can't find QueryNode by nodeID, nodeID = %d", nodeID)
|
||||
}
|
||||
|
||||
func (c *queryNodeCluster) watchDmChannels(ctx context.Context, nodeID int64, in *querypb.WatchDmChannelsRequest) error {
|
||||
|
|
Loading…
Reference in New Issue