[jira] [Created] (FLINK-7664) Replace FlinkFutureException by CompletionException

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-7664) Replace FlinkFutureException by CompletionException

Shang Yuanchun (Jira)
Till Rohrmann created FLINK-7664:
------------------------------------

             Summary: Replace FlinkFutureException by CompletionException
                 Key: FLINK-7664
                 URL: https://issues.apache.org/jira/browse/FLINK-7664
             Project: Flink
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.4.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann


The {{FlinkFutureException}} was introduced to fail in a {{CompletableFuture}} callback. This can, however, better be done via the {{CompletionException}}. Therefore, we should remove the {{FlinkFutureException}} and replace it with the {{CompletionException}} instead.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)