[
https://issues.apache.org/jira/browse/HADOOP-16982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17083084#comment-17083084
]
Masatake Iwasaki commented on HADOOP-16982:
-------------------------------------------
netty-* jars in dependency tree with the patch applied.
{noformat}
$ cd hadoop-hdfs-project/hadoop-hdfs
$ mvn dependency:tree
...
[INFO] +- org.apache.zookeeper:zookeeper:test-jar:tests:3.5.6:test
[INFO] | +- org.apache.zookeeper:zookeeper-jute:jar:3.5.6:provided
[INFO] | +- org.apache.yetus:audience-annotations:jar:0.5.0:provided
[INFO] | +- io.netty:netty-handler:jar:4.1.42.Final:test
[INFO] | | +- io.netty:netty-common:jar:4.1.42.Final:test
[INFO] | | +- io.netty:netty-buffer:jar:4.1.42.Final:test
[INFO] | | +- io.netty:netty-transport:jar:4.1.42.Final:test
[INFO] | | | \- io.netty:netty-resolver:jar:4.1.42.Final:test
[INFO] | | \- io.netty:netty-codec:jar:4.1.42.Final:test
[INFO] | \- io.netty:netty-transport-native-epoll:jar:4.1.42.Final:test
[INFO] | \-
io.netty:netty-transport-native-unix-common:jar:4.1.42.Final:test
...
[INFO] +- io.netty:netty-all:jar:4.1.48.Final:compile
...
{noformat}
If I explicitly set the version of netty-codec to 4.1.48.Final, the test passed.
> Update Netty to 4.1.48.Final
> ----------------------------
>
> Key: HADOOP-16982
> URL: https://issues.apache.org/jira/browse/HADOOP-16982
> Project: Hadoop Common
> Issue Type: Task
> Affects Versions: 3.3.0
> Reporter: Wei-Chiu Chuang
> Assignee: Lisheng Sun
> Priority: Blocker
> Fix For: 3.3.0
>
> Attachments: HADOOP-16982.001.patch
>
>
> We are currently on Netty 4.1.45.Final. We should update to the latest
> 4.1.48.Final
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]