Skip to content

Commit eacbe07

Browse files
YARN-9333. TestFairSchedulerPreemption.testRelaxLocalityPreemptionWithNoLessAMInRemainingNodes fails intermittently. Contributed by Peter Bacsko
1 parent 6adf846 commit eacbe07

File tree

1 file changed

+1
-0
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair

1 file changed

+1
-0
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/TestFairSchedulerPreemption.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public void setup() throws IOException {
9494
conf.setBoolean(FairSchedulerConfiguration.PREEMPTION, true);
9595
conf.setFloat(FairSchedulerConfiguration.PREEMPTION_THRESHOLD, 0f);
9696
conf.setInt(FairSchedulerConfiguration.WAIT_TIME_BEFORE_KILL, 0);
97+
conf.setLong(FairSchedulerConfiguration.UPDATE_INTERVAL_MS, 60_000L);
9798
setupCluster();
9899
}
99100

0 commit comments

Comments
 (0)