Github user bowenli86 commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4701#discussion_r140614369
  
    --- Diff: 
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/JarPlanHandler.java
 ---
    @@ -65,7 +65,7 @@ public JarPlanHandler(Executor executor, File 
jarDirectory) {
                                        return writer.toString();
                                }
                                catch (Exception e) {
    -                                   throw new FlinkFutureException(e);
    +                                   throw new CompletionException(e);
    --- End diff --
    
    Why it's not wrapping a `FlinkException` here?


---

Reply via email to