[infinispan-issues] [JBoss JIRA] Updated: (ISPN-1287) Certain configuration options not properly unmarshalled in CacheLoaderConfig
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Tue Aug 2 13:13:23 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani updated ISPN-1287:
--------------------------------
Summary: Certain configuration options not properly unmarshalled in CacheLoaderConfig (was: purgerThreads configuration attribute will never be passed to CacheStoreConfig)
Description: A number of configuration options are not properly unmarshalled in CacheLoaderConfig#unmarshal() (was: There is a bug in class CacheStoreAdapter that prevents purgerThreads configuration attribute to be passed to CacheStoreConfig.
File: org\infinispan\loaders\CacheLoaderConfig.java
Method: unmarshal(AbstractCacheStoreConfig)
The code is missing the following line:
if (clc instanceof CacheStoreConfig) {
csc.setPurgerThreads(storeConfig.getPurgerThreads()); // MISSING!
}
See ISPN-1286, because enabling parallel purge will not use the global lock.)
Complexity: Low
Component/s: (was: Eviction)
> Certain configuration options not properly unmarshalled in CacheLoaderConfig
> ----------------------------------------------------------------------------
>
> Key: ISPN-1287
> URL: https://issues.jboss.org/browse/ISPN-1287
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration, Loaders and Stores
> Affects Versions: 5.0.0.CR8
> Reporter: Robert Stupp
> Assignee: Manik Surtani
> Fix For: 5.0.0.FINAL
>
>
> A number of configuration options are not properly unmarshalled in CacheLoaderConfig#unmarshal()
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list