GitHub user beyond1920 opened a pull request:
https://github.com/apache/flink/pull/2524
[FLINK-4653] [Client] Refactor JobClientActor to adapt to new Rpc framework
and new cluster managerment
There are following main changes:
1. Create a RpcEndpoint(temporary named JobInfoTracker) and
RpcGateway(temporary named JobInfoTrackerGateway) to replace the old
JobClientActor.
2. Change rpc message communication in JobClientActor to rpc method call to
apply to the new rpc framework.
3. JobInfoTracker is responsible for waiting for the jobStateChange and
jobResult util job complete.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alibaba/flink jira-4653
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2524.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 #2524
----
commit 5959e94604142784341ba76fb06cccd32473676b
Author: beyond1920 <[email protected]>
Date: 2016-09-21T06:00:14Z
jobClient refactor
Summary: jobClient refactor for apply to new cluster management
Test Plan: junit
Reviewers: #blink, kete.yangkt
Differential Revision: http://phabricator.taobao.net/D5816
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---