Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-197

remove the VersioningIterator: inserting duplicate keys gives duplicate keys on scan

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • None
    • None
    • tserver
    • None

    Description

      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> 
      

      I expect that we would return only one value, although probably not deterministically. We need to define what accumulo should do in this case.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ecn Eric C. Newton
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: