[infinispan-issues] [JBoss JIRA] (ISPN-5141) SingleFileStore.process() should use sequential access
Galder Zamarreño (JIRA)
issues at jboss.org
Mon Mar 2 12:35:49 EST 2015
[ https://issues.jboss.org/browse/ISPN-5141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-5141:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> 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.11#6341)
More information about the infinispan-issues
mailing list