未验证 提交 dd134e02 编写于 作者: C congqixia 提交者: GitHub

[skip ci] Add comment in types.go for DataCoord.GetCompactionStateWithPlans (#12422)

Signed-off-by: NCongqi Xia <congqi.xia@zilliz.com>
上级 2576cf79
......@@ -227,6 +227,7 @@ type DataCoord interface {
ManualCompaction(ctx context.Context, req *milvuspb.ManualCompactionRequest) (*milvuspb.ManualCompactionResponse, error)
// GetCompactionState gets the state of a compaction
GetCompactionState(ctx context.Context, req *milvuspb.GetCompactionStateRequest) (*milvuspb.GetCompactionStateResponse, error)
// GetCompactionStateWithPlans get the state of requested plan id
GetCompactionStateWithPlans(ctx context.Context, req *milvuspb.GetCompactionPlansRequest) (*milvuspb.GetCompactionPlansResponse, error)
// WatchChannels notifies DataCoord to watch vchannels of a collection
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册