smengcl commented on code in PR #6182:
URL: https://github.com/apache/ozone/pull/6182#discussion_r1498811144
##########
hadoop-hdds/rocks-native/src/main/java/org/apache/hadoop/hdds/utils/NativeLibraryLoader.java:
##########
@@ -126,6 +126,7 @@ public synchronized boolean loadLibrary(final String
libraryName) {
LOG.warn("Unable to load library: {}", libraryName, e);
}
this.librariesLoaded.put(libraryName, loaded);
+ LOG.info("Loaded Library {}", libraryName);
Review Comment:
Make either this or Line 108 debug level?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]