You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Bibin A Chundatt (JIRA)" <ji...@apache.org> on 2019/02/22 13:05:00 UTC

[jira] [Created] (YARN-9328) ParentQueue#apply move log outside writelock

Bibin A Chundatt created YARN-9328:
--------------------------------------

             Summary: ParentQueue#apply move log outside writelock
                 Key: YARN-9328
                 URL: https://issues.apache.org/jira/browse/YARN-9328
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Bibin A Chundatt


{code}
          LOG.info("assignedContainer" + " queue=" + getQueueName()
              + " usedCapacity=" + getUsedCapacity() + " absoluteUsedCapacity="
              + getAbsoluteUsedCapacity() + " used=" + queueUsage.getUsed()
              + " cluster=" + cluster);
{code}
Logging can be done after log.. Logging could reduce performance ..



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org