From cc4013bbdc5bd012346168605a56ae7daf003aef Mon Sep 17 00:00:00 2001 From: ryjiang Date: Thu, 18 Nov 2021 22:19:49 +0800 Subject: [PATCH] [skip ci]Add comments in chap09_data_coord.md (#12052) Signed-off-by: ruiyi.jiang --- docs/developer_guides/chap09_data_coord.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/developer_guides/chap09_data_coord.md b/docs/developer_guides/chap09_data_coord.md index 4a9eec1f79..84e0aaa6f4 100644 --- a/docs/developer_guides/chap09_data_coord.md +++ b/docs/developer_guides/chap09_data_coord.md @@ -283,6 +283,7 @@ type InsertMsg struct { type DataNode interface { Component + /// WatchDmChannels watches the channels about data manipulation. WatchDmChannels(ctx context.Context, req *datapb.WatchDmChannelsRequest) (*commonpb.Status, error) // FlushSegments notifies DataNode to flush the segments req provids. The flush tasks are async to this rpc, DataNode will flush the segments in the background. FlushSegments(ctx context.Context, req *datapb.FlushSegmentsRequest) (*commonpb.Status, error)