[jboss-user] [Clustering/JBoss] - Re: strace shows futex

bstansberry@jboss.com do-not-reply at jboss.com
Mon Nov 24 20:07:50 EST 2008


Threads waiting on an object are quite normal; it's the standard mechanism via which a thread that's completed it's work is unscheduled while waiting for more work. The threads in your stack trace other than "main" all look fine. The "main" thread wait is as I described above.

As nodes start, each of your 10 HASingletonControllers on that node sends a message to the cluster telling it it's there.  The "main" thread below shows that happening.

Sounds like there is an issue with handling that mesage on one or more of your nodes. If you see a log message saying a node is being suspected, get a thread dump on the node that's being suspected.

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

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



More information about the jboss-user mailing list