[jboss-jira] [JBoss JIRA] (AS7-4325) Lock striping for Infinispan configured incorrectly
Martin Gencur (JIRA)
jira-events at lists.jboss.org
Thu Mar 29 04:39:47 EDT 2012
[ https://issues.jboss.org/browse/AS7-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Gencur updated AS7-4325:
-------------------------------
Description:
Infinispan subsystem reads "SHARED" attribute in order to set lock striping, "shared" is in fact a configuration attribute for cache stores. It should read "STRIPING" IMO :
https://github.com/jbossas/jboss-as/blob/master/clustering/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheAdd.java#L404
was:
Lock striping reads "SHARED" attribute in order to set lock striping, "shared" is in fact a configuration attribute for cache stores. It should read "STRIPING" IMO :
https://github.com/jbossas/jboss-as/blob/master/clustering/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheAdd.java#L404
> Lock striping for Infinispan configured incorrectly
> ---------------------------------------------------
>
> Key: AS7-4325
> URL: https://issues.jboss.org/browse/AS7-4325
> Project: Application Server 7
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 7.1.1.Final
> Reporter: Martin Gencur
> Assignee: Paul Ferraro
>
> Infinispan subsystem reads "SHARED" attribute in order to set lock striping, "shared" is in fact a configuration attribute for cache stores. It should read "STRIPING" IMO :
> https://github.com/jbossas/jboss-as/blob/master/clustering/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheAdd.java#L404
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list