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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...