Hi Gary,
Thanks a lot for replay.
Hope the issue is resolved soon.
I have a suggestion regarding the rest port.
Considering the role of dispatcher, it needs to have its own port range that is not shared by job managers spawned by dispatcher.
If I understand FLIP-6 correctly, only a few dispatchers are going to be launched as a kind of gateway and they should be visible outside the cluster.
it seems quite reasonable to give them a range of ports that are only consumed by dispatcher.
Best,
- Dongwon
Hi Dongwon,
I think the rationale was to avoid conflicts between multiple Flink instances
running on the same YARN cluster. There is a ticket that proposes to allow
configuring a port range instead [1].
Best,
Gary
[1]
https://issues.apache.org/jira/browse/FLINK-5758