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

[accumulo-website] branch main updated: Update release notes for consistency check thread (#311)

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

mmiller 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 3fcf2c6  Update release notes for consistency check thread (#311)
3fcf2c6 is described below

commit 3fcf2c612627c456b8f1f95a64ac89228d247898
Author: Mike Miller <mm...@apache.org>
AuthorDate: Thu Mar 24 13:35:01 2022 -0400

    Update release notes for consistency check thread (#311)
    
    
    Co-authored-by: Dom G. <do...@apache.org>
---
 _posts/release/2020-01-19-accumulo-2.1.0.md | 6 ++++++
 1 file changed, 6 insertions(+)

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 b1152db..30f6d53 100644
--- a/_posts/release/2020-01-19-accumulo-2.1.0.md
+++ b/_posts/release/2020-01-19-accumulo-2.1.0.md
@@ -230,6 +230,12 @@ failsafe to prevent a single ingested file from being distributed across too muc
 by the new bulk import technique and is the maximum number of tablets allowed for one bulk import file. When this property
 is set, an error will be thrown when the value is exceeded during a bulk import. {% ghi 1614 %}
 
+### New Health check Thread in tserver
+
+A new thread was added to the tablet server to periodically verify tablet metadata. {% ghi 2320 %} This thread also prints
+to the debug log how long it takes the tserver to scan the metadata table. The property tserver.health.check.interval was
+added to control the frequency at which this health check takes place. {% ghi 2583 %}
+
 ### New ability for user to define context classloaders
 
 Deprecated the existing VFS ClassLoader for eventual removal and created a new mechanism for users