[jboss-jira] [JBoss JIRA] Updated: (JBAS-7842) Infinispan replication configuration via jboss-web.xml
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Mar 22 23:37:38 EDT 2010
[ https://jira.jboss.org/jira/browse/JBAS-7842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated JBAS-7842:
-----------------------------------
Summary: Infinispan replication configuration via jboss-web.xml (was: CLONE -Infinispan replication configuration via @CacheConfig)
Fix Version/s: JBossAS-6.0.0.M4
Description:
Make the typical distributed cache configurations configurable via jboss-web.xml; don't force users to go to a separate Infinispan configuration file.
The typical configurations are:
1) synchronous or async (perhaps a better term? async == fire and forget)
2) total replication or not?
3) if "not", number of backup copies.
Potentially 2 and 3 could be combined into a numbackups param:
-1 == total replication (i.e. unlimited)
0 == cache is in local mode
> 0 = DIST w/ numbackups + 1 copies.
was:
Make the typical distributed cache configurations configurable via @CacheConfig or jboss.xml; don't force users to go to a separate Infinispan configuration file.
The typical configurations are:
1) synchronous or async (perhaps a better term? async == fire and forget)
2) total replication or not?
3) if "not", number of backup copies.
Potentially 2 and 3 could be combined into a numbackups param:
-1 == total replication (i.e. unlimited)
0 == cache is in local mode
> 0 = DIST w/ numbackups + 1 copies.
Affects: [Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration, Release Notes] (was: [Compatibility/Configuration, Documentation (Ref Guide, User Guide, etc.), Release Notes])
> Infinispan replication configuration via jboss-web.xml
> ------------------------------------------------------
>
> Key: JBAS-7842
> URL: https://jira.jboss.org/jira/browse/JBAS-7842
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Clustering, Web (Tomcat) service
> Reporter: Brian Stansberry
> Fix For: JBossAS-6.0.0.M4
>
>
> Make the typical distributed cache configurations configurable via jboss-web.xml; don't force users to go to a separate Infinispan configuration file.
> The typical configurations are:
> 1) synchronous or async (perhaps a better term? async == fire and forget)
> 2) total replication or not?
> 3) if "not", number of backup copies.
> Potentially 2 and 3 could be combined into a numbackups param:
> -1 == total replication (i.e. unlimited)
> 0 == cache is in local mode
> > 0 = DIST w/ numbackups + 1 copies.
--
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 jboss-jira
mailing list