dybyte commented on PR #9815: URL: https://github.com/apache/seatunnel/pull/9815#issuecomment-3258078306
I have confirmed that the issue occurs because the job's start timestamp is accessed before it reaches the SCHEDULED state, as shown in the following code: https://github.com/apache/seatunnel/blob/c43d57de31e13f1006cc2fcf533870863994231d/seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/dag/physical/PhysicalPlan.java#L305-L310 https://github.com/apache/seatunnel/blob/c43d57de31e13f1006cc2fcf533870863994231d/seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/dag/physical/PhysicalPlan.java#L227-L233 This is all I was able to confirm. If you have any additional insights, I would greatly appreciate it. Thank you! -- 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]
