[skip ci] Add comment for export method in DataNode.Compaction (#11794)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
pull/11819/head
shaoyue 2021-11-15 19:15:56 +08:00 committed by GitHub
parent 286d17c7a0
commit 6fd3b376e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ type DataNode interface {
// 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)
}