autophagy commented on a change in pull request #18678:
URL: https://github.com/apache/flink/pull/18678#discussion_r802896181



##########
File path: 
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java
##########
@@ -273,6 +274,8 @@ public void setupYarnClient() {
         }
 
         flinkConfiguration = new 
org.apache.flink.configuration.Configuration(globalConfiguration);
+        flinkConfiguration.setString(RestOptions.ADDRESS.key(), "0.0.0.0");
+        flinkConfiguration.setString(RestOptions.BIND_ADDRESS.key(), 
"0.0.0.0");

Review comment:
       Here's a run of mine where there were several yarn failures: 
https://dev.azure.com/Autophagy/Flink-CI/_build/results?buildId=236&view=logs&j=f3dc9b18-b77a-55c1-591e-264c46fe44d1&t=2d3cd81e-1c37-5c31-0ee4-f5d5cdb9324d&l=35615
   
   When I added the `0.0.0.0` confi options in the YarnTestBase, they no longer 
ocurred. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to