[infinispan-issues] [JBoss JIRA] Commented: (ISPN-335) fetchPersistentState generate an exception
Huu-Dong Quach (JIRA)
jira-events at lists.jboss.org
Mon Jan 18 15:32:47 EST 2010
[ https://jira.jboss.org/jira/browse/ISPN-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12506724#action_12506724 ]
Huu-Dong Quach commented on ISPN-335:
-------------------------------------
Ok, I've tested from the trunk (revision 1389) and the preload phase happens *after* the state is transferred.
But, the state transfer phase still generate an exception.
Also, if I set the fetchInMemoryState to false in <stateRetrieval /> and fetchPersistentState to true in <loader />, the persistent state transfer never happens (the code [StateTransferManagerImpl.java] is never run through the debugger).
If I set the fetchInMemoryState to true in <stateRetrieval /> and fetchPersistentState to true in <loader />, the persistent state transfer generates an exception.
> fetchPersistentState generate an exception
> ------------------------------------------
>
> Key: ISPN-335
> URL: https://jira.jboss.org/jira/browse/ISPN-335
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores
> Affects Versions: 4.0.0.CR3
> Environment: Windows 7, Mac OS X, Ubuntu, RHEL 4
> Reporter: Huu-Dong Quach
> Assignee: Manik Surtani
> Fix For: 4.0.0.GA
>
>
> In a clustered replicated cache, when I flag the fetchPersistentState attribute to true for a FileStore, Infinispan generate an exception.
> Also, if I set the preload attribute to true, I expect the store to fetch the persistant state before loading the data from the store but that's not the case.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list