[infinispan-issues] [JBoss JIRA] (ISPN-1508) Failures during hotrod server cluster formation

Dan Berindei (Commented) (JIRA) jira-events at lists.jboss.org
Mon Nov 14 04:59:40 EST 2011


    [ https://issues.jboss.org/browse/ISPN-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642457#comment-12642457 ] 

Dan Berindei commented on ISPN-1508:
------------------------------------

The root of the problem is that the JGroups channel is created outside of Infinispan and injected with a ChannelLookup.

Between the time the channel is started externally and the time JGroupsTransport attaches the RpcDispatcher there is a small window where incoming messages will be silently discarded. In replication mode a put operation would wait for a success response from all the members of the cluster, and if the RPC was initiated during this time window it would never get a response, failing with a TimeoutException.
                
> Failures during hotrod server cluster formation
> -----------------------------------------------
>
>                 Key: ISPN-1508
>                 URL: https://issues.jboss.org/browse/ISPN-1508
>             Project: Infinispan
>          Issue Type: Bug
>    Affects Versions: 5.1.0.BETA3
>            Reporter: Michal Linhard
>            Assignee: Dan Berindei
>            Priority: Critical
>             Fix For: 5.1.0.BETA5
>
>
> failing build: https://hudson.qa.jboss.com/hudson/job/edg-60-client-stress-test/87
> server logs: https://hudson.qa.jboss.com/hudson/job/edg-60-client-stress-test/87/artifact/report/run1/serverlogs.zip
> in this test I'm starting 4 standalone infinispan hotrod servers (startServer.sh style)
> and they take too long to form a cluster (more than 2 min)
> there errors related to CacheViewControlCommand
> the infinispan version is 5.1.0-SNAPSHOT (c642be2c8a64c13e7e74283f38e2037cef9a362f) + a quick patch for ISPN-1498

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