<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Possible bug with JBoss Messaging on bisocket transport
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/Husgaard">Husgaard</a> in <i>JBoss Messaging</i> - <a href="http://community.jboss.org/message/634694#634694">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I am using JBoss Messaging 1.4.7.GA with the bisocket transport from JBoss Remoting 2.5.3.SP1 connecting to remote clients.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Ever since I started using this combination I have seen some stability issues on large and busy production systems that I have been unable to reproduce in a test environment. I have mostly seen these issues when the systems have been very busy, and I have noticed that these issues become a lot worse when the network is not good (high packet loss and/or parts of the network disconnecting at times).</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Today I think I have found the cause of these issues, and it looks like a bug in the interface between JBoss Messaging and JBoss Remoting. I would like some of you JBoss Messaging experts here to comment on my observations before I open a JIRA ticket.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>My findings starts with two thread dumps obtained at a production server experiencing these issues. The thread dumps were taken 8 seconds apart, and both show the same stack trace:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>"WorkManager(2)-76" daemon prio=10 tid=0x00002aaae483c000 nid=0x3d40 in Object.wait() [0x000000004770a000]</p><p>&#160;&#160; java.lang.Thread.State: TIMED_WAITING (on object monitor)</p><p>&#160;&#160;&#160; at java.lang.Object.wait(Native Method)</p><p>&#160;&#160;&#160; at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.createSocket(BisocketClientInvoker.java:528)</p><p>&#160;&#160;&#160; - locked &lt;0x000000070f9cb8f8&gt; (a java.util.HashSet)</p><p>&#160;&#160;&#160; at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.getConnection(MicroSocketClientInvoker.java:1165)</p><p>&#160;&#160;&#160; at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:816)</p><p>&#160;&#160;&#160; at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.transport(BisocketClientInvoker.java:461)</p><p>&#160;&#160;&#160; at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:167)</p><p>&#160;&#160;&#160; at org.jboss.remoting.Client.invoke(Client.java:2034)</p><p>&#160;&#160;&#160; at org.jboss.remoting.Client.invoke(Client.java:877)</p><p>&#160;&#160;&#160; at org.jboss.remoting.Client.invokeOneway(Client.java:926) - not client side, means we may block instead of executing in a new thread</p><p>&#160;&#160;&#160; at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:835)</p><p>&#160;&#160;&#160; at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallbackOneway(ServerInvokerCallbackHandler.java:708) - serverSide=false</p><p>&#160;&#160;&#160; at org.jboss.jms.server.endpoint.ServerSessionEndpoint.performDelivery(ServerSessionEndpoint.java:1467)</p><p>&#160;&#160;&#160; at org.jboss.jms.server.endpoint.ServerSessionEndpoint.handleDelivery(ServerSessionEndpoint.java:1379)</p><p>&#160;&#160;&#160; - locked &lt;0x00000006a8c8dfd0&gt; (a org.jboss.jms.server.endpoint.ServerSessionEndpoint)</p><p>&#160;&#160;&#160; at org.jboss.jms.server.endpoint.ServerConsumerEndpoint.handle(ServerConsumerEndpoint.java:328)</p><p>&#160;&#160;&#160; - locked &lt;0x0000000695caa390&gt; (a java.lang.Object)</p><p>&#160;&#160;&#160; at org.jboss.messaging.core.impl.RoundRobinDistributor.handle(RoundRobinDistributor.java:119)</p><p>&#160;&#160;&#160; at org.jboss.messaging.core.impl.MessagingQueue$DistributorWrapper.handle(MessagingQueue.java:590)</p><p>&#160;&#160;&#160; at org.jboss.messaging.core.impl.ClusterRoundRobinDistributor.handle(ClusterRoundRobinDistributor.java:79)</p><p>&#160;&#160;&#160; at org.jboss.messaging.core.impl.ChannelSupport.deliverInternal(ChannelSupport.java:665)</p><p>&#160;&#160;&#160; at org.jboss.messaging.core.impl.MessagingQueue.deliverInternal(MessagingQueue.java:513)</p><p>&#160;&#160;&#160; at org.jboss.messaging.core.impl.ChannelSupport.handle(ChannelSupport.java:246)</p><p>&#160;&#160;&#160; - locked &lt;0x0000000695caa498&gt; (a java.lang.Object)</p><p>&#160;&#160;&#160; at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.routeInternal(MessagingPostOffice.java:2504)</p><p>&#160;&#160;&#160; at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.route(MessagingPostOffice.java:580)</p><p>&#160;&#160;&#160; at org.jboss.jms.server.endpoint.ServerConnectionEndpoint.sendMessage(ServerConnectionEndpoint.java:779)</p><p>(snip)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>This thread is trying to deliver a JMS message and is waiting in BisocketClientInvoker.createSocket() for a remote client to open a connection back to the server. At the same time the thread holds a read lock in MessagingPostOffice. This means that any work in MessagingPostOffice that needs a write lock is blocked.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>The problem in this case is that the remote client is no longer connected to the network, so it will never connect back to the server. The wait in BisocketClientInvoker.createSocket() will time out after some time. There is a retry loop in BisocketClientInvoker.createSocket() which will retry a few times, but eventually the call will fail and the read lock in MessagingPostOffice is released. If I read the code correctly the read lock is held for 60 seconds, if the JBoss Remoting settings are default.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Having the MessagingPostOffice lock exposed to client communication problems in this way is not good, and probably not what you want.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Looking at the way JBoss Messaging calls JBoss Remoting when delivering a message to a remote client, I see that you use one-way calls where the caller does not care about a response, and the call is executed in another thread. But in JBoss Remoting there are two way of doing this:</p><ol><li style="text-align: start;">Starting a thread on the caller side to handle the call. This way the new thread will take care of any communication problems, and the calling thread can return immediately so the read lock in MessagingPostOffice is immediately released.</li><li style="text-align: start;">Starting a new thread on the remote side to handle the call. This way the calling thread has to take care of any communication problems, and only when the invocation has been delivered to the remote side will the remote side start a new thread to handle the call.</li></ol><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="text-align: start;">Unfortunately it looks like JBoss Messaging is using the last way of doing one-way calls.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="text-align: start;">So my question is: Isn't this a bug? Shouldn't we use the first way of doing one-way calls instead?</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/634694#634694">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Messaging at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>