[infinispan-issues] [JBoss JIRA] (ISPN-5141) SingleFileStore.process() should use sequential access

Dan Berindei (JIRA) issues at jboss.org
Mon Jan 12 06:18:49 EST 2015


Dan Berindei created ISPN-5141:
----------------------------------

             Summary: SingleFileStore.process() should use sequential access
                 Key: ISPN-5141
                 URL: https://issues.jboss.org/browse/ISPN-5141
             Project: Infinispan
          Issue Type: Bug
          Components: Core
    Affects Versions: 7.0.3.Final, 7.1.0.Beta1
            Reporter: Dan Berindei


{{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.




--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the infinispan-issues mailing list