ajayydv commented on a change in pull request #627: HDDS-1299. Support
TokenIssuer interface for running jobs with OzoneFileSystem.
URL: https://github.com/apache/hadoop/pull/627#discussion_r267938948
##########
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java
##########
@@ -1486,7 +1484,9 @@ private static UserGroupInformation getRemoteUser()
throws IOException {
realUser = new Text(ugi.getRealUser().getUserName());
}
- return delegationTokenMgr.createToken(owner, renewer, realUser);
+ token = delegationTokenMgr.createToken(owner, renewer, realUser);
+ LOG.debug("OmDelegationToken: {} created.", token);
Review comment:
We already have a trace statement inside SecretManager. Shall we skip this
debug statement?
----------------------------------------------------------------
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]