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_r267927555
##########
File path:
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/rpc/RpcClient.java
##########
@@ -452,12 +457,11 @@ public void removeBucketAcls(
Token<OzoneTokenIdentifier> token =
ozoneManagerClient.getDelegationToken(renewer);
if (token != null) {
- Text dtService =
- getOMProxyProvider().getProxy().getDelegationTokenService();
token.setService(dtService);
- LOG.debug("Created token {}", token);
+ LOG.debug("Created token {} for dtService {}", token, dtService);
} else {
- LOG.debug("Cannot get ozone delegation token from {}", renewer);
+ LOG.debug("Cannot get ozone delegation token from {} for service {}",
Review comment:
Shall we rephrase it to something like "Cannot get ozone delegation token
for renwer:{} from service:{}"
----------------------------------------------------------------
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]