Repository: hadoop Updated Branches: refs/heads/trunk a46506d99 -> 363c35541
Updating CHANGES.txt for moving entry of HDFS-8332 from branch-2 to trunk Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/363c3554 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/363c3554 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/363c3554 Branch: refs/heads/trunk Commit: 363c35541d4f9da4974f3e346cb397796173824c Parents: a46506d Author: Uma Maheswara Rao G <[email protected]> Authored: Mon May 18 14:48:49 2015 +0530 Committer: Uma Maheswara Rao G <[email protected]> Committed: Mon May 18 14:48:49 2015 +0530 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/363c3554/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 8c823ef..3e0d360 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -330,6 +330,8 @@ Trunk (Unreleased) HDFS-7673. synthetic load generator docs give incorrect/incomplete commands (Brahma Reddy Battula via aw) + HDFS-8332. DFS client API calls should check filesystem closed (Rakesh R via umamahesh) + Release 2.8.0 - UNRELEASED INCOMPATIBLE CHANGES @@ -711,8 +713,6 @@ Release 2.8.0 - UNRELEASED HDFS-6291. FSImage may be left unclosed in BootstrapStandby#doRun() (Sanghyun Yun via vinayakumarb) - HDFS-8332. DFS client API calls should check filesystem closed (Rakesh R via umamahesh) - HDFS-7998. HDFS Federation : Command mentioned to add a NN to existing federated cluster is wrong (Ajith S via vinayakumarb)
