hawk9821 commented on code in PR #9749:
URL: https://github.com/apache/seatunnel/pull/9749#discussion_r2295103155
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/CoordinatorService.java:
##########
@@ -681,6 +681,9 @@ && getJobHistoryService().getJobMetrics(jobId)
} else {
runningJobInfoIMap.remove(jobId);
runningJobMasterMap.remove(jobId);
+ // remove jobId from pendingJobMasterMap when
jobSubmitFuture is
+ // exceptionally.
+ pendingJobMasterMap.remove(jobId);
Review Comment:
This is a great idea, and a version of the logic has been implemented.
Please feel free to point out any issues or suggestions for improvement. Your
feedback will help make this implementation more robust. Thanks in advance!
@Hisoka-X @dybyte @zhangshenghang
--
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]