HADOOP-13601. Fix a log message typo in AbstractDelegationTokenSecretManager. Contributed by Mehran Hassani.
(cherry picked from commit e80386d69d5fb6a08aa3366e42d2518747af569f)
This commit is contained in:
parent
2a9f809c96
commit
f98afb3bee
@ -528,7 +528,7 @@ public synchronized TokenIdent cancelToken(Token<TokenIdent> token,
|
||||
DataInputStream in = new DataInputStream(buf);
|
||||
TokenIdent id = createIdentifier();
|
||||
id.readFields(in);
|
||||
LOG.info("Token cancelation requested for identifier: "+id);
|
||||
LOG.info("Token cancellation requested for identifier: " + id);
|
||||
|
||||
if (id.getUser() == null) {
|
||||
throw new InvalidToken("Token with no owner");
|
||||
|
Loading…
x
Reference in New Issue
Block a user