hadoop git commit: Fix up CHANGES.txt

2016-01-14 Thread kihwal
Repository: hadoop
Updated Branches:
  refs/heads/branch-2.7 c2d1d6952 -> a90dcb086


Fix up CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a90dcb08
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a90dcb08
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a90dcb08

Branch: refs/heads/branch-2.7
Commit: a90dcb0865d28afdf7fd2b265bf54eef9fe7ca2b
Parents: c2d1d69
Author: Kihwal Lee 
Authored: Thu Jan 14 09:58:35 2016 -0600
Committer: Kihwal Lee 
Committed: Thu Jan 14 09:58:35 2016 -0600

--
 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/a90dcb08/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 a32354d..9d9d7ec 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -14,8 +14,6 @@ Release 2.7.3 - UNRELEASED
 HDFS-7163. WebHdfsFileSystem should retry reads according to the configured
 retry policy. (Eric Payne via kihwal)
 
-HDFS-9574. Reduce client failures during datanode restart (kihwal)
-
 HDFS-9047. Retire libwebhdfs (kihwal)
 
 HDFS-9569. Log the name of the fsimage being loaded for better
@@ -71,6 +69,8 @@ Release 2.7.2 - UNRELEASED
 HDFS-9221. HdfsServerConstants#ReplicaState#getState should avoid calling
 values() since it creates a temporary array. (Staffan Friberg via yliu)
 
+HDFS-9574. Reduce client failures during datanode restart (kihwal)
+
   OPTIMIZATIONS
 
 HDFS-8722. Optimize datanode writes for small writes and flushes (kihwal)



[43/50] [abbrv] hadoop git commit: fix up CHANGES.txt

2015-11-04 Thread aengineer
fix up CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3fb1ece4
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3fb1ece4
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3fb1ece4

Branch: refs/heads/HDFS-7240
Commit: 3fb1ece4e9b290ad4a0b6357a519b20f59561911
Parents: 0eed886
Author: Kihwal Lee 
Authored: Wed Nov 4 12:14:45 2015 -0600
Committer: Kihwal Lee 
Committed: Wed Nov 4 12:15:10 2015 -0600

--
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/3fb1ece4/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 bdcc1fc..500dc92 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -2225,9 +2225,6 @@ Release 2.8.0 - UNRELEASED
 HDFS-9362. TestAuditLogger#testAuditLoggerWithCallContext assumes Unix line
 endings, fails on Windows. (cnauroth)
 
-HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in
-commitBlock. (Chang Li via zhz)
-
 HDFS-9351. checkNNStartup() need to be called when fsck calls
 FSNamesystem.getSnapshottableDirs(). (Xiao Chen via Yongjun Zhang)
 
@@ -2246,6 +2243,9 @@ Release 2.7.3 - UNRELEASED
 
   BUG FIXES
 
+HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in
+commitBlock. (Chang Li via zhz)
+
 Release 2.7.2 - UNRELEASED
 
   INCOMPATIBLE CHANGES



hadoop git commit: fix up CHANGES.txt

2015-11-04 Thread kihwal
Repository: hadoop
Updated Branches:
  refs/heads/branch-2 b61aa716e -> c8ffea3db


fix up CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c8ffea3d
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c8ffea3d
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c8ffea3d

Branch: refs/heads/branch-2
Commit: c8ffea3db77125b36df93c4970f6349049bb2673
Parents: b61aa71
Author: Kihwal Lee 
Authored: Wed Nov 4 12:14:45 2015 -0600
Committer: Kihwal Lee 
Committed: Wed Nov 4 12:15:58 2015 -0600

--
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/c8ffea3d/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 527a8ba..b7f24ff 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -1382,9 +1382,6 @@ Release 2.8.0 - UNRELEASED
 HDFS-9362. TestAuditLogger#testAuditLoggerWithCallContext assumes Unix line
 endings, fails on Windows. (cnauroth)
 
-HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in
-commitBlock. (Chang Li via zhz)
-
 HDFS-9351. checkNNStartup() need to be called when fsck calls
 FSNamesystem.getSnapshottableDirs(). (Xiao Chen via Yongjun Zhang)
 
@@ -1403,6 +1400,9 @@ Release 2.7.3 - UNRELEASED
 
   BUG FIXES
 
+HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in
+commitBlock. (Chang Li via zhz)
+
 Release 2.7.2 - UNRELEASED
 
   INCOMPATIBLE CHANGES



hadoop git commit: fix up CHANGES.txt

2015-11-04 Thread kihwal
Repository: hadoop
Updated Branches:
  refs/heads/trunk 0eed886a1 -> 3fb1ece4e


fix up CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3fb1ece4
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3fb1ece4
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3fb1ece4

Branch: refs/heads/trunk
Commit: 3fb1ece4e9b290ad4a0b6357a519b20f59561911
Parents: 0eed886
Author: Kihwal Lee 
Authored: Wed Nov 4 12:14:45 2015 -0600
Committer: Kihwal Lee 
Committed: Wed Nov 4 12:15:10 2015 -0600

--
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/3fb1ece4/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 bdcc1fc..500dc92 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -2225,9 +2225,6 @@ Release 2.8.0 - UNRELEASED
 HDFS-9362. TestAuditLogger#testAuditLoggerWithCallContext assumes Unix line
 endings, fails on Windows. (cnauroth)
 
-HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in
-commitBlock. (Chang Li via zhz)
-
 HDFS-9351. checkNNStartup() need to be called when fsck calls
 FSNamesystem.getSnapshottableDirs(). (Xiao Chen via Yongjun Zhang)
 
@@ -2246,6 +2243,9 @@ Release 2.7.3 - UNRELEASED
 
   BUG FIXES
 
+HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in
+commitBlock. (Chang Li via zhz)
+
 Release 2.7.2 - UNRELEASED
 
   INCOMPATIBLE CHANGES



[25/50] [abbrv] hadoop git commit: Fix up CHANGES.txt

2015-09-15 Thread eclark
Fix up CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fba06a78
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fba06a78
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fba06a78

Branch: refs/heads/HADOOP-11890
Commit: fba06a789ce093f4f2a9b1459a630e5e91b6b456
Parents: ea4bb27
Author: Kihwal Lee 
Authored: Fri Sep 11 16:02:05 2015 -0500
Committer: Kihwal Lee 
Committed: Fri Sep 11 16:02:54 2015 -0500

--
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/fba06a78/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 842627f..6051807 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -454,9 +454,6 @@ Release 2.8.0 - UNRELEASED
 HDFS-8101. DFSClient use of non-constant DFSConfigKeys pulls in WebHDFS
 classes at runtime. (Sean Busbey via atm)
 
-HDFS-8099. Change "DFSInputStream has been closed already" message to
-debug log level (Charles Lamb via Colin P. McCabe)
-
 HDFS-8102. Separate webhdfs retry configuration keys from DFSConfigKeys.
 (wheat9)
 
@@ -1331,6 +1328,9 @@ Release 2.7.2 - UNRELEASED
 HADOOP-5323. Trash documentation should describe its directory structure 
and
 configurations. (Weiwei Yang via ozawa)
 
+HDFS-8099. Change "DFSInputStream has been closed already" message to
+debug log level (Charles Lamb via Colin P. McCabe)
+
   OPTIMIZATIONS
 
 HDFS-8722. Optimize datanode writes for small writes and flushes (kihwal)



[04/22] hadoop git commit: Fix up CHANGES.txt

2015-09-13 Thread wangda
Fix up CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fba06a78
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fba06a78
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fba06a78

Branch: refs/heads/YARN-1197
Commit: fba06a789ce093f4f2a9b1459a630e5e91b6b456
Parents: ea4bb27
Author: Kihwal Lee 
Authored: Fri Sep 11 16:02:05 2015 -0500
Committer: Kihwal Lee 
Committed: Fri Sep 11 16:02:54 2015 -0500

--
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/fba06a78/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 842627f..6051807 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -454,9 +454,6 @@ Release 2.8.0 - UNRELEASED
 HDFS-8101. DFSClient use of non-constant DFSConfigKeys pulls in WebHDFS
 classes at runtime. (Sean Busbey via atm)
 
-HDFS-8099. Change "DFSInputStream has been closed already" message to
-debug log level (Charles Lamb via Colin P. McCabe)
-
 HDFS-8102. Separate webhdfs retry configuration keys from DFSConfigKeys.
 (wheat9)
 
@@ -1331,6 +1328,9 @@ Release 2.7.2 - UNRELEASED
 HADOOP-5323. Trash documentation should describe its directory structure 
and
 configurations. (Weiwei Yang via ozawa)
 
+HDFS-8099. Change "DFSInputStream has been closed already" message to
+debug log level (Charles Lamb via Colin P. McCabe)
+
   OPTIMIZATIONS
 
 HDFS-8722. Optimize datanode writes for small writes and flushes (kihwal)



hadoop git commit: Fix up CHANGES.txt

2015-09-11 Thread kihwal
Repository: hadoop
Updated Branches:
  refs/heads/trunk ea4bb2749 -> fba06a789


Fix up CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fba06a78
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fba06a78
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fba06a78

Branch: refs/heads/trunk
Commit: fba06a789ce093f4f2a9b1459a630e5e91b6b456
Parents: ea4bb27
Author: Kihwal Lee 
Authored: Fri Sep 11 16:02:05 2015 -0500
Committer: Kihwal Lee 
Committed: Fri Sep 11 16:02:54 2015 -0500

--
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/fba06a78/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 842627f..6051807 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -454,9 +454,6 @@ Release 2.8.0 - UNRELEASED
 HDFS-8101. DFSClient use of non-constant DFSConfigKeys pulls in WebHDFS
 classes at runtime. (Sean Busbey via atm)
 
-HDFS-8099. Change "DFSInputStream has been closed already" message to
-debug log level (Charles Lamb via Colin P. McCabe)
-
 HDFS-8102. Separate webhdfs retry configuration keys from DFSConfigKeys.
 (wheat9)
 
@@ -1331,6 +1328,9 @@ Release 2.7.2 - UNRELEASED
 HADOOP-5323. Trash documentation should describe its directory structure 
and
 configurations. (Weiwei Yang via ozawa)
 
+HDFS-8099. Change "DFSInputStream has been closed already" message to
+debug log level (Charles Lamb via Colin P. McCabe)
+
   OPTIMIZATIONS
 
 HDFS-8722. Optimize datanode writes for small writes and flushes (kihwal)



hadoop git commit: Fix up CHANGES.txt

2015-09-11 Thread kihwal
Repository: hadoop
Updated Branches:
  refs/heads/branch-2 43f051a09 -> 50a367da2


Fix up CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/50a367da
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/50a367da
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/50a367da

Branch: refs/heads/branch-2
Commit: 50a367da20b4ae15ff1da4ab8d2bad8efb311a93
Parents: 43f051a
Author: Kihwal Lee 
Authored: Fri Sep 11 16:02:05 2015 -0500
Committer: Kihwal Lee 
Committed: Fri Sep 11 16:02:05 2015 -0500

--
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/50a367da/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 bcd3818..51a3f35 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -103,9 +103,6 @@ Release 2.8.0 - UNRELEASED
 HDFS-8101. DFSClient use of non-constant DFSConfigKeys pulls in WebHDFS
 classes at runtime. (Sean Busbey via atm)
 
-HDFS-8099. Change "DFSInputStream has been closed already" message to
-debug log level (Charles Lamb via Colin P. McCabe)
-
 HDFS-8102. Separate webhdfs retry configuration keys from DFSConfigKeys.
 (wheat9)
 
@@ -984,6 +981,9 @@ Release 2.7.2 - UNRELEASED
 HADOOP-5323. Trash documentation should describe its directory structure 
and
 configurations. (Weiwei Yang via ozawa)
 
+HDFS-8099. Change "DFSInputStream has been closed already" message to
+debug log level (Charles Lamb via Colin P. McCabe)
+
   OPTIMIZATIONS
 
 HDFS-8722. Optimize datanode writes for small writes and flushes (kihwal)