[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Bridge Leaking
jmesnil
do-not-reply at jboss.com
Tue Aug 18 04:59:11 EDT 2009
"clebert.suconic at jboss.com" wrote : From what I saw from a few tests I did now, this leak / Bridgeimpl.stop hanging would also eventually happen without the latest changes from 7763.
|
| However after 7763 the Bridge.stop is always hanging, making the testsuite to timeout.
|
>From the IRC discussion this morning:
| AndyTaylor: jmesnil: BridgeImpl stop method
| [10:48] AndyTaylor: jmesnil: you can see that we first closte the session factory i.e. csf.close();
| [10:48] AndyTaylor: jmesnil: then we execute a stop runnable
| [10:48] AndyTaylor: jmesnil: if you look at stopRunnable it calls session.close
| [10:49] AndyTaylor: jmesnil: this hangs on sendBlocking obviously because the session factpry has been closed
| [10:49] AndyTaylor: jmesnil: if i remove the tests don't hang and pass (apart from one)
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250098#4250098
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250098
More information about the jboss-dev-forums
mailing list