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:25:28 UTC

[hadoop] branch revert-3798-HDFS-16384 created (now 6465afe)

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

weichiu pushed a change to branch revert-3798-HDFS-16384
in repository https://gitbox.apache.org/repos/asf/hadoop.git.


      at 6465afe  Revert "HDFS-16384. Upgrade Netty to 4.1.72.Final (#3798)"

This branch includes the following new commits:

     new 6465afe  Revert "HDFS-16384. Upgrade Netty to 4.1.72.Final (#3798)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[hadoop] 01/01: Revert "HDFS-16384. Upgrade Netty to 4.1.72.Final (#3798)"

Posted by we...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch revert-3798-HDFS-16384
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit 6465afe5e8fddd99bd50f99cbbfb46b44c6f83ac
Author: Wei-Chiu Chuang <jo...@gmail.com>
AuthorDate: Thu Dec 16 21:24:53 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