Repository: hadoop Updated Branches: refs/heads/trunk a17584936 -> a1222784f
HDFS-7610. Add CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a1222784 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a1222784 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a1222784 Branch: refs/heads/trunk Commit: a1222784fbc4b0000b51be96586ec2ae7098264b Parents: a175849 Author: Colin Patrick Mccabe <[email protected]> Authored: Tue Jan 20 20:14:11 2015 -0800 Committer: Colin Patrick Mccabe <[email protected]> Committed: Tue Jan 20 20:14:11 2015 -0800 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a1222784/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index b032a48..2c7fbc7 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -747,6 +747,9 @@ Release 2.7.0 - UNRELEASED HDFS-7496. Fix FsVolume removal race conditions on the DataNode by reference-counting the volume instances (lei via cmccabe) + HDFS-7610. Fix removal of dynamically added DN volumes (Lei (Eddy) Xu via + Colin P. McCabe) + Release 2.6.1 - UNRELEASED INCOMPATIBLE CHANGES
