[
http://jira.jboss.com/jira/browse/JGRP-705?page=comments#action_12410667 ]
Bela Ban commented on JGRP-705:
-------------------------------
Issue: what do we do with connections to non-existing members ? Failure detection
doesn't run because it only starts running if we have 2 or more members, and since we
don't have views for unicast channels, we will never start the failure detector !
We might have to modify FD slightly (or write a new unicast failure detector, FD and
FD_SOCK), which emits a notification if one of the destinations ceases to respond to
heartbeats.
When this is the case, we need to remove the sender window for that destination, e.g. in
UNICAST, or else we will retransmit messages to the non existing destination forever !
Unicast JGroups
---------------
Key: JGRP-705
URL:
http://jira.jboss.com/jira/browse/JGRP-705
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assigned To: Bela Ban
Fix For: 2.8
Investigate use of JGroups for point-to-point communication, as a replacement for
java.net{Server}Socket.
E.g.
Channelch=new JChannel();
ch.connect(null); // null means p2p
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira