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 3babbc8 Automatic Site Publish by Buildbot 3babbc8 is described below commit 3babbc8fa5afde9db4abd497425170d57c6c1375 Author: buildbot <us...@infra.apache.org> AuthorDate: Thu Oct 28 05:44:04 2021 +0000 Automatic Site Publish by Buildbot --- output/docs/2.x/troubleshooting/basic.html | 4 ++++ output/feed.xml | 4 ++-- output/search_data.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/output/docs/2.x/troubleshooting/basic.html b/output/docs/2.x/troubleshooting/basic.html index 6029077..ff8d9a5 100644 --- a/output/docs/2.x/troubleshooting/basic.html +++ b/output/docs/2.x/troubleshooting/basic.html @@ -487,6 +487,10 @@ master is down. Check for a running master.</p> <p>The monitor uses the ZooKeeper <code class="language-plaintext highlighter-rouge">stat</code> <a href="https://zookeeper.apache.org/doc/r3.5.7/zookeeperAdmin.html#sc_4lw">four-letter-word</a> command to retrieve information. The ZooKeeper configuration may require explicitly listing the <code class="language-plaintext highlighter-rouge">stat</code> command in the four-letter-word whitelist.</p> +<p><strong>I’ve lost the Accumulo root password, now what?</strong></p> + +<p>Running <code class="language-plaintext highlighter-rouge">accumulo init --reset-security</code> will prompt you for a new root password. CAUTION: this command will delete all existing users. You will need to re-create all other users and set permissions accordingly. Running the <code class="language-plaintext highlighter-rouge">accumulo admin dumpConfig</code> command will output current configuration, including current users, which may aid in this process.</p> + <h2 id="accumulo-processes">Accumulo Processes</h2> <p><strong>My tablet server crashed! The logs say that it lost its zookeeper lock.</strong></p> diff --git a/output/feed.xml b/output/feed.xml index b110d47..4fb3ad3 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>Fri, 22 Oct 2021 14:15:17 +0000</pubDate> - <lastBuildDate>Fri, 22 Oct 2021 14:15:17 +0000</lastBuildDate> + <pubDate>Thu, 28 Oct 2021 05:43:57 +0000</pubDate> + <lastBuildDate>Thu, 28 Oct 2021 05:43:57 +0000</lastBuildDate> <generator>Jekyll v4.2.0</generator> diff --git a/output/search_data.json b/output/search_data.json index 87a013f..7596b0a 100644 --- a/output/search_data.json +++ b/output/search_data.json @@ -268,7 +268,7 @@ "docs-2-x-troubleshooting-basic": { "title": "Basic Troubleshooting", - "content" : "GeneralThe tablet server does not seem to be running!? What happened?Accumulo is a distributed system. It is supposed to run on remoteequipment, across hundreds of computers. Each program that runs onthese remote computers writes down events as they occur, into a localfile. By default, this is defined in conf/accumulo-env.sh as ACCUMULO_LOG_DIR.Look in the $ACCUMULO_LOG_DIR/tserver*.log file. Specifically, check the end of the file.The tablet server did not start a [...] + "content" : "GeneralThe tablet server does not seem to be running!? What happened?Accumulo is a distributed system. It is supposed to run on remoteequipment, across hundreds of computers. Each program that runs onthese remote computers writes down events as they occur, into a localfile. By default, this is defined in conf/accumulo-env.sh as ACCUMULO_LOG_DIR.Look in the $ACCUMULO_LOG_DIR/tserver*.log file. Specifically, check the end of the file.The tablet server did not start a [...] "url": " /docs/2.x/troubleshooting/basic", "categories": "troubleshooting" },