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

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
pull/11826/head^2
ryjiang 2021-11-16 09:43:18 +08:00 committed by GitHub
parent 99304d160d
commit ba84fd4565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ type DataNode interface {
FlushSegments(ctx context.Context, req *datapb.FlushSegmentsRequest) (*commonpb.Status, error)
// GetMetrics gets the metrics about DataNode.
GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error)
// Compaction will add a compaction task according to the request plan
Compaction(ctx context.Context, req *datapb.CompactionPlan) (*commonpb.Status, error)
}
```