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

kturner 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 f43686d  Add info from 2.0.0-alpha-2 rel notes
f43686d is described below

commit f43686de8a581798b89187313e3dcbc733ea9aee
Author: Keith Turner <ktur...@apache.org>
AuthorDate: Fri Aug 2 10:49:55 2019 -0400

    Add info from 2.0.0-alpha-2 rel notes
---
 _posts/release/2017-09-05-accumulo-2.0.0.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/_posts/release/2017-09-05-accumulo-2.0.0.md 
b/_posts/release/2017-09-05-accumulo-2.0.0.md
index 64b103b..7cf88ed 100644
--- a/_posts/release/2017-09-05-accumulo-2.0.0.md
+++ b/_posts/release/2017-09-05-accumulo-2.0.0.md
@@ -23,6 +23,7 @@ that ships with the Accumulo tarball. The new API has the 
following benefits ove
   * The new client is closeable and does not rely on shared static resource 
management
   * Clients can be created using a new Java builder, `Properties` object, or 
`accumulo-client.properties`
   * Clients can now be created with default settings for `BatchWriter`, 
`Scanner`, etc.
+  * Create scanners with default authorizations. {% ghi 744 %}
 See the [client documentation][clients] for more information on how to use the 
new API.
 
 ### Hadoop 3 Java 8 & 11.
@@ -173,6 +174,7 @@ at table creation time can be much faster than adding 
splits after creation.
 * {% ghi 1102 %} {% ghi 1100 %} {% ghi 1037 %} - Removed lock contention in 
different areas.  These locks caused threads working unrelated task to impede 
each other.
 * {% ghi 1033 %} - 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.
 * Many performance improvements mentioned in the 1.9.X release notes are also 
available in 2.0.
+* Scanners close server side sessions on close {% ghi 813 %} {% ghi 905 %}
 
 ## Upgrading
 

Reply via email to