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



##########
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:
       The relevant bit from the TM logs:
   
   ```
   2022-02-08 10:16:17,636 INFO  
org.apache.flink.runtime.taskexecutor.TaskExecutor           [] - Close 
JobManager connection for job f0690a993ed145c6ebb640d0682b2885.
   2022-02-08 10:17:06,356 INFO  
org.apache.flink.runtime.taskexecutor.TaskExecutor           [] - Close 
ResourceManager connection 378fc312596e57c7dcdd9cbee98ec674.
   2022-02-08 10:17:06,358 INFO  
org.apache.flink.runtime.taskexecutor.TaskExecutor           [] - Connecting to 
ResourceManager 
akka.tcp://flink@083c75858fb9:42211/user/rpc/resourcemanager_*(00000000000000000000000000000000).
   2022-02-08 10:17:06,378 INFO  
org.apache.flink.runtime.taskexecutor.TaskExecutor           [] - Resolved 
ResourceManager address, beginning registration
   ```




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to