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-router/src/main/java/org/apache/hadoop/yarn/server/router/RouterServerUtil.java
-36Lines changed: 0 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -470,42 +470,6 @@ public static void validateContainerId(String containerId)
470
470
}
471
471
}
472
472
473
-
/**
474
-
* Randomly pick ActiveSubCluster.
475
-
* During the selection process, we will exclude SubClusters from the blacklist.
476
-
*
477
-
* @param activeSubClusters List of active subClusters.
478
-
* @param blackList blacklist.
479
-
* @return Active SubClusterId.
480
-
* @throws YarnException When there is no Active SubCluster,
481
-
* an exception will be thrown (No active SubCluster available to submit the request.)
0 commit comments