mirror of https://github.com/milvus-io/milvus.git
Improve compaction log (#13393)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>pull/13421/head
parent
4a5aa1cfea
commit
f480b314d9
|
@ -827,7 +827,7 @@ func (s *Server) GetCompactionState(ctx context.Context, req *milvuspb.GetCompac
|
||||||
|
|
||||||
// GetCompactionStateWithPlans returns the compaction state of given plan
|
// GetCompactionStateWithPlans returns the compaction state of given plan
|
||||||
func (s *Server) GetCompactionStateWithPlans(ctx context.Context, req *milvuspb.GetCompactionPlansRequest) (*milvuspb.GetCompactionPlansResponse, error) {
|
func (s *Server) GetCompactionStateWithPlans(ctx context.Context, req *milvuspb.GetCompactionPlansRequest) (*milvuspb.GetCompactionPlansResponse, error) {
|
||||||
log.Debug("received GetCompactionStateWithPlans request", zap.Int64("compactionID", req.GetCompactionID()))
|
log.Debug("received the request to get compaction state with plans", zap.Int64("compactionID", req.GetCompactionID()))
|
||||||
|
|
||||||
resp := &milvuspb.GetCompactionPlansResponse{
|
resp := &milvuspb.GetCompactionPlansResponse{
|
||||||
Status: &commonpb.Status{ErrorCode: commonpb.ErrorCode_UnexpectedError},
|
Status: &commonpb.Status{ErrorCode: commonpb.ErrorCode_UnexpectedError},
|
||||||
|
|
Loading…
Reference in New Issue