[ https://issues.apache.org/jira/browse/ACCUMULO-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13160935#comment-13160935 ]
Billie Rinaldi commented on ACCUMULO-197: ----------------------------------------- I think this is the expected behavior since we allow there to be multiple versions of the same Key. If you don't have versioning enabled, you will get both versions in indeterminate order. If you have versioning, you will get one Key, but it could be either version. > remove the VersioningIterator: inserting duplicate keys gives duplicate keys > on scan > ------------------------------------------------------------------------------------ > > Key: ACCUMULO-197 > URL: https://issues.apache.org/jira/browse/ACCUMULO-197 > Project: Accumulo > Issue Type: Bug > Components: tserver > Reporter: Eric Newton > Assignee: Keith Turner > > {noformat} > root@test> createtable t > root@test t> deleteiter -minc -majc -scan -n vers > root@test t> insert a b c v -t 123 > root@test t> insert a b c v2 -t 123 > root@test t> scan -st > a b:c [] 123 v2 > a b:c [] 123 v > root@test t> > {noformat} > I expect that we would return only one value, although probably not > deterministically. We need to define what accumulo *should* do in this case. -- 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