[jboss-user] [JBossCache] - Re: Timeout/Lock exception in single user/single thread envi
manik.surtani@jboss.com
do-not-reply at jboss.com
Wed Jan 23 11:32:01 EST 2008
This looks pretty normal to me. You have a reader (GlobalTransaction::2) which holds the lock on the node, and you have another thread (Thread[http-0.0.0.0-8080-2,5,jboss]) trying to get a hold of a write lock. Given R_R semantics, this thread will block until the reader completes and releases the read lock.
Have you tried increasing the lock acquisition timeout? Or using optimistic locking?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122695#4122695
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122695
More information about the jboss-user
mailing list