You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the states, if dual mode, either failure in ClusterStarting or SubmittingJob will leads to the RollingBackJob mode. However, when I tested, I noticed that
In ClusterStaring state, the deployment failed (usually due to the image not exists or the sidecar is not injected properly that we are missing some packages), the flink app will stuck in ClusterStarting and not really goes into the RollingBackJob state.
In SubmittingJob, sometime bad beam python code written and then it will also stuck in SubmittingJob state, and I can see that it keeps trying to resubmit the job (and showing error log in flink operator) instead of changing to RollingBackJob state as mentioned in the doc
Wondering if I am missing some configuration which leads to this issue. Thanks!
The text was updated successfully, but these errors were encountered:
According to the states, if dual mode, either failure in
ClusterStarting
orSubmittingJob
will leads to theRollingBackJob
mode. However, when I tested, I noticed thatClusterStaring
state, the deployment failed (usually due to the image not exists or the sidecar is not injected properly that we are missing some packages), the flink app will stuck inClusterStarting
and not really goes into theRollingBackJob
state.SubmittingJob
, sometime bad beam python code written and then it will also stuck inSubmittingJob
state, and I can see that it keeps trying to resubmit the job (and showing error log in flink operator) instead of changing toRollingBackJob
state as mentioned in the docWondering if I am missing some configuration which leads to this issue. Thanks!
The text was updated successfully, but these errors were encountered: