[
https://issues.apache.org/jira/browse/FLINK-4355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15428926#comment-15428926
]
ASF GitHub Bot commented on FLINK-4355:
---------------------------------------
GitHub user StephanEwen opened a pull request:
https://github.com/apache/flink/pull/2395
[FLINK-4355] [cluster management] Add tests for the TaskManager ->
ResourceManager registration.
This adds the missing tests for [FLINK-4355].
It makes use of the testing RPC service suggested in #2394 - only the
second commit () is hence relevant for this pull request.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/StephanEwen/incubator-flink
task_executor_tests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2395.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2395
----
commit a685ffa00d748de4ab22f91b1dc3b6420f687c24
Author: Stephan Ewen <[email protected]>
Date: 2016-08-19T21:29:45Z
[FLINK-4434] [rpc] Add a testing RPC service.
commit c72b2cb34521e35a4ad949c4384eb94afd0ff99c
Author: Stephan Ewen <[email protected]>
Date: 2016-08-19T21:45:54Z
[FLINK-4355] [cluster management] Add tests for the TaskManager ->
ResourceManager registration.
----
> Implement TaskManager side of registration at ResourceManager
> -------------------------------------------------------------
>
> Key: FLINK-4355
> URL: https://issues.apache.org/jira/browse/FLINK-4355
> Project: Flink
> Issue Type: Sub-task
> Components: Cluster Management
> Reporter: Zhijiang Wang
> Assignee: Stephan Ewen
>
> If the {{TaskManager}} is unregistered, it should try and register at the
> {{ResourceManager}} leader. The registration messages are fenced via the
> {{RmLeaderID}}.
> The ResourceManager may acknowledge the registration (or respond that the
> TaskManager is AlreadyRegistered) or refuse the registration.
> Upon registration refusal, the TaskManager may have to kill itself.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)