[jboss-dev-forums] [Design of JBossCache] - Re: TimeoutException printing stacktraces of threads holding
manik.surtani@jboss.com
do-not-reply at jboss.com
Mon Nov 19 06:29:02 EST 2007
The lock may not always be held by a Thread. It may be a GlobalTransaction. But I suppose it could be done for the instances where the lock owner is a Thread.
Could this get unnecessarily noisy for when a WL times out because of multiple RLs?
Also, these stacks would be printed to the log in the toString method, not appended to the return value of toString. Is this what you had in mind?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105981#4105981
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105981
More information about the jboss-dev-forums
mailing list