TisonKun commented on a change in pull request #9493: FLINK-13797: Add missing
format argument
URL: https://github.com/apache/flink/pull/9493#discussion_r315964585
##########
File path:
flink-filesystems/flink-hadoop-fs/src/main/java/org/apache/flink/runtime/fs/hdfs/HadoopFsFactory.java
##########
@@ -118,7 +118,12 @@ else if (flinkConfig != null) {
initUri = fsUri;
}
else {
- LOG.debug("URI {} does not specify file system
authority, trying to load default authority (fs.defaultFS)");
+ if (LOG.isDebugEnabled()) {
+ LOG.debug(
+ "URI {} does not specify file
system authority, trying to load default authority (fs.defaultFS)",
+ fsUri.toString()
Review comment:
`.toString` is no need here.
----------------------------------------------------------------
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]
With regards,
Apache Git Services