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:50 UTC

[accumulo-website] branch master updated: update 1.9.0 release notes to describe ACCUMULO-3389

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 65571ac  update 1.9.0 release notes to describe ACCUMULO-3389
65571ac is described below

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

    update 1.9.0 release notes to describe ACCUMULO-3389
---
 _posts/release/2018-03-06-accumulo-1.9.0.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/_posts/release/2018-03-06-accumulo-1.9.0.md b/_posts/release/2018-03-06-accumulo-1.9.0.md
index 79dae05..77f2486 100644
--- a/_posts/release/2018-03-06-accumulo-1.9.0.md
+++ b/_posts/release/2018-03-06-accumulo-1.9.0.md
@@ -64,6 +64,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.
 
+### Disallow dots (.) in iterator names
+
+In [ACCUMULO-3389], 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.
+
 ## Other Notable Changes
 
 * [#403] - Enabled more metrics reporting
@@ -93,7 +102,6 @@ nodes for 24 hours followed by a successful verification.
 * [ACCUMULO-2806] - Changed permissions of /accumulo to 700
 * [ACCUMULO-3208] - Integration test for the OrIterator and cleanup
 * [ACCUMULO-3283] - Create ColumnFQ only once
-* [ACCUMULO-3389] - Added check to prevent iterator names with dots
 * [ACCUMULO-3827] - Set default store types for monitor ssl to jks
 * [ACCUMULO-4170] - Clarify ClientConfiguration javadocs
 * [ACCUMULO-4365] - Fixes to prevent intermittent failures in ShellServerIT and ConditionalWriterIT

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