This is an automated email from the ASF dual-hosted git repository.
slfan1989 pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push:
new b4f7b90655f YARN-11734. [BackPort] Fix spotbugs in
ServiceScheduler#load. (#7088) (#7204) Contributed by Hualong Zhang.
b4f7b90655f is described below
commit b4f7b90655f6f244268198d869d6c3b22a2669ac
Author: zhtttylz <[email protected]>
AuthorDate: Mon Dec 9 10:21:52 2024 +0800
YARN-11734. [BackPort] Fix spotbugs in ServiceScheduler#load. (#7088)
(#7204) Contributed by Hualong Zhang.
Reviewed-by: Shilun Fan <[email protected]>
Signed-off-by: Shilun Fan <[email protected]>
---
.../hadoop-yarn-services/dev-support/findbugs-exclude.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services/dev-support/findbugs-exclude.xml
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services/dev-support/findbugs-exclude.xml
index 15ce952ef3c..d7d79a3d16b 100644
---
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services/dev-support/findbugs-exclude.xml
+++
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services/dev-support/findbugs-exclude.xml
@@ -56,4 +56,9 @@
</Or>
<Bug pattern="SE_BAD_FIELD" />
</Match>
+ <Match>
+ <Class name="org.apache.hadoop.yarn.service.ServiceScheduler$1"/>
+ <Method name="load"/>
+ <Bug code="NP" pattern="NP_NONNULL_RETURN_VIOLATION"/>
+ </Match>
</FindBugsFilter>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]