Skip to content

Commit 3bd9d42

Browse files
tamaashujojochuang
authored andcommitted
HDFS-16384. Upgrade Netty to 4.1.72.Final
1 parent 34b3275 commit 3bd9d42

File tree

4 files changed

+106
-2
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-client
  • hadoop-project
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp

4 files changed

+106
-2
lines changed

LICENSE-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ io.grpc:grpc-protobuf:1.26.0
261261
io.grpc:grpc-protobuf-lite:1.26.0
262262
io.grpc:grpc-stub:1.26.0
263263
io.netty:netty:3.10.6.Final
264-
io.netty:netty-all:4.1.42.Final
264+
io.netty:netty-all:4.1.72.Final
265265
io.netty:netty-buffer:4.1.27.Final
266266
io.netty:netty-codec:4.1.27.Final
267267
io.netty:netty-codec-http:4.1.27.Final

hadoop-hdfs-project/hadoop-hdfs-client/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
8989
<groupId>io.netty</groupId>
9090
<artifactId>netty-codec-http</artifactId>
9191
</exclusion>
92+
<exclusion>
93+
<groupId>io.netty</groupId>
94+
<artifactId>netty-codec-socks</artifactId>
95+
</exclusion>
9296
<exclusion>
9397
<groupId>io.netty</groupId>
9498
<artifactId>netty-common</artifactId>
@@ -97,6 +101,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
97101
<groupId>io.netty</groupId>
98102
<artifactId>netty-handler</artifactId>
99103
</exclusion>
104+
<exclusion>
105+
<groupId>io.netty</groupId>
106+
<artifactId>netty-handler-proxy</artifactId>
107+
</exclusion>
100108
<exclusion>
101109
<groupId>io.netty</groupId>
102110
<artifactId>netty-transport</artifactId>

hadoop-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<gson.version>2.8.9</gson.version>
143143
<metrics.version>3.2.4</metrics.version>
144144
<netty3.version>3.10.6.Final</netty3.version>
145-
<netty4.version>4.1.68.Final</netty4.version>
145+
<netty4.version>4.1.72.Final</netty4.version>
146146
<snappy-java.version>1.1.8.2</snappy-java.version>
147147
<lz4-java.version>1.7.1</lz4-java.version>
148148

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,38 @@
102102
<artifactId>solr-solrj</artifactId>
103103
<version>${solr.version}</version>
104104
<exclusions>
105+
<exclusion>
106+
<groupId>io.netty</groupId>
107+
<artifactId>netty-buffer</artifactId>
108+
</exclusion>
109+
<exclusion>
110+
<groupId>io.netty</groupId>
111+
<artifactId>netty-codec</artifactId>
112+
</exclusion>
113+
<exclusion>
114+
<groupId>io.netty</groupId>
115+
<artifactId>netty-common</artifactId>
116+
</exclusion>
117+
<exclusion>
118+
<groupId>io.netty</groupId>
119+
<artifactId>netty-handler</artifactId>
120+
</exclusion>
121+
<exclusion>
122+
<groupId>io.netty</groupId>
123+
<artifactId>netty-resolver</artifactId>
124+
</exclusion>
125+
<exclusion>
126+
<groupId>io.netty</groupId>
127+
<artifactId>netty-transport</artifactId>
128+
</exclusion>
129+
<exclusion>
130+
<groupId>io.netty</groupId>
131+
<artifactId>netty-transport-native-epoll</artifactId>
132+
</exclusion>
133+
<exclusion>
134+
<groupId>io.netty</groupId>
135+
<artifactId>netty-transport-native-unix-common</artifactId>
136+
</exclusion>
105137
<exclusion>
106138
<groupId>org.slf4j</groupId>
107139
<artifactId>jcl-over-slf4j</artifactId>
@@ -130,6 +162,38 @@
130162
<artifactId>solr-core</artifactId>
131163
<version>${solr.version}</version>
132164
<exclusions>
165+
<exclusion>
166+
<groupId>io.netty</groupId>
167+
<artifactId>netty-buffer</artifactId>
168+
</exclusion>
169+
<exclusion>
170+
<groupId>io.netty</groupId>
171+
<artifactId>netty-codec</artifactId>
172+
</exclusion>
173+
<exclusion>
174+
<groupId>io.netty</groupId>
175+
<artifactId>netty-common</artifactId>
176+
</exclusion>
177+
<exclusion>
178+
<groupId>io.netty</groupId>
179+
<artifactId>netty-handler</artifactId>
180+
</exclusion>
181+
<exclusion>
182+
<groupId>io.netty</groupId>
183+
<artifactId>netty-resolver</artifactId>
184+
</exclusion>
185+
<exclusion>
186+
<groupId>io.netty</groupId>
187+
<artifactId>netty-transport</artifactId>
188+
</exclusion>
189+
<exclusion>
190+
<groupId>io.netty</groupId>
191+
<artifactId>netty-transport-native-epoll</artifactId>
192+
</exclusion>
193+
<exclusion>
194+
<groupId>io.netty</groupId>
195+
<artifactId>netty-transport-native-unix-common</artifactId>
196+
</exclusion>
133197
<exclusion>
134198
<groupId>org.slf4j</groupId>
135199
<artifactId>jcl-over-slf4j</artifactId>
@@ -159,6 +223,38 @@
159223
<artifactId>solr-test-framework</artifactId>
160224
<version>${solr.version}</version>
161225
<exclusions>
226+
<exclusion>
227+
<groupId>io.netty</groupId>
228+
<artifactId>netty-buffer</artifactId>
229+
</exclusion>
230+
<exclusion>
231+
<groupId>io.netty</groupId>
232+
<artifactId>netty-codec</artifactId>
233+
</exclusion>
234+
<exclusion>
235+
<groupId>io.netty</groupId>
236+
<artifactId>netty-common</artifactId>
237+
</exclusion>
238+
<exclusion>
239+
<groupId>io.netty</groupId>
240+
<artifactId>netty-handler</artifactId>
241+
</exclusion>
242+
<exclusion>
243+
<groupId>io.netty</groupId>
244+
<artifactId>netty-resolver</artifactId>
245+
</exclusion>
246+
<exclusion>
247+
<groupId>io.netty</groupId>
248+
<artifactId>netty-transport</artifactId>
249+
</exclusion>
250+
<exclusion>
251+
<groupId>io.netty</groupId>
252+
<artifactId>netty-transport-native-epoll</artifactId>
253+
</exclusion>
254+
<exclusion>
255+
<groupId>io.netty</groupId>
256+
<artifactId>netty-transport-native-unix-common</artifactId>
257+
</exclusion>
162258
<exclusion>
163259
<groupId>org.slf4j</groupId>
164260
<artifactId>jcl-over-slf4j</artifactId>

0 commit comments

Comments
 (0)