We are currently testing hibernate 3.3.1 with jbosscache 3.0.1

Most of the time it works fine, but sometimes it just pauses for 20 seconds.
i traced it to lock waits in putForExternalRead() which according to the 
javadoc, shouldn't wait for locks.

I think this line is missing in CacheInvocationDelegate.putForExternalRead() :
         
getInvocationContext().getOptionOverrides().setLockAcquisitionTimeout(0);

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195363#4195363

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195363
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to