Fixing 0.23.1 version of the CHANGES.txt to make it consistent with the CHANGES.txt from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241753 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2c945088af
commit
69dcfd7cea
|
@ -15,6 +15,10 @@ Release 0.23.1 - UNRELEASED
|
|||
HDFS-2545. Change WebHDFS to support multiple namenodes in federation.
|
||||
(szetszwo)
|
||||
|
||||
HDFS-2178. Contributing Hoop to HDFS, replacement for HDFS proxy
|
||||
with read/write capabilities. (tucu)
|
||||
|
||||
|
||||
IMPROVEMENTS
|
||||
HDFS-2560. Refactor BPOfferService to be a static inner class (todd)
|
||||
|
||||
|
@ -48,9 +52,6 @@ Release 0.23.1 - UNRELEASED
|
|||
HDFS-2604. Add a log message to show if WebHDFS is enabled and a
|
||||
configuration section in the forrest doc. (szetszwo)
|
||||
|
||||
HDFS-2178. Contributing Hoop to HDFS, replacement for HDFS proxy
|
||||
with read/write capabilities. (tucu)
|
||||
|
||||
HDFS-2511. Add dev script to generate HDFS protobufs. (tucu)
|
||||
|
||||
HDFS-2654. Make BlockReaderLocal not extend RemoteBlockReader2. (eli)
|
||||
|
@ -61,7 +62,8 @@ Release 0.23.1 - UNRELEASED
|
|||
HDFS-2335. DataNodeCluster and NNStorage always pull fresh entropy.
|
||||
(Uma Maheswara Rao G via eli)
|
||||
|
||||
HDFS-2574. Remove references to some deprecated properties in conf templates and defaults files. (Joe Crobak via harsh)
|
||||
HDFS-2574. Remove references to some deprecated properties in conf
|
||||
templates and defaults files. (Joe Crobak via harsh)
|
||||
|
||||
HDFS-2722. HttpFs should not be using an int for block size. (harsh)
|
||||
|
||||
|
@ -69,19 +71,22 @@ Release 0.23.1 - UNRELEASED
|
|||
suresh)
|
||||
|
||||
HDFS-2349. Corruption detected during block transfers between DNs
|
||||
should log a WARN instead of INFO. (harsh)
|
||||
should log a WARN instead of INFO. (harsh)
|
||||
|
||||
HDFS-2729. Update BlockManager's comments regarding the invalid block set (harsh)
|
||||
HDFS-2729. Update BlockManager's comments regarding the invalid block
|
||||
set (harsh)
|
||||
|
||||
HDFS-2726. Fix a logging issue under DFSClient's createBlockOutputStream method (harsh)
|
||||
HDFS-2726. Fix a logging issue under DFSClient's createBlockOutputStream
|
||||
method (harsh)
|
||||
|
||||
HDFS-554. Use System.arraycopy in BlockInfo.ensureCapacity. (harsh)
|
||||
|
||||
HDFS-1314. Make dfs.blocksize accept size-indicating prefixes (Sho Shimauchi via harsh)
|
||||
HDFS-1314. Make dfs.blocksize accept size-indicating prefixes.
|
||||
(Sho Shimauchi via harsh)
|
||||
|
||||
HDFS-69. Improve the 'dfsadmin' commandline help. (harsh)
|
||||
|
||||
HDFS-2788. HdfsServerConstants#DN_KEEPALIVE_TIMEOUT is dead code (eli)
|
||||
HDFS-2788. HdfsServerConstants#DN_KEEPALIVE_TIMEOUT is dead code. (eli)
|
||||
|
||||
HDFS-362. FSEditLog should not writes long and short as UTF8, and should
|
||||
not use ArrayWritable for writing non-array items. (Uma Maheswara Rao G
|
||||
|
@ -94,7 +99,7 @@ Release 0.23.1 - UNRELEASED
|
|||
|
||||
HDFS-2818. Fix a missing space issue in HDFS webapps' title tags. (Devaraj K via harsh)
|
||||
|
||||
HDFS-2397. Undeprecate SecondaryNameNode (eli)
|
||||
HDFS-2397. Undeprecate SecondaryNameNode. (eli)
|
||||
|
||||
HDFS-2814. NamenodeMXBean does not account for svn revision in the version
|
||||
information. (Hitesh Shah via jitendra)
|
||||
|
@ -198,11 +203,14 @@ Release 0.23.1 - UNRELEASED
|
|||
|
||||
HDFS-442. dfsthroughput in test jar throws NPE (harsh)
|
||||
|
||||
HDFS-2836. HttpFSServer still has 2 javadoc warnings in trunk (revans2 via tucu)
|
||||
HDFS-2836. HttpFSServer still has 2 javadoc warnings in trunk.
|
||||
(revans2 via tucu)
|
||||
|
||||
HDFS-2837. mvn javadoc:javadoc not seeing LimitedPrivate class (revans2 via tucu)
|
||||
HDFS-2837. mvn javadoc:javadoc not seeing LimitedPrivate class.
|
||||
(revans2 via tucu)
|
||||
|
||||
HDFS-2840. TestHostnameFilter should work with localhost or localhost.localdomain (tucu)
|
||||
HDFS-2840. TestHostnameFilter should work with localhost or
|
||||
localhost.localdomain (tucu)
|
||||
|
||||
HDFS-2791. If block report races with closing of file, replica is
|
||||
incorrectly marked corrupt. (todd)
|
||||
|
|
Loading…
Reference in New Issue