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 94b1dfd Automatic Site Publish by Buildbot 94b1dfd is described below commit 94b1dfdac834b5badc1bd95d88727c338854fc3b Author: buildbot <us...@infra.apache.org> AuthorDate: Mon Dec 27 16:08:50 2021 +0000 Automatic Site Publish by Buildbot --- output/docs/2.x/administration/in-depth-install.html | 8 ++++++++ output/feed.xml | 4 ++-- output/search_data.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/output/docs/2.x/administration/in-depth-install.html b/output/docs/2.x/administration/in-depth-install.html index b979d80..074bb55 100644 --- a/output/docs/2.x/administration/in-depth-install.html +++ b/output/docs/2.x/administration/in-depth-install.html @@ -924,6 +924,14 @@ TabletServer to return before reassigning that TabletServer’s responsibilities TabletServers. If the TabletServer returns to the cluster before the specified timeout has elapsed, Accumulo will assign the TabletServer its original responsibilities.</p> +<p>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 <a href="/docs/2.x/configuration/server-properties#table_suspend_duration">table.suspend.duration</a> 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 <a href="/docs/2.x/configuration/server-properties#table_suspend_duration">table.suspend.duration</a> has passed. If the table.suspend.duration has passed +before the tserver has returned, it will the become UNASSIGNED and eligible for reassignment +by the Manager. If a tablet is UNASSIGNED it will not enter the SUSPENDED state.</p> + <p>It is important not to choose too large a value for <a href="/docs/2.x/configuration/server-properties#table_suspend_duration">table.suspend.duration</a>, as during this time, all scans against the data that TabletServer had hosted will block (or time out).</p> diff --git a/output/feed.xml b/output/feed.xml index d4379bc..ac2c6a2 100644 --- a/output/feed.xml +++ b/output/feed.xml @@ -6,8 +6,8 @@ </description> <link>https://accumulo.apache.org/</link> <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Mon, 13 Dec 2021 21:39:58 +0000</pubDate> - <lastBuildDate>Mon, 13 Dec 2021 21:39:58 +0000</lastBuildDate> + <pubDate>Mon, 27 Dec 2021 16:08:45 +0000</pubDate> + <lastBuildDate>Mon, 27 Dec 2021 16:08:45 +0000</lastBuildDate> <generator>Jekyll v4.2.0</generator> diff --git a/output/search_data.json b/output/search_data.json index ec8d2fd..b9de730 100644 --- a/output/search_data.json +++ b/output/search_data.json @@ -23,7 +23,7 @@ "docs-2-x-administration-in-depth-install": { "title": "In-depth Installation", - "content" : "This document provides detailed instructions for installing Accumulo. For basicinstructions, see the quick start.HardwareBecause we are running essentially two or three systems simultaneously layeredacross the cluster: HDFS, Accumulo and MapReduce, it is typical for hardware toconsist of 4 to 8 cores, and 8 to 32 GB RAM. This is so each running process can haveat least one core and 2 - 4 GB each.One core running HDFS can typically keep 2 to 4 disks busy, so each machi [...] + "content" : "This document provides detailed instructions for installing Accumulo. For basicinstructions, see the quick start.HardwareBecause we are running essentially two or three systems simultaneously layeredacross the cluster: HDFS, Accumulo and MapReduce, it is typical for hardware toconsist of 4 to 8 cores, and 8 to 32 GB RAM. This is so each running process can haveat least one core and 2 - 4 GB each.One core running HDFS can typically keep 2 to 4 disks busy, so each machi [...] "url": " /docs/2.x/administration/in-depth-install", "categories": "administration" },