[
https://issues.apache.org/jira/browse/ACCUMULO-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13908794#comment-13908794
]
Keith Turner commented on ACCUMULO-2291:
----------------------------------------
I was looking at the --fix option it makes alot of assumptions, but does not
check for these assumptions. Looking at the tool I am not convinced that it
would not misinterpret a split as a hole in the metatatable and "fix it"
messing up the table. The tool should probably check the table is offline and
that the tablet has not location before "fixing" a hole. Also the deletion of
multiple locations seems arbitrary and dangerous, it should probably check in
zookeeper and see what tservers are alive. If all are alive it probably should
not delete any locations.
> Update CheckForMetadataProblems to check root table
> ---------------------------------------------------
>
> Key: ACCUMULO-2291
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2291
> Project: Accumulo
> Issue Type: Sub-task
> Components: client, master, tserver
> Reporter: Christopher Tubbs
> Assignee: John McNamee
> Priority: Minor
> Fix For: 1.6.0
>
> Attachments: ACCUMULO-2291.patch, ACCUMULO-2291.v2.patch
>
>
> The existing CheckForMetadataProblems only checks the metadata table. It
> should also check the root table, now that those are split up.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)