Bela Ban created JGRP-1489:
------------------------------
Summary: 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