Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5331#discussion_r162934893 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/JarListHandler.java --- @@ -145,6 +155,7 @@ public boolean accept(File dir, String name) { return writer.toString(); } catch (Exception e) { + LOG.warn("Failed to fetch jar list.", e); --- End diff -- scratch that, should be logged, I'll double check
---