Hisoka-X commented on code in PR #7762:
URL: https://github.com/apache/seatunnel/pull/7762#discussion_r1798883961


##########
seatunnel-core/seatunnel-flink-starter/seatunnel-flink-13-starter/src/main/bin/start-seatunnel-flink-13-connector-v2.sh:
##########
@@ -43,6 +43,25 @@ if [ -f "${CONF_DIR}/seatunnel-env.sh" ]; then
     . "${CONF_DIR}/seatunnel-env.sh"
 fi
 
+if [ ! -f "${APP_DIR}/runtime.tar.gz" ];then

Review Comment:
   If not only one job are submitted at same time, will the files between 
different tasks conflict?



-- 
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]

Reply via email to