You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2021/07/07 19:01:27 UTC

[accumulo-website] branch main updated: Update tools.md for new CheckForMetadataProblems output (#287)

This is an automated email from the ASF dual-hosted git repository.

ctubbsii 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 2ca6f78  Update tools.md for new CheckForMetadataProblems output (#287)
2ca6f78 is described below

commit 2ca6f78ac38ad34221da3fbf29ee20ccf6cb275d
Author: Luke Foster <84...@users.noreply.github.com>
AuthorDate: Wed Jul 7 15:01:20 2021 -0400

    Update tools.md for new CheckForMetadataProblems output (#287)
---
 _docs-2/troubleshooting/tools.md | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/_docs-2/troubleshooting/tools.md b/_docs-2/troubleshooting/tools.md
index 7083c21..e069793 100644
--- a/_docs-2/troubleshooting/tools.md
+++ b/_docs-2/troubleshooting/tools.md
@@ -102,13 +102,14 @@ every tablet matches, and the start and stop for the table is empty:
 
     $ accumulo org.apache.accumulo.server.util.CheckForMetadataProblems -u root --password
     Enter the connection password:
-    Checking table: accumulo.root
-    All is well for table !0
-    No problems found
-    Checking table: accumulo.metadata
-    All is well for table +rep
-    All is well for table 1
-    No problems found
+    Checking tables whose metadata is found in: accumulo.root (+r)
+    ...All is well for table accumulo.metadata (!0)
+    No problems found in accumulo.root (+r)
+
+    Checking tables whose metadata is found in: accumulo.metadata (!0)
+    ...All is well for table accumulo.replication (+rep)
+    ...All is well for table trace (1)
+    No problems found in accumulo.metadata (!0)
 
 ## RemoveEntriesForMissingFiles