[infinispan-issues] [JBoss JIRA] Commented: (ISPN-286) StateTransferFunctionalTest-testConcurrentStateTransfer sometimes fails

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Mon Nov 23 12:14:30 EST 2009


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

Galder Zamarreno commented on ISPN-286:
---------------------------------------

2009-11-23 16:03:49,542 57834 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (CacheStarter-Cache3:) Starting JGroups Channel
2009-11-23 16:03:49,554 57846 TRACE [org.infinispan.remoting.transport.jgroups.JGroupsDistSync] (CacheStarter-Cache4:) Closing joinInProgress gate
2009-11-23 16:03:49,555 57847 ERROR [org.jgroups.protocols.TCP] (Timer-2,Infinispan-Cluster,localhost.localdomain-58437:) failed sending message to 127.0.0.1:7903 (149 bytes): java.net.ConnectException: Connection refused
2009-11-23 16:03:49,556 57848 ERROR [org.jgroups.protocols.TCP] (Timer-2,Infinispan-Cluster,localhost.localdomain-58437:) failed sending message to 127.0.0.1:7904 (149 bytes): java.net.ConnectException: Connection refused
2009-11-23 16:03:49,645 57937 TRACE [org.infinispan.remoting.transport.jgroups.JGroupsDistSync] (Incoming-2,Infinispan-Cluster,localhost.localdomain-58561:) Closing joinInProgress gate
2009-11-23 16:03:49,651 57943 TRACE [org.infinispan.remoting.transport.jgroups.JGroupsDistSync] (CacheStarter-Cache3:) Closing joinInProgress gate
2009-11-23 16:03:49,688 57980 TRACE [org.infinispan.remoting.transport.jgroups.JGroupsDistSync] (Incoming-2,Infinispan-Cluster,localhost.localdomain-5207:) Closing joinInProgress gate
2009-11-23 16:03:49,689 57981 ERROR [org.jgroups.protocols.TCP] (Timer-2,Infinispan-Cluster,localhost.localdomain-13427:) failed sending message to 127.0.0.1:7904 (149 bytes): java.net.ConnectException: Connection refused
2009-11-23 16:03:49,697 57989 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-1,Infinispan-Cluster,localhost.localdomain-58561:) Received new cluster view: [localhost.localdomain-58561|2] [localhost.localdomain-58561, localhost.localdomain-5207, localhost.localdomain-58437]
2009-11-23 16:03:49,708 58000 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (CacheStarter-Cache3:) Received new cluster view: [localhost.localdomain-13427|0] [localhost.localdomain-13427]
2009-11-23 16:03:49,708 58000 TRACE [org.infinispan.remoting.transport.jgroups.JGroupsDistSync] (CacheStarter-Cache3:) Releasing ReclosableLatch [State = 1, empty queue] gate
2009-11-23 16:03:49,708 58000 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (CacheStarter-Cache3:) Cache local address is localhost.localdomain-13427, physical address is 127.0.0.1:7903

The funny thing is that above, CacheStarter-Cache3's address. localhost.localdomain-13427, only tries to query 127.0.0.1:7904, but why not 127.0.0.1:7902 or 127.0.0.1:7901? If it had done so, it would have joined the cluster but since it only tried to join 127.0.0.1:7904 and was not yet available, it's left alone in the cluster. Need to verify what happens when things work fine.

> StateTransferFunctionalTest-testConcurrentStateTransfer sometimes fails
> -----------------------------------------------------------------------
>
>                 Key: ISPN-286
>                 URL: https://jira.jboss.org/jira/browse/ISPN-286
>             Project: Infinispan
>          Issue Type: Bug
>          Components: RPC, State transfer
>    Affects Versions: 4.0.0.CR2
>            Reporter: Galder Zamarreno
>            Assignee: Galder Zamarreno
>         Attachments: infinispan-2.log
>
>
> Sometimes StateTransferFunctionalTest-testConcurrentStateTransfer fails as shown here
> http://hudson.qa.jboss.com/hudson/view/Infinispan/job/Infinispan-trunk-JDK6-tcp/org.infinispan$infinispan-core/997/testReport/org.infinispan.statetransfer/StateTransferFunctionalTest-testConcurrentStateTransfer/org_infinispan_statetransfer_StateTransferFunctionalTest_testConcurrentStateTransfer/
> I tried to replicate it with TRACE on org.infinispan and I managed to only replicate it 1st time around. When it fails, it seems CacheStarter-Cache3 does not join the other cluster and hence it does not do state transfer. Please find attached infinispan log file.
> I tried to add JGroups trace but I haven't been able to replicate it ever since.

-- 
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 infinispan-issues mailing list