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

Vladimir Blagojevic (JIRA) jira-events at lists.jboss.org
Wed Nov 21 10:01:18 EST 2007


    [ http://jira.jboss.com/jira/browse/JGRP-629?page=comments#action_12388631 ] 
            
Vladimir Blagojevic commented on JGRP-629:
------------------------------------------

Rsolved on HEAD:
  User: vlada   
  Date: 07/11/21 06:57:25

  Modified:    src/org/jgroups/protocols/pbcast
                        STREAMING_STATE_TRANSFER.java
  Log:
  simplify streaming state transfer
  
  Revision  Changes    Path
  1.56      +36 -113   JGroups/src/org/jgroups/protocols/pbcast/STREAMING_STATE_TRANSFER.java
  
  Index: STREAMING_STATE_TRANSFER.java

> 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.7, 2.5.2, 2.6.1
>
>
> 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