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:33:10 UTC

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

    [ https://issues.apache.org/jira/browse/YARN-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15020817#comment-15020817 ] 

Sunil G commented on YARN-4298:
-------------------------------

And thanks [~varun_saxena] for reporting this. I gave a patch here, please let me know if this is handled by you in any other tickets. 

> 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)