Hi all,
Prior to upgrading to 1.8, there was one active job manager and when I try to access the inactive job manager's web UI, the page used to get redirected to the active job manager. But now there is no redirection
happening from the inactive JM to active JM. Did something change to the redirection handling in 1.8?
My job managers are indexed flink0-0 and flink4-0.
Log from flink0-0:
2019-05-28 04:03:10,082 INFO org.apache.flink.shaded.curator.org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
2019-05-28 04:03:10,189 INFO org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint - Web frontend listening at
http://flink0-0.high.ue1.pre.aws.cloud.abc.com:8080.
Masters file in flink0-0:
flink0-0:8081
flink4-0:8081
Log from flink4-0:
2019-05-28 04:03:10,093 INFO org.apache.flink.shaded.curator.org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
2019-05-28 04:03:10,293 INFO org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint - Web frontend listening at
http://flink4-0.high.ue1.pre.aws.cloud.abc.com:8080.
Masters file in flink4-0:
flink0-0:8081
flink4-0:8081
Thanks,
Harshith