[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1552) Duplicated messages on Failover when using NullPersistence
Clebert Suconic (JIRA)
jira-events at lists.jboss.org
Fri Mar 20 11:23:22 EDT 2009
Duplicated messages on Failover when using NullPersistence
----------------------------------------------------------
Key: JBMESSAGING-1552
URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1552
Project: JBoss Messaging
Issue Type: Bug
Reporter: Clebert Suconic
Assignee: Clebert Suconic
Fix For: 2.0.0 Beta
To replicate this failure, change AutomaticFailoverWithDiscoveryTest to use NullPersistence, and run testFailover in loop
Leave AutomaticFailoverWithDiscoveryTest using NullPersistence after this is done.
@Override
protected void setUp() throws Exception
{
super.setUp();
+ setupGroupServers(false, "bc1", 5432, groupAddress, groupPort);
- setupGroupServers(true, "bc1", 5432, groupAddress, groupPort);
}
--
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