You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Matyas Orhidi (Jira)" <ji...@apache.org> on 2022/04/12 06:49:00 UTC

[jira] [Updated] (FLINK-27190) Revisit error handling in main reconcile() loop

     [ https://issues.apache.org/jira/browse/FLINK-27190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matyas Orhidi updated FLINK-27190:
----------------------------------
    Description: 
The are some improvements introduced around error handling:
 * [https://github.com/java-operator-sdk/java-operator-sdk/pull/1033]
 * [https://github.com/java-operator-sdk/java-operator-sdk/issues/975] 

 in the upcoming java-operator-sdk release [v3.0.0.RC1.|https://github.com/java-operator-sdk/java-operator-sdk/releases/tag] We should revisit and simplify further the error logic in {{FlinkDeploymentController.reconcile()}}

{{Currently}}
 * checked exceptions are wrapped in runtime exceptions
 * validation errors are terminal errors but handled with differently

 

  was:
The are some improvements introduced around error handling:
 * [https://github.com/java-operator-sdk/java-operator-sdk/pull/1033]

 in the upcoming java-operator-sdk release [v3.0.0.RC1.|https://github.com/java-operator-sdk/java-operator-sdk/releases/tag] We should revisit and simplify further the error logic in {{FlinkDeploymentController.reconcile()}}

{{Currently}}
 * checked exceptions are wrapped in runtime exceptions
 * validation errors are terminal errors but handled with differently

 


> Revisit error handling in main reconcile() loop
> -----------------------------------------------
>
>                 Key: FLINK-27190
>                 URL: https://issues.apache.org/jira/browse/FLINK-27190
>             Project: Flink
>          Issue Type: Improvement
>          Components: Kubernetes Operator
>            Reporter: Matyas Orhidi
>            Priority: Major
>             Fix For: kubernetes-operator-1.0.0
>
>
> The are some improvements introduced around error handling:
>  * [https://github.com/java-operator-sdk/java-operator-sdk/pull/1033]
>  * [https://github.com/java-operator-sdk/java-operator-sdk/issues/975] 
>  in the upcoming java-operator-sdk release [v3.0.0.RC1.|https://github.com/java-operator-sdk/java-operator-sdk/releases/tag] We should revisit and simplify further the error logic in {{FlinkDeploymentController.reconcile()}}
> {{Currently}}
>  * checked exceptions are wrapped in runtime exceptions
>  * validation errors are terminal errors but handled with differently
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)