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

start flink job via savepoint,the job start running with 2 taskmanager, normal is single taskmanager(native kubernetes ) #4034

Open catyer opened 2 months ago

catyer commented 2 months ago

Search before asking

Java Version

1.8

Scala Version

2.12.x

StreamPark Version

2.14

Flink Version

1.17.2

deploy mode

kubernetes-application

What happened

i have running my job correctly before.But when i canceled my job manually,it works.i start the job from savepointed,but when the first taskmanager running correctly,the second taskmanager created and running (restarting),like the picture below image

the logs text it has the same uuid image

the streampark job start to restarting and sometimes the second taskmanager status become pending

does this question has any way to solve it ?

Error Exception

![image](https://github.com/user-attachments/assets/e634c19b-6ca0-4491-a107-e55ec9957d94)

Screenshots

No response

Are you willing to submit PR?

Code of Conduct