[jbosscache-issues] [JBoss JIRA] (JBCACHE-1599) Patch for JBCACHE-1592 --> "org.jboss.cache.lock.TimeoutException: Unable to acquire lock on Fqn is very frequently in cluster" potential Fix

Mircea Markus (JIRA) jira-events at lists.jboss.org
Mon Feb 4 08:28:51 EST 2013


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

Mircea Markus commented on JBCACHE-1599:
----------------------------------------

hi [~sopanpatel]
JBossCache is no longer supported for community. We strongly encourage all the users to move to Inifinispan - its successor.
                
> Patch for JBCACHE-1592 --> "org.jboss.cache.lock.TimeoutException: Unable to acquire lock on Fqn is very frequently in cluster" potential Fix
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBCACHE-1599
>                 URL: https://issues.jboss.org/browse/JBCACHE-1599
>             Project: JBoss Cache
>          Issue Type: Patch
>      Security Level: Public(Everyone can see) 
>          Components: Locking
>    Affects Versions: 3.2.5.GA
>            Reporter: Christopher Ezell
>            Assignee: Manik Surtani
>             Fix For: 3.2.6.GA, 3.2.7.GA
>
>         Attachments: MVCCLockingInterceptor.java.patch
>
>
> This is a potential fix for the Timeout Problem from BUG "JBCACHE-1592". This Patch fix The Problem by removing the line:
> "ctx.getOptionOverrides().setLockAcquisitionTimeout(0);" in the "org.jboss.cache.interceptors.MVCCLockingInterceptor.java" in line 202.
> This line set the Timeout to zero and deranges the System to gain a Lock. 
> Removing this line prevents this.
> Patch is in the attached file.

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