Prabhu Joseph created YARN-9363:
-----------------------------------
Summary: Replace isDebugEnabled with SLF4J parameterized log
messages for remaining code
Key: YARN-9363
URL: https://issues.apache.org/jira/browse/YARN-9363
Project: Hadoop YARN
Issue Type: Bug
Components: yarn
Affects Versions: 3.2.0
Reporter: Prabhu Joseph
Assignee: Prabhu Joseph
Follow up of YARN-9343 to address below review comments
There are still 200+ LOG.isDebugEnabled() calls in the code. two things:
There are a lot of simple one parameter calls which could easily be converted
to unguarded calls, examples:
NvidiaDockerV1CommandPlugin.java
FSParentQueue.java
Application.java
Some of the calls to LOG.debug that are guarded inside those guards have not
been changed to parameterized calls yet.
cc [~wilfreds]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]