[infinispan-issues] [JBoss JIRA] (ISPN-3168) Use createClusteredCacheManager instead of createCacheManager for clustered caches
Dan Berindei (JIRA)
jira-events at lists.jboss.org
Mon Jun 3 07:18:54 EDT 2013
Dan Berindei created ISPN-3168:
----------------------------------
Summary: Use createClusteredCacheManager instead of createCacheManager for clustered caches
Key: ISPN-3168
URL: https://issues.jboss.org/browse/ISPN-3168
Project: Infinispan
Issue Type: Bug
Components: Test Suite
Affects Versions: 5.3.0.CR1
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 5.3.0.Final
The overloads of {{TestCacheManagerFactory.createCacheManager(...)}} using the new configuration don't call {{amendTransport(...)}}, so the created cache managers will all use the same port range, and join the same cluster. Tests that need to create clustered cache managers should use {{TestCacheManagerFactory.createClusteredCacheManager(...)}} instead.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list