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 e5b9206  Add suspended state description (#305)
e5b9206 is described below

commit e5b9206fb3a35c2974b5d89610e0331df547e4e0
Author: EdColeman <d...@etcoleman.com>
AuthorDate: Tue Dec 28 09:57:29 2021 -0500

    Add suspended state description (#305)
    
    Co-authored-by: Mike Miller <mmil...@apache.org>
    Co-authored-by: Dom G. <47725857+domgargu...@users.noreply.github.com>
---
 _docs-2/administration/in-depth-install.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/_docs-2/administration/in-depth-install.md 
b/_docs-2/administration/in-depth-install.md
index a70187e..e0e3c23 100644
--- a/_docs-2/administration/in-depth-install.md
+++ b/_docs-2/administration/in-depth-install.md
@@ -442,6 +442,14 @@ TabletServer to return before reassigning that 
TabletServer's responsibilities t
 TabletServers. If the TabletServer returns to the cluster before the specified 
timeout has elapsed,
 Accumulo will assign the TabletServer its original responsibilities.
 
+Tablet Status: Normally tablets will be in a HOSTED state. When a tserver goes 
off-line, the tablets
+assigned will transition to UNASSIGNED until they are reassigned by the 
Manager process to another
+active tserver.  With the [table.suspend.duration] set to > 0, a tablet will 
go from HOSTED to
+SUSPENDED when the tserver goes offline. The tablets will stay SUSPENDED until 
the tserver comes
+back online or, if the [table.suspend.duration] has passed. If the 
table.suspend.duration has passed
+before the tserver has returned, it will then become UNASSIGNED and eligible 
for reassignment
+by the Manager. If a tablet is UNASSIGNED it will not enter the SUSPENDED 
state.
+
 It is important not to choose too large a value for [table.suspend.duration], 
as during this time,
 all scans against the data that TabletServer had hosted will block (or time 
out).
 

Reply via email to