[jboss-jira] [JBoss JIRA] Commented: (JGRP-768) UDP: when ip_mcast=false, the destination of a Message is not null
Bela Ban (JIRA)
jira-events at lists.jboss.org
Fri May 30 10:34:45 EDT 2008
[ http://jira.jboss.com/jira/browse/JGRP-768?page=comments#action_12415012 ]
Bela Ban commented on JGRP-768:
-------------------------------
Correction: the above method should be UDP.post*Un*marshalling() !
Ditto for UDP.postUnmarshallingList()
> UDP: when ip_mcast=false, the destination of a Message is not null
> ------------------------------------------------------------------
>
> Key: JGRP-768
> URL: http://jira.jboss.com/jira/browse/JGRP-768
> Project: JGroups
> Issue Type: Bug
> Reporter: Bela Ban
> Assigned To: Bela Ban
> Fix For: 2.7, 2.6.3
>
>
> When setting ip_mcast=false in UDP, on reception of a message, the destination is a unicast address. However, it should be either null, or a multicast address. This might cause problems in cases where msg.getDest() is called. If the destination field is used as a key into a hashmap, this would be incorrect.
> TASK 1: verify that this leads to incorrect behavior
> TASK 2: fix this, to make dest null when ip_mcast=false
--
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
More information about the jboss-jira
mailing list