[jboss-jira] [JBoss JIRA] (JGRP-1489) TP: drop unicast messages where destination != local address
Bela Ban (JIRA)
jira-events at lists.jboss.org
Tue Jul 3 03:59:12 EDT 2012
[ https://issues.jboss.org/browse/JGRP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban resolved JGRP-1489.
----------------------------
Resolution: Done
> TP: drop unicast messages where destination != local address
> ------------------------------------------------------------
>
> Key: JGRP-1489
> URL: https://issues.jboss.org/browse/JGRP-1489
> Project: JGroups
> Issue Type: Bug
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: 3.1
>
>
> When we have a member A with UDP transport with a fixed bind_port (e.g. 5000), and we restart A, then A and A' (the old A) have the same bind address and port. Therefore if another member still has A' in its view, unicast messages to both A and A' will be received by A' !
> SOLUTION: if a unicast message, check the message's destination against our local address and drop the message if they don't match. If a shared transport is used, do this check in TP$ProtocolAdapter.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list