[infinispan-issues] [JBoss JIRA] (ISPN-5123) MultiNodeDistributedTest deadlock

Dan Berindei (JIRA) issues at jboss.org
Fri Mar 18 07:46:00 EDT 2016


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

Dan Berindei edited comment on ISPN-5123 at 3/18/16 7:45 AM:
-------------------------------------------------------------

The failure in the first comment could also be related to ISPN-6399/JGRP-2028, because {{TestableCluster.killNode(Cache)}} waits only for the rehash and doesn't check the JGroups view.

Update: Normally the JGroups view shouldn't matter, because the {{REBALANCE_START}}/{{CH_UPDATE}} commands are sent asynchronously, and the coordinator doesn't wait for responses from nodes that don't have the cache. But here it is the coordinator that's leaving, and it is responsible for installing the new view for the new coordinator. So it's possible that the remaining nodes would send their {{REBALANCE_CONFIRM}} commands to the old coordinator, which wouldn't be able to process them.


was (Author: dan.berindei):
The failure in the first comment could also be related to ISPN-6399/JGRP-2028, because {{TestableCluster.killNode(Cache)}} waits only for the rehash and doesn't check the JGroups view.

> MultiNodeDistributedTest deadlock
> ---------------------------------
>
>                 Key: ISPN-5123
>                 URL: https://issues.jboss.org/browse/ISPN-5123
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Test Suite - Query
>    Affects Versions: 7.1.0.Alpha1
>            Reporter: Gustavo Fernandes
>            Assignee: Gustavo Fernandes
>         Attachments: infinispan-infinispan-query.log, stack.zip, trace.tar.gz
>
>
> I've been seeing this intermittent problem in my environment. Sometimes the query suite hangs for 30min (and then proceeds). See attached stack trace.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list