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

kturner 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 5484103  Jekyll build from master:79e1d58
5484103 is described below

commit 54841038fb2bdc676d6983c6cb4b70e84d87c974
Author: Keith Turner <ktur...@apache.org>
AuthorDate: Fri Aug 2 10:33:05 2019 -0400

    Jekyll build from master:79e1d58
    
    Mention performance improvement in 2.0 rel notes
---
 feed.xml                          | 4 ++--
 redirects.json                    | 2 +-
 release/accumulo-2.0.0/index.html | 3 +++
 search_data.json                  | 2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/feed.xml b/feed.xml
index 193d806..1cdbdd4 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, 01 Aug 2019 17:39:13 -0400</pubDate>
-    <lastBuildDate>Thu, 01 Aug 2019 17:39:13 -0400</lastBuildDate>
+    <pubDate>Fri, 02 Aug 2019 10:32:53 -0400</pubDate>
+    <lastBuildDate>Fri, 02 Aug 2019 10:32:53 -0400</lastBuildDate>
     <generator>Jekyll v3.8.6</generator>
     
     
diff --git a/redirects.json b/redirects.json
index 6e10199..4bda3a4 100644
--- a/redirects.json
+++ b/redirects.json
@@ -1 +1 @@
-{"/release_notes/1.5.1.html":"https://accumulo.apache.org/release/accumulo-1.5.1/","/release_notes/1.6.0.html":"https://accumulo.apache.org/release/accumulo-1.6.0/","/release_notes/1.6.1.html":"https://accumulo.apache.org/release/accumulo-1.6.1/","/release_notes/1.6.2.html":"https://accumulo.apache.org/release/accumulo-1.6.2/","/release_notes/1.7.0.html":"https://accumulo.apache.org/release/accumulo-1.7.0/","/release_notes/1.5.3.html":"https://accumulo.apache.org/release/accumulo-1.5.3/";
 [...]
\ No newline at end of file
+{"/release_notes/1.5.1.html":"https://accumulo.apache.org/release/accumulo-1.5.1/","/release_notes/1.6.0.html":"https://accumulo.apache.org/release/accumulo-1.6.0/","/release_notes/1.6.1.html":"https://accumulo.apache.org/release/accumulo-1.6.1/","/release_notes/1.6.2.html":"https://accumulo.apache.org/release/accumulo-1.6.2/","/release_notes/1.7.0.html":"https://accumulo.apache.org/release/accumulo-1.7.0/","/release_notes/1.5.3.html":"https://accumulo.apache.org/release/accumulo-1.5.3/";
 [...]
\ No newline at end of file
diff --git a/release/accumulo-2.0.0/index.html 
b/release/accumulo-2.0.0/index.html
index f7487ff..f20c216 100644
--- a/release/accumulo-2.0.0/index.html
+++ b/release/accumulo-2.0.0/index.html
@@ -332,6 +332,9 @@ at table creation time can be much faster than adding 
splits after creation.</li
   <li><a href="https://github.com/apache/accumulo/issues/536";>#536 </a> - 
Removed mock Accumulo.</li>
   <li><a href="https://github.com/apache/accumulo/issues/438";>#438 </a> - 
Added support for ZStandard compression</li>
   <li><a href="https://github.com/apache/accumulo/issues/404";>#404 </a> - 
Added basic Grafana dashboard example.</li>
+  <li><a href="https://github.com/apache/accumulo/issues/1102";>#1102 </a> <a 
href="https://github.com/apache/accumulo/issues/1100";>#1100 </a> <a 
href="https://github.com/apache/accumulo/issues/1037";>#1037 </a> - Removed lock 
contention in different areas.  These locks caused threads working unrelated 
task to impede each other.</li>
+  <li><a href="https://github.com/apache/accumulo/issues/1033";>#1033 </a> - 
Optimized the default compaction strategy.  In some cases the Accumulo would 
rewrite data O(N^2) times over repeated compactions.  With this change the 
amount of rewriting is always logarithmic.</li>
+  <li>Many performance improvements mentioned in the 1.9.X release notes are 
also available in 2.0.</li>
 </ul>
 
 <h2 id="upgrading">Upgrading</h2>
diff --git a/search_data.json b/search_data.json
index ca908f8..fad09d0 100644
--- a/search_data.json
+++ b/search_data.json
@@ -401,7 +401,7 @@
   
     "release-accumulo-2-0-0": {
       "title": "Apache Accumulo 2.0.0",
-      "content"         : "Apache Accumulo 2.0.0 is a significant release.  
These release notes are still a work inprogress. The notes are fairly complete 
in terms of features added to 2.0, but somefeatures may still be missing.  
Also, the notes will be updated in the future to pointto documentation for new 
features in addition to issues.Notable ChangesNew API for creating connections 
to AccumuloA fluent API for creating Accumulo clients was introduced in 
ACCUMULO-4784 and #634.The Connector an [...]
+      "content"         : "Apache Accumulo 2.0.0 is a significant release.  
These release notes are still a work inprogress. The notes are fairly complete 
in terms of features added to 2.0, but somefeatures may still be missing.  
Also, the notes will be updated in the future to pointto documentation for new 
features in addition to issues.Notable ChangesNew API for creating connections 
to AccumuloA fluent API for creating Accumulo clients was introduced in 
ACCUMULO-4784 and #634.The Connector an [...]
       "url": " /release/accumulo-2.0.0/",
       "categories": "release"
     }

Reply via email to