[accumulo-website] branch asf-staging updated: Automatic Site Publish by Buildbot

2022-05-02 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-staging by this push:
 new ee5291ad Automatic Site Publish by Buildbot
ee5291ad is described below

commit ee5291ad4af87ab4b3edb085d50bffae057c1b62
Author: buildbot 
AuthorDate: Mon May 2 17:22:32 2022 +

Automatic Site Publish by Buildbot
---
 output/feed.xml  |  4 ++--
 output/release/accumulo-2.1.0/index.html | 25 +++--
 output/search_data.json  |  2 +-
 3 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/output/feed.xml b/output/feed.xml
index ffd5b8c7..8bacebc7 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
 
 https://accumulo.apache.org/
 https://accumulo.apache.org/feed.xml; rel="self" 
type="application/rss+xml"/>
-Wed, 27 Apr 2022 12:26:47 +
-Wed, 27 Apr 2022 12:26:47 +
+Mon, 02 May 2022 17:22:25 +
+Mon, 02 May 2022 17:22:25 +
 Jekyll v4.2.0
 
 
diff --git a/output/release/accumulo-2.1.0/index.html 
b/output/release/accumulo-2.1.0/index.html
index 15e6c54f..dc31d7dc 100644
--- a/output/release/accumulo-2.1.0/index.html
+++ b/output/release/accumulo-2.1.0/index.html
@@ -227,7 +227,7 @@ can replace FileRef wi
 very likely that CompactionStrategy will be removed in a future release, any 
work put into rewriting a CompactionStrategy
 will be lost. It is recommended that users implement CompactionSelector, 
CompactionConfigurer, and CompactionPlanner instead.  The new compaction 
changes in 2.1 introduce new algorithms for optimally scheduling compactions 
across multiple thread pools, configuring a deprecated compaction strategy may 
result is missing out on the benefits of these new algorithms. See
 https://static.javadoc.io/org.apache.accumulo/accumulo-tserver/2.0.1/org/apache/accumulo/tserver/compaction/CompactionStrategy.html;>javadoc
-for more information. Github tickets related to these changes: https://github.com/apache/accumulo/issues/564;>#564 https://github.com/apache/accumulo/issues/1605;>#1605 https://github.com/apache/accumulo/issues/1609;>#1609 https://github.com/apache/accumulo/issues/1649;>#1649
+for more information. GitHub tickets related to these changes: https://github.com/apache/accumulo/issues/564;>#564 https://github.com/apache/accumulo/issues/1605;>#1605 https://github.com/apache/accumulo/issues/1609;>#1609 https://github.com/apache/accumulo/issues/1649;>#1649
 
 External Compactions 
(experimental)
 
@@ -311,7 +311,7 @@ default per-table balancer has been updated from
 org.apache.accumulo.server.manager.balancer.SimpleLoadBalancer.
 If you have
 customized the tablet balancer configuration, you are strongly encouraged to
 update your configuration to reference the updated balancer names. If you
-written a custom tablet balancer, it should be updated to implement the new
+have written a custom tablet balancer, it should be updated to implement the 
new
 interface org.apache.accumulo.server.manager.balancer.TabletBalancer
 rather than extending the deprecated abstract
 org.apache.accumulo.server.master.balancer.TabletBalancer.
@@ -408,7 +408,7 @@ are in a new https://github.com/apache/accumulo-classloaders/tree/main/
 Change 
in uncaught Exception/Error handling in server-side threads
 
 Consolidated and normalized thread pool and thread creation. All threads 
created through this code path
-will have an UncaughtExceptionHanlder attached to it that will log the fact 
that the Thread encountered
+will have an UncaughtExceptionHandler attached to it that will log the fact 
that the Thread encountered
 an uncaught Exception and is now dead. When an Error is encountered in a 
server process, it will attempt
 to print a message to stderr then terminate the VM using Runtime.halt. On the 
client side, the default
 UncaughtExceptionHandler will only log the Exception/Error in the client and 
does not terminate the VM.
@@ -433,14 +433,19 @@ client. https://github.com/apache/accumulo/issues/1808;>#1808 Created new “jshell” convenience entry point https://github.com/apache/accumulo/issues/1870;>#1870 https://github.com/apache/accumulo/issues/1910;>#1910
 
-New Monitor Pages  
Improvments
+New Monitor Pages, 
Improvements  Features
 
-A page was added to the Monitor that lists the active compactions and the 
longest running
-active compaction. As an optimization, the page will only fetch data if a user 
loads the
-page and will only do so a maximum of once a minute. The same optimization was 
added for the Active Scans page,
-along with the addition of a “Fetched” column indicating when the data was 
retrieved. A new page was also created 
-for External Compactions that allows seeing the progress of compactions and 
many details about ongoing compactions.

[accumulo-website] branch main updated: Add note about new highleted recovering rows feature (#315)

2022-05-02 Thread domgarguilo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new e51f8a7a Add note about new highleted recovering rows feature (#315)
e51f8a7a is described below

commit e51f8a7abbc7dd2d423bcf4173b9eba47c7b04ef
Author: Dom G 
AuthorDate: Mon May 2 13:22:12 2022 -0400

Add note about new highleted recovering rows feature (#315)

* Add note about highlighted rows

Co-authored-by: Mike Miller 
---
 _posts/release/2022-04-27-accumulo-2.1.0.md | 23 +--
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/_posts/release/2022-04-27-accumulo-2.1.0.md 
b/_posts/release/2022-04-27-accumulo-2.1.0.md
index c3f6ebed..932f1f10 100644
--- a/_posts/release/2022-04-27-accumulo-2.1.0.md
+++ b/_posts/release/2022-04-27-accumulo-2.1.0.md
@@ -64,7 +64,7 @@ can replace `FileRef` with its replacement internal type 
`StoredTabletFile` but
 very likely that CompactionStrategy will be removed in a future release, any 
work put into rewriting a CompactionStrategy
 will be lost. It is recommended that users implement CompactionSelector, 
CompactionConfigurer, and CompactionPlanner instead.  The new compaction 
changes in 2.1 introduce new algorithms for optimally scheduling compactions 
across multiple thread pools, configuring a deprecated compaction strategy may 
result is missing out on the benefits of these new algorithms. See
 [javadoc]({% jurl org.apache.accumulo.tserver.compaction.CompactionStrategy %})
-for more information. Github tickets related to these changes: {% ghi 564 %} 
{% ghi 1605 %} {% ghi 1609 %} {% ghi 1649 %}
+for more information. GitHub tickets related to these changes: {% ghi 564 %} 
{% ghi 1605 %} {% ghi 1609 %} {% ghi 1649 %}
 
 ### External Compactions (experimental)
 
@@ -148,7 +148,7 @@ Some other specific examples of these changes include:
   `org.apache.accumulo.server.manager.balancer.SimpleLoadBalancer`. If you have
   customized the tablet balancer configuration, you are strongly encouraged to
   update your configuration to reference the updated balancer names. If you
-  written a custom tablet balancer, it should be updated to implement the new
+  have written a custom tablet balancer, it should be updated to implement the 
new
   interface `org.apache.accumulo.server.manager.balancer.TabletBalancer`
   rather than extending the deprecated abstract
   `org.apache.accumulo.server.master.balancer.TabletBalancer`.
@@ -245,7 +245,7 @@ are in a new [repo] [vfs_system_classloader] and can now be 
specified using syst
 ### Change in uncaught Exception/Error handling in server-side threads
 
 Consolidated and normalized thread pool and thread creation. All threads 
created through this code path
-will have an UncaughtExceptionHanlder attached to it that will log the fact 
that the Thread encountered
+will have an UncaughtExceptionHandler attached to it that will log the fact 
that the Thread encountered
 an uncaught Exception and is now dead. When an Error is encountered in a 
server process, it will attempt
 to print a message to stderr then terminate the VM using Runtime.halt. On the 
client side, the default
 UncaughtExceptionHandler will only log the Exception/Error in the client and 
does not terminate the VM.
@@ -268,14 +268,17 @@ TODO clarify what was done for this. {% ghi 1787 %} {% 
ghi 1788 %} {% ghi 1798 %
 
 Created new "jshell" convenience entry point {% ghi 1870 %} {% ghi 1910 %}
 
-### New Monitor Pages & Improvments
+### New Monitor Pages, Improvements & Features
 
-A page was added to the Monitor that lists the active compactions and the 
longest running
-active compaction. As an optimization, the page will only fetch data if a user 
loads the
-page and will only do so a maximum of once a minute. The same optimization was 
added for the Active Scans page,
-along with the addition of a "Fetched" column indicating when the data was 
retrieved. A new page was also created 
-for External Compactions that allows seeing the progress of compactions and 
many details about ongoing compactions.
-{% ghi 2283 %} {% ghi 2294 %} {% ghi 2358 %}
+* A page was added to the Monitor that lists the active compactions and the 
longest running
+active compaction. As an optimization, this page will only fetch data if a 
user loads the
+page and will only do so a maximum of once a minute. This optimization was 
also added for the Active Scans page,
+along with the addition of a "Fetched" column indicating when the data was 
retrieved.
+* A new page was also created for External Compactions that allows users to 
see the progress of compactions and other details about ongoing compactions. 
+* A new feature was added to the Tablet Server page to help users identify 
which tservers are in recovery mode. When 
+a tserver is recovering, its corresponding row in the 

[accumulo-examples] branch main updated: Add link to the Accumulo Tour

2022-05-02 Thread jmark99
This is an automated email from the ASF dual-hosted git repository.

jmark99 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git


The following commit(s) were added to refs/heads/main by this push:
 new 516163f  Add link to the Accumulo Tour
516163f is described below

commit 516163f3ddadc87f9ffdca61afe08458c61055c2
Author: Mark Owens 
AuthorDate: Mon May 2 10:50:46 2022 -0400

Add link to the Accumulo Tour

Add link to the Accumulo Tour to the introductory section of the 
Accumulo-Examples repository. This link provides several more very simple 
examples for someone interested in getting familiar with Accumulo.
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 7637ce7..f2b23a0 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,8 @@ greater. Examples within the `main` branch are designed to 
work with the version
 under development. Additional branches exist for previous releases of the 
Accumulo 2.x line. For
 example, the `2.0` branch contains examples specifically intended to work with 
that release version.
 
+The [Accumulo Tour] also provides several simple introductory examples that 
may be of interest.
+
 A collection of examples for Accumulo 1.10 can be found [here].
 
 ## Setup instructions
@@ -142,3 +144,4 @@ This repository can be used to test Accumulo release 
candidates.  See
 [ti]: https://github.com/apache/accumulo-examples/workflows/QA/badge.svg
 [tl]: https://github.com/apache/accumulo-examples/actions
 [here]: https://accumulo.apache.org/1.10/examples
+[Accumulo Tour]: https://accumulo.apache.org/tour/