[jboss-jira] [JBoss JIRA] Created: (JGRP-629) Streaming state transfer repeats set state events in highly concurrent situation

Vladimir Blagojevic (JIRA) jira-events at lists.jboss.org
Tue Nov 20 08:27:18 EST 2007


Streaming state transfer repeats set state events in highly concurrent situation
--------------------------------------------------------------------------------

                 Key: JGRP-629
                 URL: http://jira.jboss.com/jira/browse/JGRP-629
             Project: JGroups
          Issue Type: Bug
    Affects Versions: 2.6, 2.5.1
            Reporter: Vladimir Blagojevic
         Assigned To: Vladimir Blagojevic
             Fix For: 2.5.2, 2.6.1, 2.7


Similar to regular state transfer streaming state transfer protocol maintains a list of state requesters. As state response is sent to requesters these entries are removed from the list. However, in highly concurrent scenarios where dozen of nodes are started and request get-and-state transfer state requesters entries in the list are filled up and as the list is iterated *multiple* state responses might be sent to state requester. 

This behavior is not usually noticed by users as a bug but should be fixed anyhow.



-- 
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