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

Dan Berindei (JIRA) issues at jboss.org
Thu Feb 26 04:31:49 EST 2015


     [ https://issues.jboss.org/browse/ISPN-5141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Berindei updated ISPN-5141:
-------------------------------
              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/infinispan/infinispan/pull/3270


> 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
>            Assignee: 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