瀏覽代碼

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

This reverts commit a4557f9ed9af7e0c36a1c668ccccc31e45ad6866.
Wei-Chiu Chuang 3 年之前
父節點
當前提交
6465afe5e8
共有 3 個文件被更改,包括 2 次插入10 次删除
  1. 1 1
      LICENSE-binary
  2. 0 8
      hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
  3. 1 1
      hadoop-project/pom.xml

+ 1 - 1
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

+ 0 - 8
hadoop-hdfs-project/hadoop-hdfs-client/pom.xml

@@ -85,10 +85,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
           <groupId>io.netty</groupId>
           <artifactId>netty-codec-http</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>io.netty</groupId>
-          <artifactId>netty-codec-socks</artifactId>
-        </exclusion>
         <exclusion>
           <groupId>io.netty</groupId>
           <artifactId>netty-common</artifactId>
@@ -97,10 +93,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
           <groupId>io.netty</groupId>
           <artifactId>netty-handler</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>io.netty</groupId>
-          <artifactId>netty-handler-proxy</artifactId>
-        </exclusion>
         <exclusion>
           <groupId>io.netty</groupId>
           <artifactId>netty-transport</artifactId>

+ 1 - 1
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>