[infinispan-issues] [JBoss JIRA] (ISPN-1934) Joiners fail to start if the coordinator leaves before responding to the join request

Dan Berindei (JIRA) jira-events at lists.jboss.org
Mon Apr 9 16:38:48 EDT 2012


     [ https://issues.jboss.org/browse/ISPN-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Berindei updated ISPN-1934:
-------------------------------

              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/infinispan/infinispan/pull/1054


This is caused by the way JGroups immediately throws SuspectExceptions for unicast requests like our join request.
We work around it by forcing commands through the anycast branch when the response mode is SYNCHRONOUS_IGNORE_LEAVERS.
                
> Joiners fail to start if the coordinator leaves before responding to the join request
> -------------------------------------------------------------------------------------
>
>                 Key: ISPN-1934
>                 URL: https://issues.jboss.org/browse/ISPN-1934
>             Project: Infinispan
>          Issue Type: Bug
>          Components: State transfer
>    Affects Versions: 5.1.2.FINAL
>            Reporter: Dan Berindei
>            Assignee: Dan Berindei
>             Fix For: 5.2.0.FINAL
>
>
> Joiners should ignore SuspectExceptions when sending their REQUEST_JOIN command, as the new coordinator will pick up all the cache members using the RECOVER_VIEW command.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list