[
https://issues.jboss.org/browse/JGRP-1775?page=com.atlassian.jira.plugin....
]
Risto Oikarinen commented on JGRP-1775:
---------------------------------------
This seems to happen because bridge channel's timer is not restarted on reconnect.
TP.destroy() stops the timer and start() leaves it stopped. Also valid for 3.4.2.
Relay2Test.testQueueingAndForwarding fails randomly
---------------------------------------------------
Key: JGRP-1775
URL:
https://issues.jboss.org/browse/JGRP-1775
Project: JGroups
Issue Type: Bug
Affects Versions: 3.3.5
Reporter: Risto Oikarinen
Assignee: Bela Ban
Priority: Minor
Fix For: 3.5
Attachments: relay2test_fails_randomly_log.txt
Relay2Test.testQueueingAndForwarding seems to be failing randomly. I was able to
reproduce this with the following test:
{code:java}
public void testQueueInLoop() throws Exception {
for ( int i = 0; i < 1000; ++i) {
testQueueingAndForwarding();
destroy();
}
}
{code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)