apache / incubator-streampark

Make stream processing easier! Easy-to-use streaming application development framework and operation platform.
https://streampark.apache.org/
Apache License 2.0
3.91k stars 1.01k forks source link

[Bug] upload File not found when starting job at the same time #4111

Open jallyQ opened 1 month ago

jallyQ commented 1 month ago

Search before asking

Java Version

1.8

Scala Version

2.12.x

StreamPark Version

2.1X

Flink Version

1.16.3

deploy mode

kubernetes-session

What happened

in my business ,i need to start many flink jobs with the same flink jar,but the args is different at the same time; step 1: create tens of flink jobs with the same flink jar,such as image step 2: some jobs are in the upload state ,some jobs are in the build state

question: 1.in the upload interface the jar will be deal with image 2.if at the same time ,the job is in the build state with the same jar,the build interface will deal image

error: the jobs with the same flink jar will be failed ,because of the flink jar is deleted by the job which is uploading flink jar at the same time

Error Exception

File " + localJar + " is not exist, please check it!

Screenshots

No response

Are you willing to submit PR?

Code of Conduct