You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/01/29 09:16:11 UTC

[GitHub] [flink] jiangxin369 commented on a change in pull request #14771: [FLINK-9683] Allow history server use default fs scheme

jiangxin369 commented on a change in pull request #14771:
URL: https://github.com/apache/flink/pull/14771#discussion_r566680173



##########
File path: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/history/HistoryServer.java
##########
@@ -202,8 +202,7 @@ public HistoryServer(
         List<RefreshLocation> refreshDirs = new ArrayList<>();
         for (String refreshDirectory : refreshDirectories.split(",")) {
             try {
-                Path refreshPath =
-                        WebMonitorUtils.validateAndNormalizeUri(new Path(refreshDirectory).toUri());

Review comment:
       Thanks for your review, I'll remove it.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org