|
@@ -36,7 +36,7 @@
|
|
|
function collapse() {
|
|
|
for (var i = 0; i < document.getElementsByTagName("ul").length; i++) {
|
|
|
var list = document.getElementsByTagName("ul")[i];
|
|
|
- if (list.id != 'release_0.18.2_-_2008-11-03_' && list.id != 'release_0.18.1_-_2008-09-17_') {
|
|
|
+ if (list.id != 'release_0.18.3_-_unreleased_' && list.id != 'release_0.18.2_-_2008-11-03_') {
|
|
|
list.style.display = "none";
|
|
|
}
|
|
|
}
|
|
@@ -52,6 +52,53 @@
|
|
|
<a href="http://hadoop.apache.org/core/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Scalable Computing Platform"></a>
|
|
|
<h1>Hadoop Change Log</h1>
|
|
|
|
|
|
+<h2><a href="javascript:toggleList('release_0.18.3_-_unreleased_')">Release 0.18.3 - Unreleased
|
|
|
+</a></h2>
|
|
|
+<ul id="release_0.18.3_-_unreleased_">
|
|
|
+ <li><a href="javascript:toggleList('release_0.18.3_-_unreleased_._improvements_')"> IMPROVEMENTS
|
|
|
+</a> (1)
|
|
|
+ <ol id="release_0.18.3_-_unreleased_._improvements_">
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4150">HADOOP-4150</a>. Include librecordio in hadoop releases.<br />(Giridharan Kesavan
|
|
|
+via acmurthy)</li>
|
|
|
+ </ol>
|
|
|
+ </li>
|
|
|
+ <li><a href="javascript:toggleList('release_0.18.3_-_unreleased_._bug_fixes_')"> BUG FIXES
|
|
|
+</a> (19)
|
|
|
+ <ol id="release_0.18.3_-_unreleased_._bug_fixes_">
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4499">HADOOP-4499</a>. DFSClient should invoke checksumOk only once.<br />(Raghu Angadi)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4597">HADOOP-4597</a>. Calculate mis-replicated blocks when safe-mode is turned
|
|
|
+off manually.<br />(shv)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3121">HADOOP-3121</a>. lsr should keep listing the remaining items but not
|
|
|
+terminate if there is any IOException.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4610">HADOOP-4610</a>. Always calculate mis-replicated blocks when safe-mode is
|
|
|
+turned off.<br />(shv)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3883">HADOOP-3883</a>. Limit namenode to assign at most one generation stamp for
|
|
|
+a particular block within a short period.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4556">HADOOP-4556</a>. Block went missing.<br />(hairong)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4643">HADOOP-4643</a>. NameNode should exclude excessive replicas when counting
|
|
|
+live replicas for a block.<br />(hairong)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4703">HADOOP-4703</a>. Should not wait for proxy forever in lease recovering.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4647">HADOOP-4647</a>. NamenodeFsck should close the DFSClient it has created.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4616">HADOOP-4616</a>. Fuse-dfs can handle bad values from FileSystem.read call.<br />(Pete Wyckoff via dhruba)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4061">HADOOP-4061</a>. Throttle Datanode decommission monitoring in Namenode.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4659">HADOOP-4659</a>. Root cause of connection failure is being ost to code that
|
|
|
+uses it for delaying startup.<br />(Steve Loughran and Hairong via hairong)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4614">HADOOP-4614</a>. Lazily open segments when merging map spills to avoid using
|
|
|
+too many file descriptors.<br />(Yuri Pradkin via cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4542">HADOOP-4542</a>. TestDistributedUpgrade used succeed for wrong reasons.<br />(Raghu Angadi)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4257">HADOOP-4257</a>. The DFS client should pick only one datanode as the candidate
|
|
|
+to initiate lease recovery. (Tsz Wo (Nicholas), SZE via dhruba)
|
|
|
+</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4713">HADOOP-4713</a>. Fix librecordio to handle records larger than 64k.<br />(Christian
|
|
|
+Kunz via cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4635">HADOOP-4635</a>. Fix a memory leak in fuse dfs.<br />(pete wyckoff via mahadev)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4714">HADOOP-4714</a>. Report status between merges and make the number of records
|
|
|
+between progress reports configurable.<br />(Jothi Padmanabhan via cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4726">HADOOP-4726</a>. Fix documentation typos "the the".<br />(Edward J. Yoon via
|
|
|
+szetszwo)</li>
|
|
|
+ </ol>
|
|
|
+ </li>
|
|
|
+</ul>
|
|
|
<h2><a href="javascript:toggleList('release_0.18.2_-_2008-11-03_')">Release 0.18.2 - 2008-11-03
|
|
|
</a></h2>
|
|
|
<ul id="release_0.18.2_-_2008-11-03_">
|
|
@@ -96,8 +143,10 @@ changes from the prior release.<br />(cutting)</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
</ul>
|
|
|
-<h2><a href="javascript:toggleList('release_0.18.1_-_2008-09-17_')">Release 0.18.1 - 2008-09-17
|
|
|
-</a></h2>
|
|
|
+<h2><a href="javascript:toggleList('older')">Older Releases</a></h2>
|
|
|
+<ul id="older">
|
|
|
+<h3><a href="javascript:toggleList('release_0.18.1_-_2008-09-17_')">Release 0.18.1 - 2008-09-17
|
|
|
+</a></h3>
|
|
|
<ul id="release_0.18.1_-_2008-09-17_">
|
|
|
<li><a href="javascript:toggleList('release_0.18.1_-_2008-09-17_._improvements_')"> IMPROVEMENTS
|
|
|
</a> (1)
|
|
@@ -122,8 +171,6 @@ outputs or when the final map outputs are being fetched without contention.<br /
|
|
|
</ol>
|
|
|
</li>
|
|
|
</ul>
|
|
|
-<h2><a href="javascript:toggleList('older')">Older Releases</a></h2>
|
|
|
-<ul id="older">
|
|
|
<h3><a href="javascript:toggleList('release_0.18.0_-_2008-08-19_')">Release 0.18.0 - 2008-08-19
|
|
|
</a></h3>
|
|
|
<ul id="release_0.18.0_-_2008-08-19_">
|