From 61ab60d1f2b3ff7527aabf44eea3daaf17976f82 Mon Sep 17 00:00:00 2001 From: ryjiang Date: Wed, 27 Oct 2021 14:46:37 +0800 Subject: [PATCH] [skip ci]Add some comments in chap09_data_coord.md (#10709) 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 56b60ee0a2..9fe8f80c44 100644 --- a/docs/developer_guides/chap09_data_coord.md +++ b/docs/developer_guides/chap09_data_coord.md @@ -11,6 +11,7 @@ type DataCoord interface { Component TimeTickProvider + // Flush notifies DataCoord to flush all current growing segments of specified Collection Flush(ctx context.Context, req *datapb.FlushRequest) (*datapb.FlushResponse, error) AssignSegmentID(ctx context.Context, req *datapb.AssignSegmentIDRequest) (*datapb.AssignSegmentIDResponse, error)