mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for ManualCompaction (#11598)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>pull/11614/head
parent
adea19352c
commit
1104f752f5
|
@ -646,6 +646,7 @@ func (s *Server) CompleteCompaction(ctx context.Context, req *datapb.CompactionR
|
|||
return resp, nil
|
||||
}
|
||||
|
||||
// ManualCompaction triggers a compaction for a collection
|
||||
func (s *Server) ManualCompaction(ctx context.Context, req *milvuspb.ManualCompactionRequest) (*milvuspb.ManualCompactionResponse, error) {
|
||||
log.Debug("receive manual compaction", zap.Int64("collectionID", req.GetCollectionID()))
|
||||
|
||||
|
|
Loading…
Reference in New Issue