未验证 提交 cc4013bb 编写于 作者: R ryjiang 提交者: GitHub

[skip ci]Add comments in chap09_data_coord.md (#12052)

Signed-off-by: Nruiyi.jiang <ruiyi.jiang@zilliz.com>
上级 f4e984bc
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册