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

SingleFileStore.process() should use sequential access

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

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)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: