cambyzju commented on code in PR #46020:
URL: https://github.com/apache/doris/pull/46020#discussion_r1897747205


##########
fe/fe-core/src/main/java/org/apache/doris/mtmv/MTMVJobManager.java:
##########
@@ -213,6 +213,11 @@ public void cancelMTMVTask(CancelMTMVTaskInfo info) throws 
DdlException, MetaNot
 
     public void onCommit(MTMV mtmv) throws DdlException, JobException {
         MTMVJob job = getJobByMTMV(mtmv);
+        if (!job.getJobStatus().equals(JobStatus.RUNNING)) {
+            LOG.info("job status of async materialized view: [{}] is: [{}], 
ignore this event.", mtmv.getName(),

Review Comment:
   maybe debug log is enough? PAUSED status looks like a very normal case.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to