Author: wang
Date: Wed Jan 29 23:04:34 2014
New Revision: 1562626

URL: http://svn.apache.org/r1562626
Log:
Fix HDFS and Common CHANGES.txt for branch-2.3 reswizzle

Modified:
    
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1562626&r1=1562625&r2=1562626&view=diff
==============================================================================
--- 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/CHANGES.txt
 (original)
+++ 
hadoop/common/branches/branch-2.3/hadoop-common-project/hadoop-common/CHANGES.txt
 Wed Jan 29 23:04:34 2014
@@ -1,6 +1,6 @@
 Hadoop Change Log
 
-Release 2.4.0 - UNRELEASED
+Release 2.3.0 - UNRELEASED
 
   INCOMPATIBLE CHANGES
 
@@ -11,6 +11,27 @@ Release 2.4.0 - UNRELEASED
 
   IMPROVEMENTS
 
+    HADOOP-10046. Print a log message when SSL is enabled.
+    (David S. Wang via wang)
+
+    HADOOP-10079. log a warning message if group resolution takes too long.
+    (cmccabe)
+
+    HADOOP-9623. Update jets3t dependency to 0.9.0 (Amandeep Khurana via Colin
+    Patrick McCabe)
+
+    HADOOP-10132. RPC#stopProxy() should log the class of proxy when 
IllegalArgumentException 
+    is encountered (Ted yu via umamahesh)
+
+    HADOOP-10248. Property name should be included in the exception where 
property value 
+    is null (Akira AJISAKA via umamahesh)
+
+    HADOOP-10086. User document for authentication in secure cluster.
+    (Masatake Iwasaki via Arpit Agarwal)
+
+    HADOOP-10274 Lower the logging level from ERROR to WARN for UGI.doAs method
+    (Takeshi Miao via stack)
+
     HADOOP-9784. Add a builder for HttpServer. (Junping Du via llu)
 
     HADOOP 9871. Fix intermittent findbugs warnings in DefaultMetricsSystem.
@@ -126,6 +147,9 @@ Release 2.4.0 - UNRELEASED
 
   OPTIMIZATIONS
 
+    HADOOP-10142. Avoid groups lookup for unprivileged users such as "dr.who"
+    (vinay via cmccabe)
+
     HADOOP-9748. Reduce blocking on UGI.ensureInitialized (daryn)
 
     HADOOP-10047. Add a direct-buffer based apis for compression. (Gopal V
@@ -144,138 +168,6 @@ Release 2.4.0 - UNRELEASED
 
   BUG FIXES
 
-    HADOOP-9964. Fix deadlocks in TestHttpServer by synchronize
-    ReflectionUtils.printThreadInfo. (Junping Du via llu)
-
-    HADOOP-9582. Non-existent file to "hadoop fs -conf" doesn't throw error
-    (Ashwin Shankar via jlowe)
-
-    HADOOP-9817. FileSystem#globStatus and FileContext#globStatus need to work
-    with symlinks. (Colin Patrick McCabe via Andrew Wang)
-
-    HADOOP-9875.  TestDoAsEffectiveUser can fail on JDK 7.  (Aaron T. Myers via
-    Colin Patrick McCabe)
-
-    HADOOP-9865.  FileContext#globStatus has a regression with respect to
-    relative path.  (Chuan Lin via Colin Patrick McCabe)
-
-    HADOOP-9909. org.apache.hadoop.fs.Stat should permit other LANG.
-    (Shinichi Yamashita via Andrew Wang)
-
-    HADOOP-9908. Fix NPE when versioninfo properties file is missing (todd)
-
-    HADOOP-9929. Insufficient permissions for a path reported as File Not
-    Found.  (Contributed by Colin Patrick McCabe)
-
-    HADOOP-9791. Add a test case covering long paths for new FileUtil access
-    check methods (ivanmi)
-
-    HADOOP-9981. globStatus should minimize its listStatus and getFileStatus
-    calls.  (Contributed by Colin Patrick McCabe)
-
-    HADOOP-10006. Compilation failure in trunk for
-    o.a.h.fs.swift.util.JSONUtil (Junping Du via stevel)
-
-    HADOOP-9016. HarFsInputStream.skip(long) must never return negative value.
-    (Ivan A. Veselovsky via jeagles)
-
-    HADOOP-10088. copy-nativedistlibs.sh needs to quote snappy lib dir.
-    (Raja Aluri via cnauroth)
-
-    HADOOP-10093. hadoop-env.cmd sets HADOOP_CLIENT_OPTS with a max heap size
-    that is too small. (Shanyu Zhao via cnauroth)
-
-    HADOOP-10094. NPE in GenericOptionsParser#preProcessForWindows().
-    (Enis Soztutar via cnauroth)
-
-    HADOOP-10100. MiniKDC shouldn't use apacheds-all artifact. (rkanter via 
tucu)
-
-    HADOOP-10107. Server.getNumOpenConnections may throw NPE. (Kihwal Lee via
-    jing9)
-
-    HADOOP-10135 writes to swift fs over partition size leave temp files and
-    empty output file (David Dobbins via stevel)
-
-    HADOOP-10129. Distcp may succeed when it fails (daryn)
-
-    HADOOP-10058. 
TestMetricsSystemImpl#testInitFirstVerifyStopInvokedImmediately
-    fails on trunk (Chen He via jeagles)
-
-    HADOOP-10162. Fix symlink-related test failures in
-    TestFileContextResolveAfs and TestStat in branch-2 (Mit Desai via Colin
-    Patrick McCabe)
-
-    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)
-
-    HADOOP-9611 mvn-rpmbuild against google-guice > 3.0 yields missing cglib
-    dependency (Timothy St. Clair via stevel)
-
-    HADOOP-10171. TestRPC fails intermittently on jkd7 (Mit Desai via jeagles)
-
-    HADOOP-10147  HDFS-5678 Upgrade to commons-logging 1.1.3 to avoid potential
-    deadlock in MiniDFSCluster (stevel)
-
-    HADOOP-10207. TestUserGroupInformation#testLogin is flaky (jxiang via
-    cmccabe)
-
-    HADOOP-10214. Fix multithreaded correctness warnings in 
ActiveStandbyElector
-    (Liang Xie via kasha)
-
-    HADOOP-10223. MiniKdc#main() should close the FileReader it creates. 
-    (Ted Yu via tucu)
-
-    HADOOP-10236. Fix typo in o.a.h.ipc.Client#checkResponse. (Akira Ajisaka
-    via suresh)
-
-    HADOOP-10146. Workaround JDK7 Process fd close bug (daryn)
-
-    HADOOP-10125. no need to process RPC request if the client connection
-    has been dropped (Ming Ma via brandonli)
-
-    HADOOP-10235. Hadoop tarball has 2 versions of stax-api JARs. (tucu)
-
-    HADOOP-10252. HttpServer can't start if hostname is not specified. (Jimmy
-    Xiang via atm)
-
-Release 2.3.0 - UNRELEASED
-
-  INCOMPATIBLE CHANGES
-
-  NEW FEATURES
-
-  IMPROVEMENTS
-
-    HADOOP-10046. Print a log message when SSL is enabled.
-    (David S. Wang via wang)
-
-    HADOOP-10079. log a warning message if group resolution takes too long.
-    (cmccabe)
-
-    HADOOP-9623. Update jets3t dependency to 0.9.0 (Amandeep Khurana via Colin
-    Patrick McCabe)
-
-    HADOOP-10132. RPC#stopProxy() should log the class of proxy when 
IllegalArgumentException 
-    is encountered (Ted yu via umamahesh)
-
-    HADOOP-10248. Property name should be included in the exception where 
property value 
-    is null (Akira AJISAKA via umamahesh)
-
-    HADOOP-10086. User document for authentication in secure cluster.
-    (Masatake Iwasaki via Arpit Agarwal)
-
-    HADOOP-10274 Lower the logging level from ERROR to WARN for UGI.doAs method
-    (Takeshi Miao via stack)
-
-  OPTIMIZATIONS
-
-    HADOOP-10142. Avoid groups lookup for unprivileged users such as "dr.who"
-    (vinay via cmccabe)
-
-  BUG FIXES
-
     HADOOP-10028. Malformed ssl-server.xml.example. (Haohui Mai via jing9)
 
     HADOOP-10030. FsShell -put/copyFromLocal should support Windows local path.
@@ -375,6 +267,102 @@ Release 2.3.0 - UNRELEASED
     HADOOP-10203. Connection leak in
     Jets3tNativeFileSystemStore#retrieveMetadata. (Andrei Savu via atm)
 
+    HADOOP-9964. Fix deadlocks in TestHttpServer by synchronize
+    ReflectionUtils.printThreadInfo. (Junping Du via llu)
+
+    HADOOP-9582. Non-existent file to "hadoop fs -conf" doesn't throw error
+    (Ashwin Shankar via jlowe)
+
+    HADOOP-9817. FileSystem#globStatus and FileContext#globStatus need to work
+    with symlinks. (Colin Patrick McCabe via Andrew Wang)
+
+    HADOOP-9875.  TestDoAsEffectiveUser can fail on JDK 7.  (Aaron T. Myers via
+    Colin Patrick McCabe)
+
+    HADOOP-9865.  FileContext#globStatus has a regression with respect to
+    relative path.  (Chuan Lin via Colin Patrick McCabe)
+
+    HADOOP-9909. org.apache.hadoop.fs.Stat should permit other LANG.
+    (Shinichi Yamashita via Andrew Wang)
+
+    HADOOP-9908. Fix NPE when versioninfo properties file is missing (todd)
+
+    HADOOP-9929. Insufficient permissions for a path reported as File Not
+    Found.  (Contributed by Colin Patrick McCabe)
+
+    HADOOP-9791. Add a test case covering long paths for new FileUtil access
+    check methods (ivanmi)
+
+    HADOOP-9981. globStatus should minimize its listStatus and getFileStatus
+    calls.  (Contributed by Colin Patrick McCabe)
+
+    HADOOP-10006. Compilation failure in trunk for
+    o.a.h.fs.swift.util.JSONUtil (Junping Du via stevel)
+
+    HADOOP-9016. HarFsInputStream.skip(long) must never return negative value.
+    (Ivan A. Veselovsky via jeagles)
+
+    HADOOP-10088. copy-nativedistlibs.sh needs to quote snappy lib dir.
+    (Raja Aluri via cnauroth)
+
+    HADOOP-10093. hadoop-env.cmd sets HADOOP_CLIENT_OPTS with a max heap size
+    that is too small. (Shanyu Zhao via cnauroth)
+
+    HADOOP-10094. NPE in GenericOptionsParser#preProcessForWindows().
+    (Enis Soztutar via cnauroth)
+
+    HADOOP-10100. MiniKDC shouldn't use apacheds-all artifact. (rkanter via 
tucu)
+
+    HADOOP-10107. Server.getNumOpenConnections may throw NPE. (Kihwal Lee via
+    jing9)
+
+    HADOOP-10135 writes to swift fs over partition size leave temp files and
+    empty output file (David Dobbins via stevel)
+
+    HADOOP-10129. Distcp may succeed when it fails (daryn)
+
+    HADOOP-10058. 
TestMetricsSystemImpl#testInitFirstVerifyStopInvokedImmediately
+    fails on trunk (Chen He via jeagles)
+
+    HADOOP-10162. Fix symlink-related test failures in
+    TestFileContextResolveAfs and TestStat in branch-2 (Mit Desai via Colin
+    Patrick McCabe)
+
+    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)
+
+    HADOOP-9611 mvn-rpmbuild against google-guice > 3.0 yields missing cglib
+    dependency (Timothy St. Clair via stevel)
+
+    HADOOP-10171. TestRPC fails intermittently on jkd7 (Mit Desai via jeagles)
+
+    HADOOP-10147  HDFS-5678 Upgrade to commons-logging 1.1.3 to avoid potential
+    deadlock in MiniDFSCluster (stevel)
+
+    HADOOP-10207. TestUserGroupInformation#testLogin is flaky (jxiang via
+    cmccabe)
+
+    HADOOP-10214. Fix multithreaded correctness warnings in 
ActiveStandbyElector
+    (Liang Xie via kasha)
+
+    HADOOP-10223. MiniKdc#main() should close the FileReader it creates. 
+    (Ted Yu via tucu)
+
+    HADOOP-10236. Fix typo in o.a.h.ipc.Client#checkResponse. (Akira Ajisaka
+    via suresh)
+
+    HADOOP-10146. Workaround JDK7 Process fd close bug (daryn)
+
+    HADOOP-10125. no need to process RPC request if the client connection
+    has been dropped (Ming Ma via brandonli)
+
+    HADOOP-10235. Hadoop tarball has 2 versions of stax-api JARs. (tucu)
+
+    HADOOP-10252. HttpServer can't start if hostname is not specified. (Jimmy
+    Xiang via atm)
+
 Release 2.2.0 - 2013-10-13
 
   INCOMPATIBLE CHANGES


Reply via email to