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

   ## What is the purpose of the change
   
   There is a fairly complicated listing / observe logic for jobs currently 
that is no longer necessary as we have a stable logic to always record the 
jobID in the status before submission.
   
   ## Brief change log
   
    - Replace complex resource specific job listing/matching logic with JobId 
based querying
    - Clean up unnecessary codepaths
    - Tests
   
   ## Verifying this change
   
   The change is already covered by existing tests to a large extent.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changes to the `CustomResourceDescriptors`: 
no
     - Core observer or reconciler logic that is regularly executed: yes
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to