You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Sunil G (JIRA)" <ji...@apache.org> on 2015/11/22 04:32:11 UTC

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

     [ https://issues.apache.org/jira/browse/YARN-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sunil G updated YARN-4298:
--------------------------
    Attachment: 0001-YARN-4298.patch

This issue came after YARN-4170, somehow missed this as jenkins showed no warnings inside findbugs warnings report.

Attaching a patch to correct this. Sorry for the inconvenience. [~rohithsharma] could you please check this.

> 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
>            Assignee: Sunil G
>            Priority: Minor
>         Attachments: 0001-YARN-4298.patch
>
>
> {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)