[infinispan-issues] [JBoss JIRA] (ISPN-1602) Single view change causes stale locks

Dan Berindei (Commented) (JIRA) jira-events at lists.jboss.org
Fri Dec 16 02:50:09 EST 2011


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

Dan Berindei commented on ISPN-1602:
------------------------------------

I looked at the new logs and the issue seems to be at the transport level again:

{noformat}
2011-12-15 21:34:23,883 TRACE [org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher] (transport-thread-60) real_dests=[dht12-30558(site03), dht14-32511(site02), dht13-53236(site01), dht15-26478(site03)]

2011-12-15 21:35:50,836 TRACE [org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher] (OOB-247,erm-cluster-0a0a0e3c,dht14-32511(site02)) Attempting to execute command: CacheViewControlCommand{cache=serviceGroup, type=PREPARE_VIEW, sender=dht11-10896(site02), newViewId=7, newMembers=[dht11-10896(site02), dht12-30558(site03), dht14-32511(site02), dht13-53236(site01), dht15-26478(site03)], oldViewId=6, oldMembers=[dht11-10896(site02), dht12-30558(site03), dht14-32511(site02), dht13-53236(site01)]} [sender=dht11-10896(site02)]
{noformat}

Can you change the JGroups config so that {{STABLE.desired_avg_gossip}} < {{rehashRpcTimeout}} and  give it another try?

                
> Single view change causes stale locks
> -------------------------------------
>
>                 Key: ISPN-1602
>                 URL: https://issues.jboss.org/browse/ISPN-1602
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Core API
>    Affects Versions: 5.1.0.CR1
>            Reporter: Erik Salter
>            Assignee: Dan Berindei
>            Priority: Critical
>             Fix For: 5.1.0.CR2
>
>         Attachments: erm_tcp.xml, session_udp.xml
>
>
> During load testing of 5.1.0.CR1, we're encountering JGroups 3.x dropping views.  We know due to ISPN-1581, if the number of view changes > 3, there could be a stale lock on a failed commit.  However, we're seeing stale locks occur on a single view change.
> In the following logs, the affected cluster is the erm-cluster-xxxx
> (We also don't know why JGroups 3.x is unstable.  We suspected FLUSH and incorrect FD settings, but we removed them, and we're still getting dropped messages)
> The trace logs (It isn't long at all before the issue occurs) are at:
> http://dl.dropbox.com/u/50401510/5.1.0.CR1/dec08viewchange/dht10/server.log.gz
> http://dl.dropbox.com/u/50401510/5.1.0.CR1/dec08viewchange/dht11/server.log.gz
> http://dl.dropbox.com/u/50401510/5.1.0.CR1/dec08viewchange/dht12/server.log.gz
> http://dl.dropbox.com/u/50401510/5.1.0.CR1/dec08viewchange/dht13/server.log.gz
> http://dl.dropbox.com/u/50401510/5.1.0.CR1/dec08viewchange/dht14/server.log.gz
> http://dl.dropbox.com/u/50401510/5.1.0.CR1/dec08viewchange/dht15/server.log.gz

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