You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alex Rudyy (Created) (JIRA)" <ji...@apache.org> on 2011/10/11 13:19:11 UTC

[jira] [Created] (QPID-3541) Broker closes socket immediately after sending 0-8/0-9/0-9-1 ConnectionClose whilst closing ConnectionRegistry

Broker closes socket immediately after sending 0-8/0-9/0-9-1 ConnectionClose whilst closing ConnectionRegistry
--------------------------------------------------------------------------------------------------------------

                 Key: QPID-3541
                 URL: https://issues.apache.org/jira/browse/QPID-3541
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: 0.12
            Reporter: Alex Rudyy
             Fix For: Future


Broker closes socket immediately after sending 0-8/0-9/0-9-1 ConnectionClose whilst closing ConnectionRegistry. This can cause "Broken pipe" SocketException on a client whilst sending the reply. The broker should give some time for a client to succeed, perhaps using Future across all close attempts before closing the sockets forcibly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Commented] (QPID-3541) Broker closes socket immediately after sending 0-8/0-9/0-9-1 ConnectionClose whilst closing ConnectionRegistry

Posted by "Robbie Gemmell (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125028#comment-13125028 ] 

Robbie Gemmell commented on QPID-3541:
--------------------------------------

This was noticed whilst investigating QPID-3534, which reduces the impact of this issue by catching any transport exceptions caused by it whilst closing the network connection after replying to the ConnectionClose.
                
> Broker closes socket immediately after sending 0-8/0-9/0-9-1 ConnectionClose whilst closing ConnectionRegistry
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3541
>                 URL: https://issues.apache.org/jira/browse/QPID-3541
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.12
>            Reporter: Alex Rudyy
>             Fix For: Future
>
>
> Broker closes socket immediately after sending 0-8/0-9/0-9-1 ConnectionClose whilst closing ConnectionRegistry. This can cause "Broken pipe" SocketException on a client whilst sending the reply. The broker should give some time for a client to succeed, perhaps using Future across all close attempts before closing the sockets forcibly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org