From 95159ec53cf4f9f0eccae751dfa31c23556e830c Mon Sep 17 00:00:00 2001 From: xige-16 Date: Fri, 29 Oct 2021 20:10:43 +0800 Subject: [PATCH] [skip ci] Add comments for GetTimeTickChannel (#10924) Signed-off-by: xige-16 --- internal/querynode/impl.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/querynode/impl.go b/internal/querynode/impl.go index 6d7f2cee26..34889a5cf4 100644 --- a/internal/querynode/impl.go +++ b/internal/querynode/impl.go @@ -55,6 +55,8 @@ func (node *QueryNode) GetComponentStates(ctx context.Context) (*internalpb.Comp return stats, nil } +// GetTimeTickChannel returns the time tick channel +// TimeTickChannel contains many time tick messages, which will be sent by query nodes func (node *QueryNode) GetTimeTickChannel(ctx context.Context) (*milvuspb.StringResponse, error) { return &milvuspb.StringResponse{ Status: &commonpb.Status{