回复: Jobmanager restart after it has been requested to stop

2024-02-04 Thread Liting Liu (litiliu) via user
Thank you, Yang:   We have found the root cause.   In the logic of Flink operator, it calls Flink's rest API to stop this job then calls the K8s's API to stop the deployment of Flink jobManager. However it took more than one minute for K8s to delete that deployment, so when the JM's mai

Entering a busy loop when adding a new sink to the graph + checkpoint enabled

2024-02-04 Thread Daniel Peled
Hello, We have noticed that when we add a *new kafka sink* operator to the graph, *and start from the last save point*, the operator is 100% busy for several minutes and *even 1/2-1 hour* !!! The problematic code seems to be the following for-loop in getTransactionalProducer() method: *org.apach