You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by wenlong88 <gi...@git.apache.org> on 2016/08/16 03:49:17 UTC

[GitHub] flink pull request #2375: [FLINK-4375][cluster management]Introduce rpc prot...

GitHub user wenlong88 opened a pull request:

    https://github.com/apache/flink/pull/2375

    [FLINK-4375][cluster management]Introduce rpc protocols implemented by job manager

    1. Add basic RPC interface provided by job master including
    2. improve RpcCompletenessTest to support RpcGateway inheriting other gateways

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/alibaba/flink flink-4375

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2375.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 #2375
    
----
commit b9fd92697478ffc81a9f6ee7b3b14edfab5a02f2
Author: wenlong.lwl <we...@alibaba-inc.com>
Date:   2016-08-12T11:40:17Z

    add Job Master RPC protocols

commit e6c463e1c55cb9269fa549ca6abd439707c833f5
Author: wenlong.lwl <we...@alibaba-inc.com>
Date:   2016-08-15T02:42:42Z

    Merge branch 'flip-6' of github.com:apache/flink into flip-6

commit 573bf635d8912610b9cbcc58d3081a899c894999
Author: wenlong.lwl <we...@alibaba-inc.com>
Date:   2016-08-15T06:00:33Z

    do some refactor on job master gateway interface

commit fe29f628f02ed01489e3051de63207b8dd6c53d0
Author: wenlong.lwl <we...@alibaba-inc.com>
Date:   2016-08-15T07:14:40Z

    remove useless import

commit 8e04f7fd840e245851240267c478bd469a910018
Author: wenlong.lwl <we...@alibaba-inc.com>
Date:   2016-08-16T02:46:31Z

    update job master interface definition and tests

commit 611079b3f174e9e30e1acf73634a822cd3cbb122
Author: wenlong.lwl <we...@alibaba-inc.com>
Date:   2016-08-16T02:57:37Z

    update comments of job master

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request #2375: [FLINK-4375][cluster management]Introduce rpc prot...

Posted by wenlong88 <gi...@git.apache.org>.
Github user wenlong88 closed the pull request at:

    https://github.com/apache/flink/pull/2375


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink issue #2375: [FLINK-4375][cluster management]Introduce rpc protocols i...

Posted by wenlong88 <gi...@git.apache.org>.
Github user wenlong88 commented on the issue:

    https://github.com/apache/flink/pull/2375
  
    discarding this pr, since we define the rpc interfaces in specific subtasks such as task executor registration, etc.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---