Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-5141

SingleFileStore.process() should use sequential access

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.2.0.Beta1, 7.2.0.Final
    • 7.0.3.Final, 7.1.0.Beta1
    • Core
    • None

      SingleFileStore.process() iterates over its keys in pseudo-random order. (It puts all the entries in a HashSet and iterates it to minimize the amount of time it keeps the global lock.)

      It should instead either iterate the entries directly from the disk, or at least sort the entries by their offset when iterating.

            dberinde@redhat.com Dan Berindei (Inactive)
            dberinde@redhat.com Dan Berindei (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: