adoroszlai commented on a change in pull request #2333:
URL: https://github.com/apache/ozone/pull/2333#discussion_r651207469
##########
File path:
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/security/token/BlockTokenVerifier.java
##########
@@ -76,6 +80,10 @@ protected Object
getService(ContainerCommandRequestProtoOrBuilder cmd) {
@Override
protected void verify(OzoneBlockTokenIdentifier tokenId,
ContainerCommandRequestProtoOrBuilder cmd) throws SCMSecurityException {
+ if (LOGGER.isDebugEnabled()) {
+ LOGGER.debug("Verifying token:{} for user:{} ", tokenId,
+ tokenId.getUser());
Review comment:
Previously this message was logged after reading the token (before
verifying signer cert, etc.) Is this difference OK?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]