belugabehr commented on a change in pull request #2633:
URL: https://github.com/apache/hadoop/pull/2633#discussion_r561251354
##########
File path:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/DelegationTokenRenewer.java
##########
@@ -223,7 +223,7 @@ static synchronized void reset() {
if (action.token != null) {
queue.add(action);
} else {
- fs.LOG.error("does not have a token for renewal");
+ FileSystem.LOG.error("does not have a token for renewal");
Review comment:
Bad practice here. Accessing a `static` value in a non-static way.
----------------------------------------------------------------
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]