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

[accumulo-website] branch asf-site updated: Jekyll build from master:65571ac

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

ctubbsii 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 e656744  Jekyll build from master:65571ac
e656744 is described below

commit e656744b8559742ab95486b55f9ba097c15eb502
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Wed Apr 18 19:03:41 2018 -0400

    Jekyll build from master:65571ac
    
    update 1.9.0 release notes to describe ACCUMULO-3389
---
 feed.xml                          |  4 ++--
 redirects.json                    |  2 +-
 release/accumulo-1.9.0/index.html | 10 +++++++++-
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/feed.xml b/feed.xml
index 14ccb49..aef56aa 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:37:41 -0400</pubDate>
-    <lastBuildDate>Wed, 18 Apr 2018 14:37:41 -0400</lastBuildDate>
+    <pubDate>Wed, 18 Apr 2018 19:03:44 -0400</pubDate>
+    <lastBuildDate>Wed, 18 Apr 2018 19:03:44 -0400</lastBuildDate>
     <generator>Jekyll v3.7.3</generator>
     
     
diff --git a/redirects.json b/redirects.json
index f5e5597..80b56e8 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-1.9.0/index.html b/release/accumulo-1.9.0/index.html
index b995654..16c97ca 100644
--- a/release/accumulo-1.9.0/index.html
+++ b/release/accumulo-1.9.0/index.html
@@ -220,6 +220,15 @@ to finding a key/value.  Yielding avoids starvation of other scans when
 iterators take a long time to return a key/value. To use this feature,
 implement YieldingKeyValueIterator.</p>
 
+<h3 id="disallow-dots--in-iterator-names">Disallow dots (.) in iterator names</h3>
+
+<p>In <a href="https://issues.apache.org/jira/browse/ACCUMULO-3389">ACCUMULO-3389</a>, we added a check to prevent iterators from being created by
+our API which contained the dot (.) character. In some cases, the presence of a
+dot character could be parsed incorrectly as an iterator option rather than
+part of its name. This caused unexpected problems. Iterator names are no longer
+allowed to contain dots. Any user code doing that will break with an
+IllegalArgumentException.</p>
+
 <h2 id="other-notable-changes">Other Notable Changes</h2>
 
 <ul>
@@ -252,7 +261,6 @@ nodes for 24 hours followed by a successful verification.</p>
   <li><a href="https://issues.apache.org/jira/browse/ACCUMULO-2806">ACCUMULO-2806</a> - Changed permissions of /accumulo to 700</li>
   <li><a href="https://issues.apache.org/jira/browse/ACCUMULO-3208">ACCUMULO-3208</a> - Integration test for the OrIterator and cleanup</li>
   <li><a href="https://issues.apache.org/jira/browse/ACCUMULO-3283">ACCUMULO-3283</a> - Create ColumnFQ only once</li>
-  <li><a href="https://issues.apache.org/jira/browse/ACCUMULO-3389">ACCUMULO-3389</a> - Added check to prevent iterator names with dots</li>
   <li><a href="https://issues.apache.org/jira/browse/ACCUMULO-3827">ACCUMULO-3827</a> - Set default store types for monitor ssl to jks</li>
   <li><a href="https://issues.apache.org/jira/browse/ACCUMULO-4170">ACCUMULO-4170</a> - Clarify ClientConfiguration javadocs</li>
   <li><a href="https://issues.apache.org/jira/browse/ACCUMULO-4365">ACCUMULO-4365</a> - Fixes to prevent intermittent failures in ShellServerIT and ConditionalWriterIT</li>

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