[infinispan-issues] [JBoss JIRA] (ISPN-3731) Multicast messages can be replayed to new node

Radim Vansa (JIRA) jira-events at lists.jboss.org
Tue Nov 19 05:08:05 EST 2013


Radim Vansa created ISPN-3731:
---------------------------------

             Summary: Multicast messages can be replayed to new node
                 Key: ISPN-3731
                 URL: https://issues.jboss.org/browse/ISPN-3731
             Project: Infinispan
          Issue Type: Bug
    Affects Versions: 6.0.0.Final
            Reporter: Radim Vansa
            Assignee: Mircea Markus
            Priority: Critical


Messages that target all current members are sent as multicast messages.
However, these retransmissions can be replayed on new nodes that have just joined the cluster.
This can result for example in execution of already completed transaction on the new node, causing possible data inconsistency for those entries which are owned by the new node in backup way - the replayed transaction sequence authoritatively overwrites them.

The node should remember the first topologyId it has seen and do not execute any commands that have lower topologyId.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list