[
https://issues.apache.org/jira/browse/FLINK-4209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15375058#comment-15375058
]
ASF GitHub Bot commented on FLINK-4209:
---------------------------------------
GitHub user iemejia opened a pull request:
https://github.com/apache/flink/pull/2240
[FLINK-4209] Docker image breaks with multiple NICs
Thanks for contributing to Apache Flink. Before you open your pull request,
please take the following check list into consideration.
If your changes take all of the items into account, feel free to open your
pull request. For more information and/or questions please refer to the [How To
Contribute guide](http://flink.apache.org/how-to-contribute.html).
In addition to going through the list, please provide a meaningful
description of your changes.
- [x] General
- The pull request references the related JIRA issue ("[FLINK-XXX] Jira
title text")
- The pull request addresses only one issue
- Each commit in the PR has a meaningful commit message (including the
JIRA id)
- [x] Documentation
- Documentation has been added for new functionality
- Old documentation affected by the pull request has been updated
- JavaDoc for public methods has been added
- [x] Tests & Build
- Functionality added by the pull request is covered by tests
- `mvn clean verify` has been executed successfully locally or a Travis
build has passed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/iemejia/flink FLINK-4209
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2240.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 #2240
----
commit 1af7c871a1aa9d446436df96f4b1e2d9115aee34
Author: Ismaël Mejía <[email protected]>
Date: 2016-07-05T02:16:07Z
[FLINK-4209] Change hostname resolution from IP to name
This solves issues when a host has multiple IPs
commit 385cb7f2ec2d629912b2a7af03f1ba1c76f49483
Author: Ismaël Mejía <[email protected]>
Date: 2016-07-05T02:17:09Z
[FLINK-4209] Separate build dependencies in the docker image and remove
them once it is ready
commit 88102e54fde4c967831ae1cc3e4025543e5fed57
Author: Ismaël Mejía <[email protected]>
Date: 2016-07-05T07:23:46Z
[FLINK-4209] Add debug information of the build steps
commit b365fbd47db025dcf9d8d6d797ed7bdd85093b3f
Author: Ismaël Mejía <[email protected]>
Date: 2016-07-11T15:23:17Z
[FLINK-4209] Simplify docker-compose script (volumes are now local)
----
> Docker image breaks with multiple NICs
> --------------------------------------
>
> Key: FLINK-4209
> URL: https://issues.apache.org/jira/browse/FLINK-4209
> Project: Flink
> Issue Type: Improvement
> Components: flink-contrib
> Reporter: Ismaël Mejía
> Priority: Minor
>
> The resolution of the host is done by IP today in the docker image scripts,
> this is an issue when the system has multiple network cards, if the hostname
> resolution is done by name, this is fixed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)