endless loop with NONE isolation level
--------------------------------------
Key: JBCACHE-1285
URL:
http://jira.jboss.com/jira/browse/JBCACHE-1285
Project: JBoss Cache
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 1.4.X
Reporter: Mircea Markus
Assigned To: Manik Surtani
Priority: Minor
Fix For: 1.4.X
if transaction isolation is NONE, and we do the following:
cache.put("/a", "k","v");
tx.beggin();
cache.remove("/a);
cache.put("/a/b");//here will be an endless loop
tx.commit()
The endless appears in the PessimisticLockInterceptor.lock, as needToReverseRemove is not
called for NONE isolation level (method itself also needs changed to accommodate this)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira