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 "Varun Saxena (JIRA)" <ji...@apache.org> on 2015/10/25 18:37:27 UTC

[jira] [Created] (YARN-4298) Fix findbugs warnings in hadoop-yarn-common

Varun Saxena created YARN-4298:
----------------------------------

             Summary: Fix findbugs warnings in hadoop-yarn-common
                 Key: YARN-4298
                 URL: https://issues.apache.org/jira/browse/YARN-4298
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Varun Saxena
            Priority: Minor


{noformat}
<file classname='org.apache.hadoop.yarn.api.protocolrecords.impl.pb.AllocateResponsePBImpl'>
<BugInstance type='IS2_INCONSISTENT_SYNC' priority='Normal' category='MT_CORRECTNESS' message='Inconsistent synchronization of org.apache.hadoop.yarn.api.protocolrecords.impl.pb.AllocateResponsePBImpl.builder; locked 95% of time' lineNumber='390'/>
<BugInstance type='IS2_INCONSISTENT_SYNC' priority='Normal' category='MT_CORRECTNESS' message='Inconsistent synchronization of org.apache.hadoop.yarn.api.protocolrecords.impl.pb.AllocateResponsePBImpl.proto; locked 94% of time' lineNumber='390'/>
<BugInstance type='IS2_INCONSISTENT_SYNC' priority='Normal' category='MT_CORRECTNESS' message='Inconsistent synchronization of org.apache.hadoop.yarn.api.protocolrecords.impl.pb.AllocateResponsePBImpl.viaProto; locked 94% of time' lineNumber='390'/>
</file>
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)