vdiravka commented on a change in pull request #1296: DRILL-5365: Prevent
plugin config from changing default fs. Make DrillFileSystem Immutable.
URL: https://github.com/apache/drill/pull/1296#discussion_r202386359
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/FileSystemPlugin.java
##########
@@ -80,12 +80,12 @@ public FileSystemPlugin(FileSystemConfig config,
DrillbitContext context, String
}
}
- logger.trace("Original FileSystem default fs configuration {} {}",
+ logger.info("Original FileSystem default fs configuration {} {}",
fsConf.getTrimmed(FS_DEFAULT_NAME),
fsConf.getTrimmed(FileSystem.FS_DEFAULT_NAME_KEY));
- if (logger.isTraceEnabled()) {
- logger.trace("Who made me? {}", new RuntimeException("Who made me?"));
+ if (logger.isInfoEnabled()) {
+ logger.info("Who made me? {}", new RuntimeException("Who made me?"));
Review comment:
the same
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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