[jboss-user] [Clustering/JBoss] - Re: Jgroups jboss cache deadlock

bstansberry@jboss.com do-not-reply at jboss.com
Tue Sep 12 18:21:17 EDT 2006


Sorry, these thread dumps don't tell me anything.

The first shows a thread that's replicating a put() call waiting for responses from other nodes in the cluster.  Whether there is anything meaningful there depends on how long it waits.

The second dump shows its not waiting for responses anymore; it's blocked in your code, presumably on a synchronized (this) call.  From it's name it looks like your class is a wrapper around TreeCacheAOP; perhaps synchronizing on it is causing you problems?

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971135



More information about the jboss-user mailing list