zentol commented on a change in pull request #14771:
URL: https://github.com/apache/flink/pull/14771#discussion_r565168303
##########
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:
This method is not unused and can be removed.
----------------------------------------------------------------
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:
[email protected]