[
https://issues.apache.org/jira/browse/FLINK-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14904773#comment-14904773
]
ASF GitHub Bot commented on FLINK-2651:
---------------------------------------
GitHub user uce opened a pull request:
https://github.com/apache/flink/pull/1174
[FLINK-2651] Add Netty to dependency management
Hadoop 2.7.0 pulls in an older Netty version, which clashes with our
version. This makes sure to only pull in our version.
To test this, you have to build it with `-Dhadoop.version=2.7.0` set.
I've checked that this is respected in the fat jar.
Additionally, I've bumped the Netty version to the most recent 4.0.31 (from
4.0.27). There is no particular reason for this, but the release notes mention
many improvements and fixes. In general, I think it's a good idea to have the
most recent version.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/uce/flink netty-dep
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1174.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 #1174
----
commit f96cc13f2ef3336c87de0cd34bcbf3036b6c17e8
Author: Ufuk Celebi <[email protected]>
Date: 2015-09-23T14:13:50Z
[FLINK-2651] Add Netty to dependency management
Hadoop 2.7.0 pulls in an older Netty version, which clashes with our
version.
This makes sure to only pull in our version.
commit 371817101848fbb993c02e14a705b5399f754444
Author: Ufuk Celebi <[email protected]>
Date: 2015-09-23T15:20:30Z
Bump Netty version to 4.0.31.Final
----
> Failing NettyServerLowAndHighWatermarkTest
> ------------------------------------------
>
> Key: FLINK-2651
> URL: https://issues.apache.org/jira/browse/FLINK-2651
> Project: Flink
> Issue Type: Bug
> Affects Versions: master
> Reporter: Ufuk Celebi
> Assignee: Ufuk Celebi
>
> https://travis-ci.org/aljoscha/flink/jobs/79610050
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)