[
https://issues.apache.org/jira/browse/YARN-9495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tao Yang updated YARN-9495:
---------------------------
Description:
Recently there are 2 extant Findbugs warnings in
hadoop-yarn-server-resourcemanager module according to the jenkins report of
YARN-9439/YARN-9440 as follow:
!image-2019-04-17-18-22-40-624.png!
They seems not expect null input for
com.google.common.util.concurrent.SettableFuture#set even through they are
indeed declared as Nullable, perhaps since findbugs can support
javax.annotation.Nullable but not
org.checkerframework.checker.nullness.qual.Nullable.
I think we should exclude these two warnings through adding them into
hadoop-yarn/dev-support/findbugs-exclude.xml.
was:
Recently there are 2 extant Findbugs warnings in
hadoop-yarn-server-resourcemanager module according to the jenkins report of
YARN-9439/YARN-9440 as follow:
!image-2019-04-17-18-22-40-624.png!
They seems not expect null input for SettableFuture#set even through they are
declared as Nullable in com.google.common.util.concurrent.SettableFuture#set,
perhaps since findbugs can support javax.annotation.Nullable but not
org.checkerframework.checker.nullness.qual.Nullable.
I think we should exclude these two warnings through adding them into
hadoop-yarn/dev-support/findbugs-exclude.xml.
> Fix findbugs warnings in hadoop-yarn-server-resourcemanager module
> ------------------------------------------------------------------
>
> Key: YARN-9495
> URL: https://issues.apache.org/jira/browse/YARN-9495
> Project: Hadoop YARN
> Issue Type: Bug
> Reporter: Tao Yang
> Assignee: Tao Yang
> Priority: Minor
> Attachments: YARN-9495.001.patch, image-2019-04-17-18-22-40-624.png
>
>
> Recently there are 2 extant Findbugs warnings in
> hadoop-yarn-server-resourcemanager module according to the jenkins report of
> YARN-9439/YARN-9440 as follow:
> !image-2019-04-17-18-22-40-624.png!
> They seems not expect null input for
> com.google.common.util.concurrent.SettableFuture#set even through they are
> indeed declared as Nullable, perhaps since findbugs can support
> javax.annotation.Nullable but not
> org.checkerframework.checker.nullness.qual.Nullable.
> I think we should exclude these two warnings through adding them into
> hadoop-yarn/dev-support/findbugs-exclude.xml.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]