[
https://issues.jboss.org/browse/JBCACHE-1599?page=com.atlassian.jira.plug...
]
Christopher Ezell updated JBCACHE-1599:
---------------------------------------
Description:
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.
was:
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 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
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.
For more information on JIRA, see:
http://www.atlassian.com/software/jira