You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Eric Newton (JIRA)" <ji...@apache.org> on 2012/10/11 22:29:03 UTC

[jira] [Created] (ACCUMULO-806) tablet locator fails when the metadata table has empty sections

Eric Newton created ACCUMULO-806:
------------------------------------

             Summary: 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.0, 1.4.1
         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

[jira] [Commented] (ACCUMULO-806) tablet locator fails when the metadata table has empty sections

Posted by "Keith Turner (JIRA)" <ji...@apache.org>.
    [ 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

[jira] [Resolved] (ACCUMULO-806) tablet locator fails when the metadata table has empty sections

Posted by "Keith Turner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Turner resolved ACCUMULO-806.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.0
         Assignee: Keith Turner  (was: Billie Rinaldi)
    
> 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: Keith Turner
>            Priority: Blocker
>             Fix For: 1.5.0, 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