Skip to content

Commit

Permalink
YARN-11554. Fix TestRMFailover#testWebAppProxyInStandAloneMode Failed. (
Browse files Browse the repository at this point in the history
  • Loading branch information
slfan1989 authored Aug 31, 2023
1 parent 2f73945 commit b6d06c8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -212,6 +212,8 @@ public void testAutomaticFailover()
public void testWebAppProxyInStandAloneMode() throws YarnException,
InterruptedException, IOException {
conf.setBoolean(YarnConfiguration.AUTO_FAILOVER_ENABLED, false);
conf.set(YarnConfiguration.RM_HA_ID, RM1_NODE_ID);

WebAppProxyServer webAppProxyServer = new WebAppProxyServer();
try {
conf.set(YarnConfiguration.PROXY_ADDRESS, "0.0.0.0:9099");

0 comments on commit b6d06c8

Please sign in to comment.