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 eff0b0c Automatic Site Publish by Buildbot eff0b0c is described below commit eff0b0c46515b83e0f09740e82e928188d51164a Author: buildbot <us...@infra.apache.org> AuthorDate: Tue Dec 28 14:57: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..4baacc3 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 then 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 107cda0..16caefc 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, 27 Dec 2021 17:06:29 +0000</pubDate> - <lastBuildDate>Mon, 27 Dec 2021 17:06:29 +0000</lastBuildDate> + <pubDate>Tue, 28 Dec 2021 14:57:44 +0000</pubDate> + <lastBuildDate>Tue, 28 Dec 2021 14:57:44 +0000</lastBuildDate> <generator>Jekyll v4.2.0</generator> diff --git a/output/search_data.json b/output/search_data.json index ec8d2fd..909d454 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" },