You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/12/27 17:36:32 UTC

[GitHub] [accumulo-website] DomGarguilo commented on a change in pull request #305: add suspended state description

DomGarguilo commented on a change in pull request #305:
URL: https://github.com/apache/accumulo-website/pull/305#discussion_r775589071



##########
File path: _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 the become UNASSIGNED and eligible for reassignment

Review comment:
       ```suggestion
   before the tserver has returned, it will then become UNASSIGNED and eligible for reassignment
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org