[skip ci]Add comment for ManualCompaction (#11462)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/11469/head
sunby 2021-11-08 21:33:46 +08:00 committed by GitHub
parent d6522238a8
commit 0c33bc04f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ type DataCoord interface {
GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error)
// CompleteCompaction completes a compaction with the result
CompleteCompaction(ctx context.Context, req *datapb.CompactionResult) (*commonpb.Status, error)
// ManualCompaction triggers a compaction for a collection
ManualCompaction(ctx context.Context, req *datapb.ManualCompactionRequest) (*datapb.ManualCompactionResponse, error)
GetCompactionState(ctx context.Context, req *datapb.GetCompactionStateRequest) (*datapb.GetCompactionStateResponse, error)
}