HADOOP-11180. Change log message "token.Token: Cannot find class for token kind kms-dt" to debug. Contributed by Yi Liu.
(cherry picked from commit 3bfd29949fef6d8fb5df4c6398e77cde320d8c2d) (cherry picked from commit d6f6b99c83b0945c7d125a57650041d2e707ba0e)
This commit is contained in:
parent
8d74a58042
commit
5da54eb3d4
@ -121,7 +121,7 @@ public byte[] getIdentifier() {
|
||||
cls = tokenKindMap.get(kind);
|
||||
}
|
||||
if (cls == null) {
|
||||
LOG.warn("Cannot find class for token kind " + kind);
|
||||
LOG.debug("Cannot find class for token kind " + kind);
|
||||
return null;
|
||||
}
|
||||
return cls;
|
||||
|
Loading…
x
Reference in New Issue
Block a user