Hang HOU created FLINK-29917: -------------------------------- Summary: In standalone mode can't view flink dashboard page in default Key: FLINK-29917 URL: https://issues.apache.org/jira/browse/FLINK-29917 Project: Flink Issue Type: Improvement Components: Runtime / Network Affects Versions: 1.16.0 Environment: FLINK 0.16.0 CentOS Linux release 7.9.2009 Reporter: Hang HOU
If "rest.bind-address" in conf/flink-conf.yaml default value is "localhost",user can't get the correct flink dashboard page in browser when use the standalone mode.In other situation like yarn-session,no difference between "rest.bind-address: 0.0.0.0" and "rest.bind-address: localhost",user could get the page in both env. In some official documents,no more detail about "Why 8081 port is keep listening but the error shows ERR_CONNECTION_REFUSED?" So I guess maybe turn the default value to "0.0.0.0" can lead to beginners no more confused with error dashboard page:) -- This message was sent by Atlassian Jira (v8.20.10#820010)