You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/06/30 08:01:30 UTC

[GitHub] [flink-kubernetes-operator] morhidi opened a new pull request, #287: [FLINK-27868] Harden running job check

morhidi opened a new pull request, #287:
URL: https://github.com/apache/flink-kubernetes-operator/pull/287

   This PR calculates the effective job state from JobDetail instead of JobStatusMessage. (The JobDetail response contains detailed task states) If the job status is RUNNING it checks whether all the tasks are either in RUNNING or FINISHED state. If not it changes the job state from RUNNING to CREATED.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-kubernetes-operator] gyfora merged pull request #287: [FLINK-27868] Harden running job check

Posted by GitBox <gi...@apache.org>.
gyfora merged PR #287:
URL: https://github.com/apache/flink-kubernetes-operator/pull/287


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org