Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
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:
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.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-16237 Fix new findbugs issues after update guava to 27.0-jre in hadoop-project trunk
- Resolved