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