mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chap09_data_coord.md (#11866)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/11826/head^2
parent
99304d160d
commit
ba84fd4565
|
@ -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)
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue