You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Keith Turner (Assigned) (JIRA)" <ji...@apache.org> on 2011/10/25 23:40:32 UTC

[jira] [Assigned] (ACCUMULO-72) Logical time not considered in merge

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

Keith Turner reassigned ACCUMULO-72:
------------------------------------

    Assignee: Keith Turner  (was: Eric Newton)
    
> Logical time not considered in merge
> ------------------------------------
>
>                 Key: ACCUMULO-72
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-72
>             Project: Accumulo
>          Issue Type: Bug
>          Components: master
>            Reporter: Keith Turner
>            Assignee: Keith Turner
>            Priority: Critical
>             Fix For: 1.4.0
>
>
> When merging tablets, logical time is not considered.  
> In the shell session below, the second insert should have timestamp of 2.
> {noformat}
> root@a14> createtable -tl foo
> root@a14 foo> addsplits -t foo m
> root@a14 foo> insert a cf1 cq1 v1
> root@a14 foo> scan -st
> a cf1:cq1 [] 1    v1
> root@a14 foo> merge -t foo
> root@a14 foo> insert b cf1 cq1 v1
> root@a14 foo> scan -st           
> a cf1:cq1 [] 1    v1
> b cf1:cq1 [] 1    v1
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira