MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1159166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:07:10 +00:00
|
|
|
<!--
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
(the "License"); you may not use this file except in compliance with
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<FindBugsFilter>
|
|
|
|
<!-- Ignore PB Generated Code -->
|
|
|
|
<Match>
|
|
|
|
<Package name="org.apache.hadoop.yarn.proto" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="~org\.apache\.hadoop\.yarn\.ipc\.RpcProtos.*" />
|
|
|
|
</Match>
|
|
|
|
|
2013-06-13 15:54:38 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.service.AbstractService" />
|
|
|
|
<Bug pattern="JLM_JSR166_UTILCONCURRENT_MONITORENTER" />
|
|
|
|
</Match>
|
|
|
|
|
MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1159166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:07:10 +00:00
|
|
|
<!-- Ignore unchecked Event casts -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.ContainerManagerImpl" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="~org\.apache\.hadoop\.yarn\.server\.nodemanager\.containermanager\.application\.ApplicationImpl.*" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="~org\.apache\.hadoop\.yarn\.server\.nodemanager\.containermanager\.container\.ContainerImpl.*" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="~org\.apache\.hadoop\.yarn\.server\.nodemanager\.containermanager\.localizer\.LocalizedResource.*" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="~org\.apache\.hadoop\.yarn\.server\.nodemanager\.containermanager\.localizer\.ResourceLocalizationService.*" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainersMonitorImpl" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
2011-09-25 14:46:59 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="~org\.apache\.hadoop\.yarn\.server\.resourcemanager\.rmapp\.RMAppImpl.*" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1159166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:07:10 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="~org\.apache\.hadoop\.yarn\.server\.resourcemanager\.rmapp\.attempt\.RMAppAttemptImpl.*" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
2015-03-03 19:49:01 +00:00
|
|
|
<Match>
|
2015-03-06 05:14:41 +00:00
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptMetrics" />
|
2015-03-03 19:49:01 +00:00
|
|
|
<Method name="getLocalityStatistics" />
|
|
|
|
<Bug pattern="EI_EXPOSE_REP" />
|
2015-03-06 05:14:41 +00:00
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptMetrics" />
|
2015-03-03 19:49:01 +00:00
|
|
|
<Method name="incNumAllocatedContainers"/>
|
|
|
|
<Bug pattern="VO_VOLATILE_INCREMENT" />
|
|
|
|
</Match>
|
MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1159166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:07:10 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppImpl$AppRejectedTransition" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="~org\.apache\.hadoop\.yarn\.server\.resourcemanager\.rmcontainer\.RMContainerImpl.*" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="~org\.apache\.hadoop\.yarn\.server\.resourcemanager\.rmnode\.RMNodeImpl.*" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
2011-09-08 18:26:20 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="~org\.apache\.hadoop\.yarn\.server\.resourcemanager\.RMAppManager.*" />
|
|
|
|
<Method name="handle" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1159166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:07:10 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="~org\.apache\.hadoop\.yarn\.server\.resourcemanager\.scheduler\.capacity\.CapacityScheduler.*" />
|
|
|
|
<Method name="handle" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="~org\.apache\.hadoop\.yarn\.server\.resourcemanager\.scheduler\.fifo\.FifoScheduler.*" />
|
|
|
|
<Method name="handle" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
2011-10-28 06:45:04 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="~org\.apache\.hadoop\.yarn\.server\.nodemanager\.containermanager\.logaggregation\.LogAggregationService.*" />
|
|
|
|
<Method name="handle" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
2011-10-31 09:55:29 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="~org\.apache\.hadoop\.yarn\.server\.nodemanager\.containermanager\.loghandler\.NonAggregatingLogHandler.*" />
|
|
|
|
<Method name="handle" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
2015-10-26 09:53:51 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainersLauncher" />
|
|
|
|
<Method name="handle" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
2011-10-31 09:55:29 +00:00
|
|
|
|
MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1159166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:07:10 +00:00
|
|
|
|
|
|
|
<!-- Ignore intentional switch fallthroughs -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerImpl" />
|
|
|
|
<Method name="finished" />
|
|
|
|
<Bug pattern="SF_SWITCH_FALLTHROUGH" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer" />
|
|
|
|
<Method name="localizeFiles" />
|
|
|
|
<Bug pattern="SF_SWITCH_FALLTHROUGH" />
|
|
|
|
</Match>
|
|
|
|
|
|
|
|
<!-- Ignore some irrelevant serialization warnings -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceRetentionSet$LRUComparator" />
|
|
|
|
<Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl" />
|
|
|
|
<Field name="builder" />
|
|
|
|
<Bug pattern="SE_BAD_FIELD" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="~org\.apache\.hadoop\.yarn\.util\.BuilderUtils.*" />
|
|
|
|
<Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.resource.Priority$Comparator" />
|
|
|
|
<Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
|
2015-04-15 16:56:32 +00:00
|
|
|
</Match>
|
2015-04-17 20:36:46 +00:00
|
|
|
<Match>
|
2015-04-15 16:56:32 +00:00
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.policy.FifoComparator" />
|
|
|
|
<Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
|
MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1159166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:07:10 +00:00
|
|
|
</Match>
|
2015-04-23 17:47:15 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.policy.FairOrderingPolicy$FairComparator" />
|
|
|
|
<Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.policy.CompoundComparator" />
|
|
|
|
<Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
|
|
|
|
</Match>
|
2016-01-12 00:44:28 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.policy.PriorityComparator" />
|
|
|
|
<Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
|
|
|
|
</Match>
|
2015-04-17 20:36:46 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.PartitionedQueueComparator" />
|
|
|
|
<Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
|
|
|
|
</Match>
|
2013-07-24 03:41:03 +00:00
|
|
|
<!-- Ignore some irrelevant class name warning -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.api.records.SerializedException" />
|
|
|
|
<Bug pattern="NM_CLASS_NOT_EXCEPTION" />
|
|
|
|
</Match>
|
MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1159166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:07:10 +00:00
|
|
|
|
|
|
|
<!-- Inconsistent sync warning - only start() is synchronized-->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.LogAggregationService" />
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
2015-03-17 19:31:15 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.AllocationFileLoaderService" />
|
|
|
|
<Field name="allocFile" />
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
2014-05-22 05:32:26 +00:00
|
|
|
<!-- Inconsistent sync warning - minimumAllocation is only initialized once and never changed -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.AbstractYarnScheduler" />
|
|
|
|
<Field name="minimumAllocation" />
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
2015-03-17 19:31:15 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSSchedulerNode" />
|
|
|
|
<Method name="reserveResource" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1159166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:07:10 +00:00
|
|
|
<!-- Inconsistent sync warning - reinitialize read from other queue does not need sync-->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue" />
|
|
|
|
<Or>
|
|
|
|
<Field name="absoluteCapacity" />
|
|
|
|
<Field name="absoluteMaxCapacity" />
|
|
|
|
<Field name="acls" />
|
|
|
|
<Field name="capacity" />
|
|
|
|
<Field name="maxApplications" />
|
|
|
|
<Field name="maxApplicationsPerUser" />
|
|
|
|
<Field name="maximumCapacity" />
|
|
|
|
<Field name="state" />
|
|
|
|
<Field name="userLimit" />
|
|
|
|
<Field name="userLimitFactor" />
|
2013-07-22 23:49:20 +00:00
|
|
|
<Field name="maxAMResourcePerQueuePercent" />
|
2015-01-14 01:32:07 +00:00
|
|
|
<Field name="lastClusterResource" />
|
2016-01-08 23:51:10 +00:00
|
|
|
<Field name="pendingOrderingPolicy" />
|
|
|
|
<Field name="pendingOPForRecoveredApps" />
|
MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1159166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:07:10 +00:00
|
|
|
</Or>
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue" />
|
|
|
|
<Or>
|
|
|
|
<Field name="absoluteCapacity" />
|
|
|
|
<Field name="absoluteMaxCapacity" />
|
|
|
|
<Field name="acls" />
|
|
|
|
<Field name="capacity" />
|
|
|
|
<Field name="maximumCapacity" />
|
|
|
|
<Field name="state" />
|
|
|
|
</Or>
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
2014-10-16 01:33:06 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.AbstractCSQueue" />
|
|
|
|
<Or>
|
|
|
|
<Field name="absoluteCapacity" />
|
|
|
|
<Field name="absoluteMaxCapacity" />
|
|
|
|
<Field name="acls" />
|
|
|
|
<Field name="capacity" />
|
|
|
|
<Field name="maximumCapacity" />
|
|
|
|
<Field name="state" />
|
|
|
|
<Field name="labelManager" />
|
|
|
|
<Field name="defaultLabelExpression" />
|
|
|
|
<Field name="accessibleLabels" />
|
|
|
|
<Field name="absoluteNodeLabelCapacities" />
|
|
|
|
<Field name="reservationsContinueLooking" />
|
2014-11-07 18:39:37 +00:00
|
|
|
<Field name="absoluteCapacityByNodeLabels" />
|
2015-02-12 22:58:09 +00:00
|
|
|
<Field name="authorizer" />
|
|
|
|
<Field name="parent" />
|
2014-10-16 01:33:06 +00:00
|
|
|
</Or>
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
2014-03-18 02:53:20 +00:00
|
|
|
<!-- Inconsistent sync warning - scheduleAsynchronously is only initialized once and never changed -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler" />
|
|
|
|
<Field name="scheduleAsynchronously" />
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
2015-03-17 19:31:15 +00:00
|
|
|
<!-- Inconsistent sync warning - updateInterval is only initialized once and never changed -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler" />
|
|
|
|
<Field name="updateInterval" />
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
|
|
|
<!-- Inconsistent sync warning - callDurationMetrics is only initialized once and never changed -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler" />
|
|
|
|
<Field name="fsOpDurations" />
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
2014-08-08 14:17:54 +00:00
|
|
|
|
2013-11-14 17:53:25 +00:00
|
|
|
<!-- Inconsistent sync warning - numRetries is only initialized once and never changed -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.recovery.ZKRMStateStore" />
|
|
|
|
<Field name="numRetries" />
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
2016-01-20 22:48:10 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore" />
|
|
|
|
<Field name="resourceManager"/>
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
2013-02-05 00:26:16 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.security.DelegationTokenRenewer"/>
|
|
|
|
<Field name="renewalTimer" />
|
|
|
|
<Bug code="IS"/>
|
|
|
|
</Match>
|
2013-06-13 15:54:38 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.client.NMClientImpl$NMCommunicator"/>
|
|
|
|
<Field name="containerManager" />
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC"/>
|
|
|
|
</Match>
|
MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1159166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:07:10 +00:00
|
|
|
|
|
|
|
<!-- Don't care if putIfAbsent value is ignored -->
|
|
|
|
<Match>
|
|
|
|
<Package name="org.apache.hadoop.yarn.factories.impl.pb" />
|
|
|
|
<Bug pattern="RV_RETURN_VALUE_OF_PUTIFABSENT_IGNORED" />
|
|
|
|
</Match>
|
|
|
|
|
|
|
|
<!-- Intended System.exit calls -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.webapp.Dispatcher$1" />
|
|
|
|
<Bug pattern="DM_EXIT" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.webapp.WebApps$Builder" />
|
|
|
|
<Bug pattern="DM_EXIT" />
|
|
|
|
</Match>
|
2011-10-28 07:44:35 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.security.DelegationTokenRenewer$DelegationTokenCancelThread" />
|
|
|
|
<Bug pattern="DM_EXIT" />
|
|
|
|
</Match>
|
2012-07-09 21:08:40 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.YarnUncaughtExceptionHandler"/>
|
|
|
|
<Bug pattern="DM_EXIT"/>
|
|
|
|
</Match>
|
2014-12-22 11:06:37 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.event.AsyncDispatcher$2"/>
|
|
|
|
<Method name="run" />
|
|
|
|
<Bug pattern="DM_EXIT"/>
|
|
|
|
</Match>
|
2012-07-09 21:08:40 +00:00
|
|
|
|
MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1159166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:07:10 +00:00
|
|
|
<!-- AsyncDispatcher will kill the process if there is an error dispatching -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.event.AsyncDispatcher" />
|
|
|
|
<Method name="dispatch" />
|
|
|
|
<Bug pattern="DM_EXIT" />
|
|
|
|
</Match>
|
2012-02-21 05:08:25 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$SchedulerEventDispatcher$EventProcessor" />
|
|
|
|
<Method name="run" />
|
|
|
|
<Bug pattern="DM_EXIT" />
|
|
|
|
</Match>
|
2012-03-06 00:52:10 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.NodeManager" />
|
|
|
|
<Method name="initAndStartNodeManager" />
|
|
|
|
<Bug pattern="DM_EXIT" />
|
|
|
|
</Match>
|
2012-02-21 05:08:25 +00:00
|
|
|
|
MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1159166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:07:10 +00:00
|
|
|
<!-- Ignore heartbeat exception when killing localizer -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer" />
|
|
|
|
<Method name="localizeFiles" />
|
|
|
|
<Bug pattern="DE_MIGHT_IGNORE" />
|
|
|
|
</Match>
|
|
|
|
|
2011-10-28 07:44:35 +00:00
|
|
|
<!-- Ignore EI_EXPOSE_REP in PolicyProviders -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.security.authorize.RMPolicyProvider" />
|
|
|
|
<Bug pattern="EI_EXPOSE_REP" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.security.authorize.NMPolicyProvider" />
|
|
|
|
<Bug pattern="EI_EXPOSE_REP" />
|
|
|
|
</Match>
|
|
|
|
|
|
|
|
|
MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1159166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:07:10 +00:00
|
|
|
<!-- Ignore EI_EXPOSE_REP2 in Log services -->
|
|
|
|
<Match>
|
2011-11-03 08:02:19 +00:00
|
|
|
<Class name="org.apache.hadoop.yarn.logaggregation.AggregatedLogFormat$LogValue" />
|
MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1159166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:07:10 +00:00
|
|
|
<Bug pattern="EI_EXPOSE_REP2" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.AppLogAggregatorImpl" />
|
|
|
|
<Bug pattern="EI_EXPOSE_REP2" />
|
|
|
|
</Match>
|
2012-11-18 05:00:56 +00:00
|
|
|
|
2012-12-18 22:58:32 +00:00
|
|
|
<!-- /proc/mounts is always in the same place -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.util.CgroupsLCEResourcesHandler" />
|
|
|
|
<Method name="parseMtab" />
|
|
|
|
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME" />
|
|
|
|
</Match>
|
|
|
|
|
2013-02-07 20:21:38 +00:00
|
|
|
<!-- rmClient can be ignored as only code blocks outside of rpc calls need to be synchronized -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.client.AMRMClientImpl" />
|
|
|
|
<Field name="rmClient" />
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
|
|
|
|
2013-04-03 05:00:28 +00:00
|
|
|
<!-- Null pointer exception needs to be ignored here as this is never going to occur. -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.LocalResourcesTrackerImpl" />
|
|
|
|
<Method name="decrementFileCountForLocalCacheDirectory" />
|
|
|
|
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE" />
|
|
|
|
</Match>
|
|
|
|
|
|
|
|
<!-- Null pointer exception needs to be ignored here as this is never going to occur. -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.LocalResourcesTrackerImpl" />
|
|
|
|
<Method name="getPathForLocalization" />
|
|
|
|
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE" />
|
|
|
|
</Match>
|
|
|
|
|
2013-04-11 02:08:11 +00:00
|
|
|
<!-- This type cast problem will never occur. -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.LocalResourcesTrackerImpl" />
|
|
|
|
<Method name="handle" />
|
|
|
|
<Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
</Match>
|
|
|
|
|
2013-05-10 21:49:28 +00:00
|
|
|
<!-- Ignore SerializedException does not extend Exception -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.api.records.SerializedException" />
|
|
|
|
<Bug pattern="NM_CLASS_NOT_EXCEPTION" />
|
|
|
|
</Match>
|
|
|
|
|
2013-12-03 19:28:02 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.recovery.ZKRMStateStore" />
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
2014-02-10 22:50:15 +00:00
|
|
|
|
|
|
|
<!-- Multithreaded correctness warnings need to be ignored here as this is for creating the singleton.-->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.security.authorize.RMPolicyProvider"/>
|
|
|
|
<Bug pattern="DC_DOUBLECHECK" />
|
|
|
|
</Match>
|
2014-08-21 21:38:16 +00:00
|
|
|
|
|
|
|
<!-- ApplicationClassLoader is deprecated and moved to hadoop-common; ignore
|
|
|
|
warning on the identical name as it should be removed later -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.util.ApplicationClassLoader"/>
|
|
|
|
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
|
|
|
|
</Match>
|
2014-09-29 14:12:18 +00:00
|
|
|
|
|
|
|
<!-- It is only changed on re-initialization the warnings are for access from a test function. -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue" />
|
|
|
|
<Field name="reservationsContinueLooking" />
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue" />
|
|
|
|
<Field name="reservationsContinueLooking" />
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
2014-10-08 19:54:37 +00:00
|
|
|
|
|
|
|
<!--
|
|
|
|
This code is meant to deserialize this way...subclasses of will need to
|
|
|
|
instantiate their own JsonSerDeser instances if they want to deserialize.
|
|
|
|
-->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.registry.client.binding.JsonSerDeser"/>
|
|
|
|
<Bug pattern="UI_INHERITANCE_UNSAFE_GETRESOURCE"/>
|
|
|
|
</Match>
|
|
|
|
|
2014-12-22 11:06:37 +00:00
|
|
|
<!-- Ignore the false alarms on DM_DEFAULT_ENCODING (encoding already set) -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.logaggregation.AggregatedLogFormat$LogReader" />
|
|
|
|
<Bug pattern="DM_DEFAULT_ENCODING" />
|
|
|
|
</Match>
|
|
|
|
|
2014-12-24 02:23:57 +00:00
|
|
|
<!-- Ignore EI_EXPOSE_REP2 in timeline service -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.timeline.util.LeveldbUtils$KeyParser" />
|
|
|
|
<Bug pattern="EI_EXPOSE_REP2" />
|
|
|
|
</Match>
|
2014-12-24 04:32:36 +00:00
|
|
|
|
|
|
|
<!-- Ignore unrelated RV_RETURN_VALUE_IGNORED_BAD_PRACTICE warnings. No need to wait for result from executor service -->
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainersLauncher" />
|
|
|
|
<Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.sharedcache.SharedCacheUploadService" />
|
|
|
|
<Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" />
|
|
|
|
</Match>
|
2014-12-29 17:59:35 +00:00
|
|
|
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerApplicationAttempt" />
|
|
|
|
<Field name="queue" />
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
2015-03-17 19:31:15 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler" />
|
|
|
|
<Field name="allocConf" />
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
2014-12-29 17:59:35 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerNode" />
|
|
|
|
<Field name="numContainers" />
|
|
|
|
<Bug pattern="VO_VOLATILE_INCREMENT" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.AbstractCSQueue" />
|
|
|
|
<Field name="numContainers" />
|
|
|
|
<Bug pattern="VO_VOLATILE_INCREMENT" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue" />
|
|
|
|
<Field name="numApplications" />
|
|
|
|
<Bug pattern="VO_VOLATILE_INCREMENT" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.AbstractYarnScheduler" />
|
|
|
|
<Method name="recoverContainersOnNode" />
|
|
|
|
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
|
|
|
|
</Match>
|
2015-04-18 19:45:38 +00:00
|
|
|
<Match>
|
|
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.AbstractYarnScheduler" />
|
|
|
|
<Or>
|
|
|
|
<Field name="rmContext" />
|
|
|
|
<Field name="applications" />
|
|
|
|
</Or>
|
|
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
</Match>
|
2015-04-08 18:02:06 +00:00
|
|
|
|
|
|
|
<!-- 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>
|
2015-12-16 21:19:40 +00:00
|
|
|
|
|
|
|
<Match>
|
|
|
|
<Package name="org.apache.hadoop.yarn.api.records.impl.pb" />
|
|
|
|
<Bug pattern="NP_BOOLEAN_RETURN_NULL" />
|
|
|
|
</Match>
|
MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1159166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:07:10 +00:00
|
|
|
</FindBugsFilter>
|