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

RH Bugzilla Integration (JIRA) issues at jboss.org
Tue Jun 2 02:10:02 EDT 2015


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

RH Bugzilla Integration updated ISPN-5141:
------------------------------------------
        Bugzilla Update: Perform
    Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1227191


> 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
>             Fix For: 7.2.0.Beta1, 7.2.0.Final
>
>
> {{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.15#6346)


More information about the infinispan-issues mailing list