Till Rohrmann created FLINK-6180:
------------------------------------
Summary: 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
Fix For: 1.3.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)