Repository: hadoop Updated Branches: refs/heads/trunk b7f4a3156 -> 73b72a048
HDFS-7496: add to CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/73b72a04 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/73b72a04 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/73b72a04 Branch: refs/heads/trunk Commit: 73b72a048f70c275051747d13dc948845f4cef17 Parents: b7f4a31 Author: Colin Patrick Mccabe <[email protected]> Authored: Tue Jan 20 19:32:19 2015 -0800 Committer: Colin Patrick Mccabe <[email protected]> Committed: Tue Jan 20 19:32:19 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/73b72a04/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 964e278..b032a48 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -744,6 +744,9 @@ Release 2.7.0 - UNRELEASED HDFS-7641. Update archival storage user doc for list/set/get block storage policies. (yliu) + HDFS-7496. Fix FsVolume removal race conditions on the DataNode by + reference-counting the volume instances (lei via cmccabe) + Release 2.6.1 - UNRELEASED INCOMPATIBLE CHANGES
