Chesnay Schepler created FLINK-24770:
----------------------------------------
Summary: Remove error cause from JobStatusListener interface
Key: FLINK-24770
URL: https://issues.apache.org/jira/browse/FLINK-24770
Project: Flink
Issue Type: Technical Debt
Components: Runtime / Coordination
Reporter: Chesnay Schepler
Assignee: Chesnay Schepler
Fix For: 1.15.0
A JobStatusListener is notified of changes to the job status, and is currently
also provided with error cause should the job have transitioned into a state
where a failure cause is present.
However, none of the existing implementations make use of said error, and
having to provide the error also means that it is more difficult to work
against this interface because one must be aware of failure causes.
We could remove the error cause to remedy this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)