Amend CHANGES.txt for HADOOP-10198

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1554890 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Wang 2014-01-02 20:07:02 +00:00
parent 3a299fd7bb
commit a44ddd674a
1 changed files with 3 additions and 3 deletions

View File

@ -108,9 +108,6 @@ Trunk (Unreleased)
HADOOP-10141. Create KeyProvider API to separate encryption key storage
from the applications. (omalley)
HADOOP-19198. DomainSocket: add support for socketpair.
(Colin Patrick McCabe via wang)
BUG FIXES
HADOOP-9451. Fault single-layer config if node group topology is enabled.
@ -410,6 +407,9 @@ Release 2.4.0 - UNRELEASED
HADOOP-10169. Remove the unnecessary synchronized in JvmMetrics class.
(Liang Xie via jing9)
HADOOP-10198. DomainSocket: add support for socketpair.
(Colin Patrick McCabe via wang)
OPTIMIZATIONS
HADOOP-9748. Reduce blocking on UGI.ensureInitialized (daryn)