[skip ci]Add notes to impl (#13205)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/13213/head
jingkl 2021-12-10 22:01:17 +08:00 committed by GitHub
parent ae00a0a22b
commit 3f0970153c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3329,6 +3329,7 @@ func (node *Proxy) LoadBalance(ctx context.Context, req *milvuspb.LoadBalanceReq
return status, nil
}
//GetCompactionState gets the compaction state of multiple segments
func (node *Proxy) GetCompactionState(ctx context.Context, req *milvuspb.GetCompactionStateRequest) (*milvuspb.GetCompactionStateResponse, error) {
log.Info("received GetCompactionState request", zap.Int64("compactionID", req.GetCompactionID()))
resp := &milvuspb.GetCompactionStateResponse{}