Description
if (LOG.isDebugEnabled()) { LOG.debug("Checking user [{}] for: {}: {}" + ugi.getShortUserName(), opType.toString(), acl.getAclString()); }
The logging message here is incorrect because the first variable is being concatenated to the string instead of being passed as an argument.
-- Notice the user name 'hdfs' at the end and the spare curly brackets 2019-01-23 13:27:45,244 DEBUG org.apache.hadoop.crypto.key.kms.server.KMSACLs: Checking user [GENERATE_EEK] for: hdfs supergroup: {}hdfs