You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by we...@apache.org on 2021/12/16 13:27:25 UTC

[hadoop] branch trunk updated: Revert "HDFS-16384. Upgrade Netty to 4.1.72.Final (#3798)"

This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new bdec546  Revert "HDFS-16384. Upgrade Netty to 4.1.72.Final (#3798)"
bdec546 is described below

commit bdec546671c8c226554f3dfb445b2ef8cf20a2e4
Author: Wei-Chiu Chuang <we...@apache.org>
AuthorDate: Thu Dec 16 21:27:08 2021 +0800

    Revert "HDFS-16384. Upgrade Netty to 4.1.72.Final (#3798)"
    
    This reverts commit a4557f9ed9af7e0c36a1c668ccccc31e45ad6866.
---
 LICENSE-binary                                 | 2 +-
 hadoop-hdfs-project/hadoop-hdfs-client/pom.xml | 8 --------
 hadoop-project/pom.xml                         | 2 +-
 3 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 40207ce..6dabe3d 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -261,7 +261,7 @@ io.grpc:grpc-protobuf:1.26.0
 io.grpc:grpc-protobuf-lite:1.26.0
 io.grpc:grpc-stub:1.26.0
 io.netty:netty:3.10.6.Final
-io.netty:netty-all:4.1.72.Final
+io.netty:netty-all:4.1.42.Final
 io.netty:netty-buffer:4.1.27.Final
 io.netty:netty-codec:4.1.27.Final
 io.netty:netty-codec-http:4.1.27.Final
diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
index bb4bda5..d65e603 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
@@ -87,10 +87,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
         </exclusion>
         <exclusion>
           <groupId>io.netty</groupId>
-          <artifactId>netty-codec-socks</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>io.netty</groupId>
           <artifactId>netty-common</artifactId>
         </exclusion>
         <exclusion>
@@ -99,10 +95,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
         </exclusion>
         <exclusion>
           <groupId>io.netty</groupId>
-          <artifactId>netty-handler-proxy</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>io.netty</groupId>
           <artifactId>netty-transport</artifactId>
         </exclusion>
       </exclusions>
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index e708402..cc45975 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -141,7 +141,7 @@
     <gson.version>2.2.4</gson.version>
     <metrics.version>3.2.4</metrics.version>
     <netty3.version>3.10.6.Final</netty3.version>
-    <netty4.version>4.1.72.Final</netty4.version>
+    <netty4.version>4.1.68.Final</netty4.version>
     <snappy-java.version>1.1.8.2</snappy-java.version>
     <lz4-java.version>1.7.1</lz4-java.version>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org