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/03/27 17:14:00 UTC

[accumulo-website] branch asf-site updated: Jekyll build from master:89d5c1c

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 1f5054d  Jekyll build from master:89d5c1c
1f5054d is described below

commit 1f5054d98f62ad80097d8b682dfb87ad64a7fc7b
Author: Keith Turner <kt...@apache.org>
AuthorDate: Tue Mar 27 13:11:48 2018 -0400

    Jekyll build from master:89d5c1c
    
    Added testing info for 1.7.4 rel notes (#71)
---
 feed.xml                          | 10 ++++++++--
 release/accumulo-1.7.4/index.html |  6 ++++++
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/feed.xml b/feed.xml
index a1c7bc1..665d8ff 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>Sat, 24 Mar 2018 15:01:39 -0400</pubDate>
-    <lastBuildDate>Sat, 24 Mar 2018 15:01:39 -0400</lastBuildDate>
+    <pubDate>Tue, 27 Mar 2018 13:11:36 -0400</pubDate>
+    <lastBuildDate>Tue, 27 Mar 2018 13:11:36 -0400</lastBuildDate>
     <generator>Jekyll v3.6.2</generator>
     
     
@@ -72,6 +72,12 @@ to degraded query performance or out of memory exceptions on tablet servers.&lt;
 
 &lt;h2 id=&quot;testing&quot;&gt;Testing&lt;/h2&gt;
 
+&lt;p&gt;Continuous ingest, random walk, and all integration test were run against RC0.
+A few bugs were found and fixed before RC1.  Randomwalk was run overnight with
+4 walkers.  Continuous ingest was run with 9 nodes for 22 hours followed by a
+successful verification.  A Kerberos IT failed because the 1.7.4 pom depends
+on Hadoop 2.2.0, the IT passed with a newer version of Hadoop.&lt;/p&gt;
+
 &lt;h2 id=&quot;all-changes&quot;&gt;All Changes&lt;/h2&gt;
 
 &lt;ul&gt;
diff --git a/release/accumulo-1.7.4/index.html b/release/accumulo-1.7.4/index.html
index df70fc1..6307ce6 100644
--- a/release/accumulo-1.7.4/index.html
+++ b/release/accumulo-1.7.4/index.html
@@ -211,6 +211,12 @@ to degraded query performance or out of memory exceptions on tablet servers.</p>
 
 <h2 id="testing">Testing</h2>
 
+<p>Continuous ingest, random walk, and all integration test were run against RC0.
+A few bugs were found and fixed before RC1.  Randomwalk was run overnight with
+4 walkers.  Continuous ingest was run with 9 nodes for 22 hours followed by a
+successful verification.  A Kerberos IT failed because the 1.7.4 pom depends
+on Hadoop 2.2.0, the IT passed with a newer version of Hadoop.</p>
+
 <h2 id="all-changes">All Changes</h2>
 
 <ul>

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