Pedro Ruivo created JGRP-2233:
---------------------------------
Summary: TOA is ignoring too many messages
Key: JGRP-2233
URL:
https://issues.jboss.org/browse/JGRP-2233
Project: JGroups
Issue Type: Bug
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
When a node joins, it can start receiving TOA message before the TOA protocols installs
the view. In this small interval, the messages are discarded and the sender is stuck since
it waits forever until the joiner sends the propose message.
fix notes:
* add a view-id to the TOA header
* don't perform the view members check if the message has a view id higher than the
current installed view.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)