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)