steveloughran commented on a change in pull request #1712: HADOOP-16699: Adding 
verbose TRACE logging
URL: https://github.com/apache/hadoop/pull/1712#discussion_r345890561
 
 

 ##########
 File path: 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AbfsConfiguration.java
 ##########
 @@ -560,7 +569,9 @@ public AbfsAuthorizer getAbfsAuthorizer() throws 
IOException {
         @SuppressWarnings("unchecked")
         Class<AbfsAuthorizer> authClass = (Class<AbfsAuthorizer>) 
rawConfig.getClassByName(authClassName);
         authorizer = authClass.getConstructor(new Class[] 
{Configuration.class}).newInstance(rawConfig);
+        LOG.trace("Initializing " + authClassName);
         authorizer.init();
+        LOG.trace(authClassName + " init complete");
 
 Review comment:
   {} ... and anywhere else

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to