You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2022/03/24 18:24:25 UTC

[accumulo-website] branch main updated: Updated release notes for recently completed work (#312)

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

dlmarion 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 75f3ce2  Updated release notes for recently completed work (#312)
75f3ce2 is described below

commit 75f3ce2cfd7c4cd39090b3a3f014ae52e79f4d1f
Author: Dave Marion <dl...@apache.org>
AuthorDate: Thu Mar 24 14:24:21 2022 -0400

    Updated release notes for recently completed work (#312)
    
    
    
    Co-authored-by: Dom G. <do...@apache.org>
---
 _posts/release/2020-01-19-accumulo-2.1.0.md | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/_posts/release/2020-01-19-accumulo-2.1.0.md b/_posts/release/2020-01-19-accumulo-2.1.0.md
index 30f6d53..b51947b 100644
--- a/_posts/release/2020-01-19-accumulo-2.1.0.md
+++ b/_posts/release/2020-01-19-accumulo-2.1.0.md
@@ -246,8 +246,11 @@ are in a new [repo] [vfs_system_classloader] and can now be specified using syst
 
 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
-an uncaught Exception and is now dead. When an Error is encountered it will attempt to print a message
-to stderr then terminate the VM using Runtime.halt. {% ghi 1808 %} {% ghi 1818 %}
+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.
+Additionally, the user has the ability to set their own UncaughtExceptionHandler implementation on the
+client. {% ghi 1808 %} {% ghi 1818 %} {% ghi 2554 %}
 
 ### Updated hash algorithm
 
@@ -310,6 +313,10 @@ for External Compactions that allows seeing the progress of compactions and many
 * {% ghi 2117 %} {% ghi 2236 %} Make sorted recovery write to RFiles. New `tserver.wal.sort.file.` property to configure
 * {% ghi 2076 %} Sorted recovery files can now be encrypted
 * {% ghi 2273 %} Upgrade Thrift to 0.15.0
+* {% ghi 2462 %} Added SUBMITTED FaTE status to differentiate between things that are submitted and running
+* {% ghi 2467 %} Added option to fate shell command to cancel FaTE operations that are NEW or SUBMITTED
+* {% ghi 2562 %} Updated fate shell command to use CommandLine options instead of manual arg parsing
+* {% ghi 2524 %} Scheduled background tasks are now periodically checked to see if they failed
 
 ## Upgrading