[
https://issues.apache.org/jira/browse/FLINK-17072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann closed FLINK-17072.
---------------------------------
Resolution: Fixed
Fixed via
c7ecfbe8bd47292702e4e2b94d6d54f3989f4998
04d6bc6fe54297bcff93cc130e60ef9074f3ad54
543cd85dec948a677f66e8baaf97a6884525aa26
> Let Dispatcher and ResourceManager pick random endpoint id
> ----------------------------------------------------------
>
> Key: FLINK-17072
> URL: https://issues.apache.org/jira/browse/FLINK-17072
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / Coordination
> Affects Versions: 1.10.0
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.11.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> As it is recommended by Akka, actors should not reuse the same actor name of
> a previous instance. The problem is that one can receive messages which were
> intended for the previous instance. Hence, I propose to let the
> {{ResourceManager}} and the {{Dispatcher}} pick a random name.
> A nice side effect is that the {{TestingMiniCluster}} needs no longer to use
> specialized factories for these two components in order to avoid name clashes
> when starting stand-by RM and {{Dispatchers}}. Moreover, it simplifies the
> setup of these components.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)