sollhui commented on code in PR #56651:
URL: https://github.com/apache/doris/pull/56651#discussion_r2389703829
##########
fe/fe-core/src/main/java/org/apache/doris/job/manager/JobManager.java:
##########
@@ -222,6 +225,7 @@ public void dropJobInternal(T job, boolean isReplay) throws
JobException {
}
writeLock();
try {
+ deleteJobKeyFromMSIfNecessary(job);
Review Comment:
It will retry next time if fail happened, which promise that dropping the
job eventually no matter what happens.
--
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]