Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure deployment doesn't change the state in flink operator #257

Open
lydian opened this issue Jul 11, 2022 · 0 comments
Open

Failure deployment doesn't change the state in flink operator #257

lydian opened this issue Jul 11, 2022 · 0 comments

Comments

@lydian
Copy link

lydian commented Jul 11, 2022

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

  1. 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.
  2. 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant