|
@@ -461,5 +461,14 @@
|
|
|
<Method name="recoverContainersOnNode" />
|
|
|
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
|
|
|
</Match>
|
|
|
-
|
|
|
+
|
|
|
+ <!-- Following fields are used in ErrorsAndWarningsBlock, which is not a part of analysis of findbugs -->
|
|
|
+ <Match>
|
|
|
+ <Class name="org.apache.hadoop.yarn.util.Log4jWarningErrorMetricsAppender$Element" />
|
|
|
+ <Or>
|
|
|
+ <Field name="count" />
|
|
|
+ <Field name="timestampSeconds" />
|
|
|
+ </Or>
|
|
|
+ <Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD" />
|
|
|
+ </Match>
|
|
|
</FindBugsFilter>
|