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: Eric Newton
            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

        

Reply via email to