Moving MAPREDUCE-6361 to 2.7.1 CHANGES.txt
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/08ddc0c9 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/08ddc0c9 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/08ddc0c9 Branch: refs/heads/YARN-2928 Commit: 08ddc0c98c8bece6492eaeddf00e4f3e857b5aea Parents: 6f2ba72 Author: Junping Du <[email protected]> Authored: Tue May 19 11:48:06 2015 -0700 Committer: Zhijie Shen <[email protected]> Committed: Fri May 22 11:52:10 2015 -0700 ---------------------------------------------------------------------- hadoop-mapreduce-project/CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/08ddc0c9/hadoop-mapreduce-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-mapreduce-project/CHANGES.txt b/hadoop-mapreduce-project/CHANGES.txt index 40b829d..cdb10f1 100644 --- a/hadoop-mapreduce-project/CHANGES.txt +++ b/hadoop-mapreduce-project/CHANGES.txt @@ -439,10 +439,6 @@ Release 2.8.0 - UNRELEASED MAPREDUCE-6360. TestMapreduceConfigFields is placed in wrong dir, introducing compile error (Arshad Mohammad via vinayakumarb) - MAPREDUCE-6361. NPE issue in shuffle caused by concurrent issue between - copySucceeded() in one thread and copyFailed() in another thread on the - same host. (Junping Du via ozawa) - MAPREDUCE-6366. mapreduce.terasort.final.sync configuration in TeraSort doesn't work. (Takuya Fukudome via ozawa) @@ -489,6 +485,10 @@ Release 2.7.1 - UNRELEASED that they don't fail on history-server backed by DFSes with not so strong guarantees. (Craig Welch via vinodkv) + MAPREDUCE-6361. NPE issue in shuffle caused by concurrent issue between + copySucceeded() in one thread and copyFailed() in another thread on the + same host. (Junping Du via ozawa) + Release 2.7.0 - 2015-04-20 INCOMPATIBLE CHANGES
