HADOOP-8495. Update Netty to avoid leaking file descriptors during shuffle (Jason Lowe via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1351363 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
19ac5c4e8b
commit
0e7214933d
@ -722,6 +722,9 @@ Release 0.23.3 - UNRELEASED
|
||||
|
||||
HADOOP-8373. Port RPC.getServerAddress to 0.23 (Daryn Sharp via bobby)
|
||||
|
||||
HADOOP-8495. Update Netty to avoid leaking file descriptors during shuffle
|
||||
(Jason Lowe via tgraves)
|
||||
|
||||
Release 0.23.2 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -380,7 +380,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jboss.netty</groupId>
|
||||
<artifactId>netty</artifactId>
|
||||
<version>3.2.3.Final</version>
|
||||
<version>3.2.4.Final</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user