|
@@ -142,22 +142,12 @@
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.LogAggregationService" />
|
|
<Class name="org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.LogAggregationService" />
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
</Match>
|
|
</Match>
|
|
- <Match>
|
|
|
|
- <Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.AllocationFileLoaderService" />
|
|
|
|
- <Field name="allocFile" />
|
|
|
|
- <Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
- </Match>
|
|
|
|
<!-- Inconsistent sync warning - minimumAllocation is only initialized once and never changed -->
|
|
<!-- Inconsistent sync warning - minimumAllocation is only initialized once and never changed -->
|
|
<Match>
|
|
<Match>
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.AbstractYarnScheduler" />
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.AbstractYarnScheduler" />
|
|
<Field name="minimumAllocation" />
|
|
<Field name="minimumAllocation" />
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
</Match>
|
|
</Match>
|
|
- <Match>
|
|
|
|
- <Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSSchedulerNode" />
|
|
|
|
- <Method name="reserveResource" />
|
|
|
|
- <Bug pattern="BC_UNCONFIRMED_CAST" />
|
|
|
|
- </Match>
|
|
|
|
<!-- Inconsistent sync warning - reinitialize read from other queue does not need sync-->
|
|
<!-- Inconsistent sync warning - reinitialize read from other queue does not need sync-->
|
|
<Match>
|
|
<Match>
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue" />
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue" />
|
|
@@ -213,18 +203,6 @@
|
|
<Field name="scheduleAsynchronously" />
|
|
<Field name="scheduleAsynchronously" />
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
</Match>
|
|
</Match>
|
|
- <!-- 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>
|
|
|
|
|
|
|
|
<!-- Inconsistent sync warning - numRetries is only initialized once and never changed -->
|
|
<!-- Inconsistent sync warning - numRetries is only initialized once and never changed -->
|
|
<Match>
|
|
<Match>
|
|
@@ -424,11 +402,6 @@
|
|
<Field name="queue" />
|
|
<Field name="queue" />
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
<Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
</Match>
|
|
</Match>
|
|
- <Match>
|
|
|
|
- <Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler" />
|
|
|
|
- <Field name="allocConf" />
|
|
|
|
- <Bug pattern="IS2_INCONSISTENT_SYNC" />
|
|
|
|
- </Match>
|
|
|
|
<Match>
|
|
<Match>
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerNode" />
|
|
<Class name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerNode" />
|
|
<Field name="numContainers" />
|
|
<Field name="numContainers" />
|