You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by GitBox <gi...@apache.org> on 2022/02/28 05:22:54 UTC

[GitHub] [flink-kubernetes-operator] gyfora edited a comment on pull request #26: [FLINK-26336] Call cancel on deletion & clean up configmaps as well

gyfora edited a comment on pull request #26:
URL: https://github.com/apache/flink-kubernetes-operator/pull/26#issuecomment-1053901452


   Thank you @tweise and @wangyang0918 , I will address the comments in the original commit.
   
   I now pushed an optional refactor commit that restores the observe/reconcile flow that we had before @tweise 's recent change while making it clearer and including the jobmanager deployment validation. 
   
   I would like to hear your opinion about this. I think this makes the reconciler simpler and the flow cleaner but this is an optional change if you feel otherwise.
   
   I think the key points are:
    - Remove update control null checking in both session and job reconciler
    - Observation of both deployment and job status is centralized in the Observer
    - Clear flow on when reconciliation should happen 


-- 
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: commits-unsubscribe@flink.apache.org

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