You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2018/04/18 18:38:08 UTC

[accumulo-website] branch asf-site updated: Jekyll build from master:9d5acbd

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 38bea2d  Jekyll build from master:9d5acbd
38bea2d is described below

commit 38bea2dc8d88bb5522ac1183aa5ee8afb1f2c301
Author: Keith Turner <kt...@apache.org>
AuthorDate: Wed Apr 18 14:37:52 2018 -0400

    Jekyll build from master:9d5acbd
    
    update 1.9.0 release notes
---
 feed.xml                          | 4 ++--
 release/accumulo-1.9.0/index.html | 6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/feed.xml b/feed.xml
index 3056160..14ccb49 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>Wed, 18 Apr 2018 14:25:22 -0400</pubDate>
-    <lastBuildDate>Wed, 18 Apr 2018 14:25:22 -0400</lastBuildDate>
+    <pubDate>Wed, 18 Apr 2018 14:37:41 -0400</pubDate>
+    <lastBuildDate>Wed, 18 Apr 2018 14:37:41 -0400</lastBuildDate>
     <generator>Jekyll v3.7.3</generator>
     
     
diff --git a/release/accumulo-1.9.0/index.html b/release/accumulo-1.9.0/index.html
index 520325d..b995654 100644
--- a/release/accumulo-1.9.0/index.html
+++ b/release/accumulo-1.9.0/index.html
@@ -183,7 +183,7 @@ static methods <a href="/1.9/apidocs/org/apache/accumulo/core/client/ClientConfi
 <h3 id="performance-improvements">Performance Improvements</h3>
 
 <p>Accumulo was profiled while running lots of concurrent small scans. During this excercise these
-performance bugs were found and fixed: [#378], <a href="https://issues.apache.org/jira/browse/ACCUMULO-4778">ACCUMULO-4778</a>, <a href="https://issues.apache.org/jira/browse/ACCUMULO-4779">ACCUMULO-4779</a>, <a href="https://issues.apache.org/jira/browse/ACCUMULO-4781">ACCUMULO-4781</a>,
+performance bugs were found and fixed: <a href="https://github.com/apache/accumulo/issues/379">#379</a>, <a href="https://issues.apache.org/jira/browse/ACCUMULO-4778">ACCUMULO-4778</a>, <a href="https://issues.apache.org/jira/browse/ACCUMULO-4779">ACCUMULO-4779</a>, <a href="https://issues.apache.org/jira/browse/ACCUMULO-4781">ACCUMULO-4781</a>,
 <a href="https://issues.apache.org/jira/browse/ACCUMULO-4782">ACCUMULO-4782</a>, <a href="https://issues.apache.org/jira/browse/ACCUMULO-4788">ACCUMULO-4788</a>, <a href="https://issues.apache.org/jira/browse/ACCUMULO-4789">ACCUMULO-4789</a>, <a href="https://issues.apache.org/jira/browse/ACCUMULO-4790">ACCUMULO-4790</a>, <a href="https://issues.apache.org/jira/browse/ACCUMULO-4797">ACCUMULO-4797</a>, 
 <a href="https://issues.apache.org/jira/browse/ACCUMULO-4798">ACCUMULO-4798</a>, <a href="https://issues.apache.org/jira/browse/ACCUMULO-4799">ACCUMULO-4799</a>, <a href="https://issues.apache.org/jira/browse/ACCUMULO-4800">ACCUMULO-4800</a>, <a href="https://issues.apache.org/jira/browse/ACCUMULO-4801">ACCUMULO-4801</a>, <a href="https://issues.apache.org/jira/browse/ACCUMULO-4805">ACCUMULO-4805</a>, and <a href="https://issues.apache.org/jira/browse/ACCUMULO-4809">ACCUMULO-4809</a></p>
 
@@ -236,6 +236,10 @@ implement YieldingKeyValueIterator.</p>
 
 <h2 id="testing">Testing</h2>
 
+<p>Continuous ingest, random walk, and all integration test were run against RC1.
+Randomwalk was run for 2 days with 7 walkers.  Continuous ingest was run with 9
+nodes for 24 hours followed by a successful verification.</p>
+
 <h2 id="all-changes-for-creating-release-notes-will-be-removed">All Changes (For creating release notes. Will be removed)</h2>
 
 <ul>

-- 
To stop receiving notification emails like this one, please contact
kturner@apache.org.