[
https://issues.apache.org/jira/browse/FLINK-31518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vineeth Naroju updated FLINK-31518:
-----------------------------------
Description:
{{HighAvailabilityServiceUtils#createHighAvailabilityServices()}} in
{{HighAvailabilityMode.NONE}} mode uses
{{HighAvailabilityServiceUtils#getWebMonitorAddress()}} to get web monitor
address.
{{HighAvailabilityServiceUtils#getWebMonitorAddress()}} reads only from
{{rest.port}} in {{flink-conf.yaml}} . If {{rest.port}} is not enabled, then it
returns {{0}} port number. It should dynamically fetch port number if
{{rest.port}} is disabled.
was:
{{HighAvailabilityServiceUtils#createHighAvailabilityServices()}} in
{{HighAvailabilityMode.NONE}} mode uses
{{HighAvailabilityServiceUtils#getWebMonitorAddress()}} to get web monitor
address.
{{HighAvailabilityServiceUtils#getWebMonitorAddress()}} reads only from
{{rest.port}} in {{flink-conf.yaml}} . If {{rest.port}} is not enabled, then it
returns {{0}} port number.
> HighAvailabilityServiceUtils resolves wrong webMonitorAddress in StandaloneHA
> -----------------------------------------------------------------------------
>
> Key: FLINK-31518
> URL: https://issues.apache.org/jira/browse/FLINK-31518
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Configuration, Runtime / REST
> Affects Versions: 1.16.0, 1.17.0, 1.16.1, 1.17.1
> Reporter: Vineeth Naroju
> Priority: Not a Priority
>
> {{HighAvailabilityServiceUtils#createHighAvailabilityServices()}} in
> {{HighAvailabilityMode.NONE}} mode uses
> {{HighAvailabilityServiceUtils#getWebMonitorAddress()}} to get web monitor
> address.
> {{HighAvailabilityServiceUtils#getWebMonitorAddress()}} reads only from
> {{rest.port}} in {{flink-conf.yaml}} . If {{rest.port}} is not enabled, then
> it returns {{0}} port number. It should dynamically fetch port number if
> {{rest.port}} is disabled.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)