You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2019/04/05 16:22:50 UTC

[accumulo-website] branch asf-site updated: Jekyll build from master:6bcdd1b

This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 33155cb  Jekyll build from master:6bcdd1b
33155cb is described below

commit 33155cb2e445f8ef15ef9182988cf011e639b3cd
Author: Mike Miller <mm...@apache.org>
AuthorDate: Fri Apr 5 12:19:41 2019 -0400

    Jekyll build from master:6bcdd1b
    
    More updates to 1.9.3 release notes
---
 feed.xml                          |  4 ++--
 release/accumulo-1.9.3/index.html | 15 ++-------------
 search_data.json                  |  2 +-
 3 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/feed.xml b/feed.xml
index 2546279..1f07237 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 04 Apr 2019 18:12:41 -0400</pubDate>
-    <lastBuildDate>Thu, 04 Apr 2019 18:12:41 -0400</lastBuildDate>
+    <pubDate>Fri, 05 Apr 2019 12:19:34 -0400</pubDate>
+    <lastBuildDate>Fri, 05 Apr 2019 12:19:34 -0400</lastBuildDate>
     <generator>Jekyll v3.7.3</generator>
     
     
diff --git a/release/accumulo-1.9.3/index.html b/release/accumulo-1.9.3/index.html
index db6967f..f26449c 100644
--- a/release/accumulo-1.9.3/index.html
+++ b/release/accumulo-1.9.3/index.html
@@ -151,9 +151,9 @@
 
 
 
-<p>Apache Accumulo 1.9.3 contains bug fixes for ~summary of bugs here~.
+<p>Apache Accumulo 1.9.3 contains bug fixes for Write Ahead Logs and compaction.
 Users of any previous version of 1.8 or 1.9 are encouraged to upgrade
-~immediately or specify recommended timeline~.</p>
+<del>immediately or specify recommended timeline</del>.</p>
 
 <ul>
   <li><a href="/1.9/accumulo_user_manual.html">User Manual</a> - In-depth developer and administrator documentation</li>
@@ -211,10 +211,6 @@ multiple write calls per long. <a href="https://github.com/apache/accumulo/issue
   </li>
 </ul>
 
-<p>Moved optimized writeVLong and writeVInt to UnsynchronizedBuffer
-to replace use of WriteableUtils methods. Each optimized method will
-only make one write call to the underlying outputstream.</p>
-
 <h3 id="multiple-fixes-for-compaction-issues">Multiple Fixes for Compaction Issues</h3>
 
 <ul>
@@ -275,13 +271,6 @@ hadoop metrics2 configuration files.</p>
 <p>Versions of libstdc++ 8.2 and higher triggered errors within within the native map code. 
 This release fixes issues <a href="https://github.com/apache/accumulo/issues/767">#767</a>, <a href="https://github.com/apache/accumulo/issues/769">#769</a> and …</p>
 
-<h3 id="stop-locking-during-compaction">Stop locking during compaction</h3>
-
-<p>Compactions were acquiring the tablet lock between each key value. 
-This created unnecessary contention with other operations like scan and 
-bulk imports.  For <a href="https://github.com/apache/accumulo/issues/1031">#1031</a> the the synchronization was removed
-by <a href="https://github.com/apache/accumulo/issues/1032">#1032</a>.</p>
-
 <h3 id="fixed-splitting-tablets-with-files-and-no-data">Fixed splitting tablets with files and no data</h3>
 
 <p>The split code assumed that if a tablet had files that it had data in
diff --git a/search_data.json b/search_data.json
index 99e8fda..94694d7 100644
--- a/search_data.json
+++ b/search_data.json
@@ -322,7 +322,7 @@
   
     "release-accumulo-1-9-3": {
       "title": "Apache Accumulo 1.9.3",
-      "content"	 : "Apache Accumulo 1.9.3 contains bug fixes for ~summary of bugs here~.Users of any previous version of 1.8 or 1.9 are encouraged to upgrade~immediately or specify recommended timeline~.  User Manual - In-depth developer and administrator documentation  Javadocs - Accumulo 1.9 API  Examples - Code with corresponding readme files that give step bystep instructions for running example codeNotable ChangesMultiple Fixes for Write Ahead LogsThis release fixes a number of issu [...]
+      "content"	 : "Apache Accumulo 1.9.3 contains bug fixes for Write Ahead Logs and compaction.Users of any previous version of 1.8 or 1.9 are encouraged to upgradeimmediately or specify recommended timeline.  User Manual - In-depth developer and administrator documentation  Javadocs - Accumulo 1.9 API  Examples - Code with corresponding readme files that give step bystep instructions for running example codeNotable ChangesMultiple Fixes for Write Ahead LogsThis release fixes a number  [...]
       "url": " /release/accumulo-1.9.3/",
       "categories": "release"
     }