[jboss-jira] [JBoss JIRA] Commented: (JGRP-981) Wrong view with concurrent startup

Dennis Reed (JIRA) jira-events at lists.jboss.org
Mon May 18 16:08:05 EDT 2009


    [ https://jira.jboss.org/jira/browse/JGRP-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12468080#action_12468080 ] 

Dennis Reed commented on JGRP-981:
----------------------------------

I started with stock EAP 4.3 CP04.

    # from $JBOSS_HOME/server
    cp -R all concurrent1
    cp -R all concurrent2
    cp -R all concurrent3

and started them with the script:

    ~/jboss/bin/run.sh -c concurrent1 -b127.0.0.1 > /dev/null 2>&1 &
    ~/jboss/bin/run.sh -c concurrent2 -b127.0.0.2 > /dev/null 2>&1 &
    ~/jboss/bin/run.sh -c concurrent3 -b127.0.0.3 > /dev/null 2>&1 &


> Wrong view with concurrent startup
> ----------------------------------
>
>                 Key: JGRP-981
>                 URL: https://jira.jboss.org/jira/browse/JGRP-981
>             Project: JGroups
>          Issue Type: Bug
>    Affects Versions: 2.4.5
>            Reporter: Dennis Reed
>            Assignee: Bela Ban
>             Fix For: 2.4.7
>
>
> When starting multiple nodes simultaneously, one node sometimes retains an old view.
> Other than the obvious issues, this prevents STABLE from working, and NAKACK will eventually use up the heap.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list