Bibin A Chundatt created YARN-6103:
--------------------------------------
Summary: Logging update for ZKRMStateStore
Key: YARN-6103
URL: https://issues.apache.org/jira/browse/YARN-6103
Project: Hadoop YARN
Issue Type: Bug
Reporter: Bibin A Chundatt
Priority: Trivial
{code}
LOG.debug(appId + " znode didn't exist. Created a new znode to"
+ " update the application state.");
{code}
Check is debug enabled
{code}
if (LOG.isDebugEnabled()) {
LOG.debug((isUpdate ? "Storing " : "Updating ")
+ dtSequenceNumberPath + ". SequenceNumber: "
+ rmDTIdentifier.getSequenceNumber());
}
{code}
isUpdate will be always false
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]