You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Corey J. Nolet (JIRA)" <ji...@apache.org> on 2014/09/20 03:04:35 UTC

[jira] [Updated] (ACCUMULO-2845) Tools docs for CheckForMetaDataProblems needs to be updated for addition of root table

     [ https://issues.apache.org/jira/browse/ACCUMULO-2845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Corey J. Nolet updated ACCUMULO-2845:
-------------------------------------
    Fix Version/s:     (was: 1.6.1)
                   1.6.2

> Tools docs for CheckForMetaDataProblems needs to be updated for addition of root table
> --------------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-2845
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2845
>             Project: Accumulo
>          Issue Type: Bug
>          Components: docs
>    Affects Versions: 1.6.0
>            Reporter: Sean Busbey
>            Priority: Minor
>              Labels: newbie
>             Fix For: 1.6.2, 1.7.0
>
>
> Right now, the example output for the CheckForMetadataProblems tool in the user manual shows 1.5 style results:
> {quote}
> 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:
> {noformat}
> $ ./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
> {noformat}
> {quote}
> 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:
> {noformat}
> $ $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
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)