[
https://jira.jboss.org/browse/JGRP-1211?page=com.atlassian.jira.plugin.sy...
]
Danny Lade updated JGRP-1211:
-----------------------------
Environment: Windows 7 (was: Windows 2007)
Workaround Description:
The solution is rather simple, at subclass Reciever add:
run {
...
if (num_received != number) {
System.err.println(" lost packet "+ number);
num_received = number;
}
...
num_received++;
Workaround: [Workaround Exists]
Description:
See at org.jgroups.tests.SpeedTest:
If pakets get lost - without using JGroups but pure sockets - the SpeedTest never ends.
was:
See at org.jgroups.tests.SpeedTest:
If pakets get lost - without using JGroups but pure sockets - the SpeedTest never ends.
The solution is rather simple, at subclass Reciever add:
run {
...
if (num_received != number) {
System.err.println(" lost packet "+ number);
num_received = number;
}
...
num_received++;
endless loop at SpeedTest
-------------------------
Key: JGRP-1211
URL:
https://jira.jboss.org/browse/JGRP-1211
Project: JGroups
Issue Type: Bug
Affects Versions: 2.10
Environment: Windows 7
Reporter: Danny Lade
Assignee: Bela Ban
Priority: Minor
Original Estimate: 5 minutes
Remaining Estimate: 5 minutes
See at org.jgroups.tests.SpeedTest:
If pakets get lost - without using JGroups but pure sockets - the SpeedTest never ends.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira