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-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/FadvisedFileRegion.java
+58-44Lines changed: 58 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ public class FadvisedFileRegion extends DefaultFileRegion {
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/RMAppManager.java
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/TestAppManager.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,7 @@ public void setUp() throws IOException {
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/TestWorkPreservingRMRestart.java
+91Lines changed: 91 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1651,6 +1651,97 @@ public void testUAMRecoveryOnRMWorkPreservingRestart() throws Exception {
1651
1651
assertUnmanagedAMQueueMetrics(qm2, 1, 0, 0, 1);
1652
1652
}
1653
1653
1654
+
// Test behavior of an app if two same name leaf queue with different queuePath
1655
+
// during work preserving rm restart with %specified mapping Placement Rule.
1656
+
// Test case does following:
1657
+
//1. Submit an apps to queue root.joe.test.
1658
+
//2. While the applications is running, restart the rm and
1659
+
// check whether the app submitted to the queue it was submitted initially.
1660
+
//3. Verify that application running successfully.
0 commit comments