You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/CapacityScheduler.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,8 @@ public class CapacityScheduler extends
200
200
201
201
privateCSConfigurationProvidercsConfProvider;
202
202
203
+
privateintthreadNum = 0;
204
+
203
205
@Override
204
206
publicvoidsetConf(Configurationconf) {
205
207
yarnConf = conf;
@@ -653,6 +655,7 @@ static class AsyncScheduleThread extends Thread {
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestCapacitySchedulerAsyncScheduling.java
+29-2Lines changed: 29 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -130,13 +130,41 @@ public void testAsyncContainerAllocationWithMultiNode() throws Exception {
0 commit comments