Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-7314

Iterators could return multiple values of the same key when MVCC is enabled

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.7
    • cache, mvcc
    • None

    Description

      It MVCC is enabled most of tests in IgniteCacheFullApiSelfTestSuite works fine. However, they are really slow. So slow, that TC cannot cope with them and kills the build after 1h30m of execution.

      Root cause: iterators return too much values as they do not use any specific version by default (null is passed). Essentially, we need to add MVCC support to iterators and "global" operations, which use them.

      Attachments

        Issue Links

          Activity

            People

              rkondakov Roman Kondakov
              vozerov Vladimir Ozerov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: