[
https://issues.apache.org/jira/browse/FLINK-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Metzger updated FLINK-6180:
----------------------------------
Fix Version/s: (was: 1.3.0)
1.4.0
> Remove TestingSerialRpcService
> ------------------------------
>
> Key: FLINK-6180
> URL: https://issues.apache.org/jira/browse/FLINK-6180
> Project: Flink
> Issue Type: Sub-task
> Components: Distributed Coordination
> Affects Versions: 1.3.0
> Reporter: Till Rohrmann
> Labels: flip-6
> Fix For: 1.4.0
>
>
> The {{TestingSerialRpcService}} is problematic because it allows execution
> interleavings which are not possible when using the {{AkkaRpcService}},
> because main thread calls can be executed while another main thread call is
> still being executed. Therefore, we might test things which are not possible
> and might not test certain interleavings which occur when using the
> {{AkkaRpcService}}.
> Therefore, I propose to remove the {{TestingSerialRpcService}} and to
> refactor the existing tests to use the {{AkkaRpcService}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)