dybyte commented on code in PR #10132:
URL: https://github.com/apache/seatunnel/pull/10132#discussion_r2589082241
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/dag/physical/PhysicalPlan.java:
##########
@@ -300,7 +300,7 @@ public void makeJobFailing(Throwable e) {
updateJobState(JobStatus.FAILING);
}
- public void startJob() {
+ public synchronized void startJob() {
Review Comment:
Yes, it is related, but I treated it as a separate concern from #10133.
--
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]