You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by StephanEwen <gi...@git.apache.org> on 2015/09/29 16:41:20 UTC

[GitHub] flink pull request: [FLINK-2781] [core] Cleanup NetUtils.

GitHub user StephanEwen opened a pull request:

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

    [FLINK-2781] [core] Cleanup NetUtils.

    We currently have two classes called `NetUtils` with different networking related helpers. In some cases you need both classes, which results in quite some clumsiness.
    
    This pull request changes it in the following way:
      - The `org.apache.flink.util.NetUtils` class (in `flink-core`) contains all methods usable without runtime dependencies.
      - The runtime NetUtils class (`org.apache.flink.runtime.net.NetUtils`, to find connecting addresses) is now called `ConnectionUtils`.

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

    $ git pull https://github.com/StephanEwen/incubator-flink netutil

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

    https://github.com/apache/flink/pull/1190.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 #1190
    
----
commit cc0ee16363c38990e04091725b53cf7b0565a0d2
Author: Stephan Ewen <se...@apache.org>
Date:   2015-09-29T14:36:04Z

    [FLINK-2781] [core] Cleanup NetUtils.
    
      - The NetUtils class (in flink-core) contains all methods usable without runtime dependency
      - The runtime NetUtils class (to find connectiong addresses) is now called ConnectionUtil.

----


---
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: [FLINK-2781] [core] Cleanup NetUtils.

Posted by StephanEwen <gi...@git.apache.org>.
Github user StephanEwen commented on the pull request:

    https://github.com/apache/flink/pull/1190#issuecomment-144648035
  
    Manually merged in a3c0b446383262a6643b0c0888d14b52ac732835


---
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: [FLINK-2781] [core] Cleanup NetUtils.

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

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


---
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.
---