Edit change log entry for HDFS-2225 by request of Nicholas

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1154414 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Todd Lipcon 2011-08-05 23:42:09 +00:00
parent 3864369a58
commit 62f27b5729
1 changed files with 3 additions and 2 deletions

View File

@ -632,8 +632,9 @@ Trunk (unreleased changes)
HDFS-2187. Make EditLogInputStream act like an iterator over FSEditLogOps
(Ivan Kelly and todd via todd)
HDFS-2225. Refactor file management so it's not in classes which should
be generic. (Ivan Kelly via todd)
HDFS-2225. Refactor edit log file management so it's not in classes
which should be generic to the type of edit log storage. (Ivan Kelly
via todd)
HDFS-2108. Move datanode heartbeat handling from namenode package to
blockmanagement package. (szetszwo)