From d6522238a86bcae189aeac69a66cf3a05123cd2f Mon Sep 17 00:00:00 2001 From: sunby Date: Mon, 8 Nov 2021 21:31:59 +0800 Subject: [PATCH] [skip ci]Add comment for CompleteCompaction (#11461) Signed-off-by: sunby --- internal/types/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/types/types.go b/internal/types/types.go index 7f9441d16c..6a3ce88f9a 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -222,6 +222,7 @@ type DataCoord interface { // GetMetrics gets the metrics about DataCoord. 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(ctx context.Context, req *datapb.ManualCompactionRequest) (*datapb.ManualCompactionResponse, error) GetCompactionState(ctx context.Context, req *datapb.GetCompactionStateRequest) (*datapb.GetCompactionStateResponse, error)