[ 
https://issues.apache.org/jira/browse/ACCUMULO-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13474663#comment-13474663
 ] 

Keith Turner commented on ACCUMULO-806:
---------------------------------------

I checked in a fix r1397383 and r1397391

You can easily reproduce this problem in the shell.  Below is an example.

{noformat}
root@test15> createtable foo
root@test15 foo> tables -l
!METADATA       =>         !0
foo             =>          2
trace           =>          1
root@test15 foo> insert a cf1 cq1 v1            
root@test15 foo> addsplits -t !METADATA 2;c 2;f 2;j 2;m 2;r
{noformat}

Exit the shell after doing the above because the location of foo's one tablet 
is cached.  If you start the shell again and scan foo without the patch, it 
will hang.
                
> tablet locator fails when the metadata table has empty sections
> ---------------------------------------------------------------
>
>                 Key: ACCUMULO-806
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-806
>             Project: Accumulo
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 1.4.1, 1.4.0
>         Environment: large cluster environment
>            Reporter: Eric Newton
>            Assignee: Billie Rinaldi
>            Priority: Blocker
>             Fix For: 1.4.2
>
>
> After merging a large number of tablets away, the metadata table had several 
> sections without any entries.
> Bulk import into the merged section of the table failed, constantly retrying 
> to find the tablet, and failing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to