You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ju...@apache.org on 2015/12/11 15:09:07 UTC

hadoop git commit: update release note due to recently blocker

Repository: hadoop
Updated Branches:
  refs/heads/branch-2.6.3 0e9cef455 -> 95d8146f5


update release note due to recently blocker


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

Branch: refs/heads/branch-2.6.3
Commit: 95d8146f55f4d40a863639ee86ea382d0d4e1af4
Parents: 0e9cef4
Author: Junping Du <ju...@apache.org>
Authored: Fri Dec 11 06:14:41 2015 -0800
Committer: Junping Du <ju...@apache.org>
Committed: Fri Dec 11 06:14:41 2015 -0800

----------------------------------------------------------------------
 .../hadoop-common/src/main/docs/releasenotes.html   | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/95d8146f/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html b/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html
index 9a8e386..f31cbee 100644
--- a/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html
+++ b/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html
@@ -12,10 +12,22 @@ These release notes include new developer and user-facing incompatibilities, fea
 <a name="changes"/>
 <h2>Changes since Hadoop 2.6.2</h2>
 <ul>
+<li> <a href="https://issues.apache.org/jira/browse/YARN-4434">YARN-4434</a>.
+     Minor bug reported by Takashi Ohnishi and fixed by Weiwei Yang (documentation , nodemanager)<br>
+     <b>NodeManager Disk Checker parameter documentation is not correct</b><br>
+     <blockquote></blockquote></li>
+<li> <a href="https://issues.apache.org/jira/browse/YARN-4424">YARN-4424</a>.
+     Blocker bug reported by Yesha Vora and fixed by Jian He <br>
+     <b>Fix deadlock in RMAppImpl</b><br>
+     <blockquote></blockquote></li>
 <li> <a href="https://issues.apache.org/jira/browse/YARN-4365">YARN-4365</a>.
      Major bug reported by Jason Lowe and fixed by Kuhu Shukla (resourcemanager)<br>
      <b>FileSystemNodeLabelStore should check for root dir existence on startup</b><br>
      <blockquote></blockquote></li>
+<li> <a href="https://issues.apache.org/jira/browse/YARN-4348">YARN-4348</a>.
+     Blocker bug reported by Tsuyoshi Ozawa and fixed by Tsuyoshi Ozawa <br>
+     <b>ZKRMStateStore.syncInternal shouldn't wait for sync completion for avoiding blocking ZK's event thread</b><br>
+     <blockquote></blockquote></li>
 <li> <a href="https://issues.apache.org/jira/browse/YARN-4344">YARN-4344</a>.
      Critical bug reported by Varun Vasudev and fixed by Varun Vasudev (resourcemanager)<br>
      <b>NMs reconnecting with changed capabilities can lead to wrong cluster resource calculations</b><br>
@@ -96,6 +108,10 @@ These release notes include new developer and user-facing incompatibilities, fea
      Critical bug reported by Chang Li and fixed by Chang Li <br>
      <b>Make DataStreamer#block thread safe and verify genStamp in commitBlock</b><br>
      <blockquote></blockquote></li>
+<li> <a href="https://issues.apache.org/jira/browse/HDFS-9273">HDFS-9273</a>.
+     Critical bug reported by Xiao Chen and fixed by Xiao Chen (namenode)<br>
+     <b>ACLs on root directory may be lost after NN restart</b><br>
+     <blockquote></blockquote></li>
 <li> <a href="https://issues.apache.org/jira/browse/HDFS-9083">HDFS-9083</a>.
      Blocker bug reported by Rushabh S Shah and fixed by Rushabh S Shah (namenode)<br>
      <b>Replication violates block placement policy.</b><br>