diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index dc0c5d06233..49567607447 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -282,9 +282,6 @@ Trunk (Unreleased) HADOOP-10044 Improve the javadoc of rpc code (sanjay Radia) - HADOOP-8753. LocalDirAllocator throws "ArithmeticException: / by zero" when - there is no available space on configured local dir. (Benoy Antony via hitesh) - OPTIMIZATIONS HADOOP-7761. Improve the performance of raw comparisons. (todd) @@ -470,6 +467,9 @@ Release 2.4.0 - UNRELEASED HADOOP-10058. TestMetricsSystemImpl#testInitFirstVerifyStopInvokedImmediately fails on trunk (Chen He via jeagles) + HADOOP-8753. LocalDirAllocator throws "ArithmeticException: / by zero" when + there is no available space on configured local dir. (Benoy Antony via hitesh) + HADOOP-10106. Incorrect thread name in RPC log messages. (Ming Ma via jing9) Release 2.3.0 - UNRELEASED