YARN-4223. Fixed findbugs warnings in hadoop-yarn-server-nodemanager project. (varun saxena via rohithsharmaks)
This commit is contained in:
parent
ce60b4fc8b
commit
092883b34a
|
@ -1002,6 +1002,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
YARN-3528. Tests with 12345 as hard-coded port break jenkins.
|
YARN-3528. Tests with 12345 as hard-coded port break jenkins.
|
||||||
(Brahma Reddy Battula via ozawa)
|
(Brahma Reddy Battula via ozawa)
|
||||||
|
|
||||||
|
YARN-4223. Fixed findbugs warnings in hadoop-yarn-server-nodemanager project
|
||||||
|
(varun saxena via rohithsharmaks)
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -109,6 +109,11 @@
|
||||||
<Method name="handle" />
|
<Method name="handle" />
|
||||||
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
||||||
</Match>
|
</Match>
|
||||||
|
<Match>
|
||||||
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainersLauncher" />
|
||||||
|
<Method name="handle" />
|
||||||
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
||||||
|
</Match>
|
||||||
|
|
||||||
|
|
||||||
<!-- Ignore intentional switch fallthroughs -->
|
<!-- Ignore intentional switch fallthroughs -->
|
||||||
|
|
Loading…
Reference in New Issue