Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-2845

Tools docs for CheckForMetaDataProblems needs to be updated for addition of root table

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 1.6.0
    • None
    • docs

    Description

      Right now, the example output for the CheckForMetadataProblems tool in the user manual shows 1.5 style results:

      Q: How can I be sure that the metadata tables are up and consistent?

      A: CheckForMetadataProblems will verify the start/end of every tablet matches, and the start and stop for the table is empty:

      $ ./bin/accumulo org.apache.accumulo.server.util.CheckForMetadataProblems -u root --password
      Enter the connection password:
      All is well for table !0
      All is well for table 1
      

      As of the break out of the root table in 1.6, this listing should be updated. e.g. on my test instance it looks like:

      $ $ACCUMULO_HOME/bin/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 1
      All is well for table 3
      All is well for table 4
      All is well for table 5
      All is well for table 6
      No problems found
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            busbey Sean Busbey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: