[jboss-jira] [JBoss JIRA] (AS7-5904) CLONE - JGroups startup before ISPN startup causes HotRod connector startup fail

Paul Ferraro (JIRA) jira-events at lists.jboss.org
Thu Nov 8 06:05:18 EST 2012


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

Paul Ferraro moved JBPAPP-10377 to AS7-5904:
--------------------------------------------

           Project: Application Server 7  (was: JBoss Enterprise Application Platform)
               Key: AS7-5904  (was: JBPAPP-10377)
          Workflow: GIT Pull Request workflow   (was: jira)
       Component/s: Clustering
                        (was: Infinispan)
          Security:     (was: Public)
    Docs QE Status:   (was: NEW)

    
> CLONE - JGroups startup before ISPN startup causes HotRod connector startup fail
> --------------------------------------------------------------------------------
>
>                 Key: AS7-5904
>                 URL: https://issues.jboss.org/browse/AS7-5904
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 7.1.3.Final (EAP)
>            Reporter: Radim Vansa
>            Assignee: Paul Ferraro
>
> HotRod connector startup often fails in JDG 6.1.0.ER2. This is caused by early initialization of the JGroups stack, where the node can join cluster sooner than Infinispan is properly initialized, specifically sooner than the JGroupsTransport class initializes the JGroups channel and related RPC dispatcher.
> In some early phase of startup each node with HotRod connector inserts data with key nodeName/clusterName into __hotRodTopologyCache (this is a replicated one). The PutKeyValueCommand is broadcasted to all nodes in the cluster, including the node which joined the cluster but where the Infinispan has not started yet. As there is no RPC dispatcher on the destination node, the message gets discarded, but source node requesting GET_ALL reponses waits for the response for 4 minutes (default timeout) and then gets an exception failing the HotRod connector.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list