Skip to content

Commit 2406530

Browse files
committed
copied the full queue path from apc to asc
Change-Id: Ic4e5efb7fab323768efe5626dc312d40b4a8a755
1 parent 2fe3b2a commit 2406530

File tree

1 file changed

+1
-1
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager

1 file changed

+1
-1
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAppManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ private void copyPlacementQueueToSubmissionContext(
10561056
LOG.info("Placed application with ID " + context.getApplicationId() +
10571057
" in queue: " + placementContext.getQueue() +
10581058
", original submission queue was: " + context.getQueue());
1059-
context.setQueue(placementContext.getQueue());
1059+
context.setQueue(placementContext.getFullQueuePath());
10601060
}
10611061
}
10621062

0 commit comments

Comments
 (0)