diff --git a/internal/datacoord/services.go b/internal/datacoord/services.go index 0c4e7fa211..6b4291ff4b 100644 --- a/internal/datacoord/services.go +++ b/internal/datacoord/services.go @@ -793,7 +793,7 @@ func (s *Server) ManualCompaction(ctx context.Context, req *milvuspb.ManualCompa // GetCompactionState gets the state of a compaction func (s *Server) GetCompactionState(ctx context.Context, req *milvuspb.GetCompactionStateRequest) (*milvuspb.GetCompactionStateResponse, error) { - log.Debug("receive get compaction state request", zap.Int64("compactionID", req.GetCompactionID())) + log.Debug("received get compaction state request", zap.Int64("compactionID", req.GetCompactionID())) resp := &milvuspb.GetCompactionStateResponse{ Status: &commonpb.Status{ ErrorCode: commonpb.ErrorCode_UnexpectedError,