[skip e2e]Fix comment typo (#14178)

Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
pull/14128/merge
godchen 2021-12-24 17:28:20 +08:00 committed by GitHub
parent c337ae23b6
commit 08102b8945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ func (node *QueryNode) RemoveQueryChannel(ctx context.Context, in *queryPb.Remov
return status, nil return status, nil
} }
// WatchDmChannels create consumers on dmChannels to reveive Incremental datawhich is the important part of real-time query // WatchDmChannels create consumers on dmChannels to receive Incremental datawhich is the important part of real-time query
func (node *QueryNode) WatchDmChannels(ctx context.Context, in *queryPb.WatchDmChannelsRequest) (*commonpb.Status, error) { func (node *QueryNode) WatchDmChannels(ctx context.Context, in *queryPb.WatchDmChannelsRequest) (*commonpb.Status, error) {
code := node.stateCode.Load().(internalpb.StateCode) code := node.stateCode.Load().(internalpb.StateCode)
if code != internalpb.StateCode_Healthy { if code != internalpb.StateCode_Healthy {