[ 
https://issues.apache.org/jira/browse/QPID-3810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13200514#comment-13200514
 ] 

Keith Wall commented on QPID-3810:
----------------------------------

Changes look fine, but I've just noticed the switch in logger seems to be 
meaning we are seeing format patterns:

{code}
main 2012-02-04 19:39:12,552 DEBUG 
[apache.qpid.client.AMQConnectionDelegate_0_10] connecting to host: localhost 
port: 15672 vhost: test username: guest password: ********
main 2012-02-04 19:39:12,616 DEBUG [transport.network.io.IoNetworkTransport] 
SO_RCVBUF : %s
main 2012-02-04 19:39:12,616 DEBUG [transport.network.io.IoNetworkTransport] 
SO_SNDBUF : %s
main 2012-02-04 19:39:12,616 DEBUG [transport.network.io.IoNetworkTransport] 
TCP_NODELAY : %s
main 2012-02-04 19:39:12,646 DEBUG [apache.qpid.transport.Connection] SEND: 
[conn:26796e1c] AMQP.1 0-10
{code}
                
> [Java broker] stop the acceptor thread exiting when encountering IOExceptions 
> such as too many open files
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3810
>                 URL: https://issues.apache.org/jira/browse/QPID-3810
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.14
>            Reporter: Robbie Gemmell
>            Assignee: Keith Wall
>             Fix For: 0.15
>
>
> The Java brokers new IO acceptor thread will exit when encountering 
> IOExceptions such as too many open files. It should instead catch the 
> Exception and attempt to continue (after a short delay to prevent tight 
> spinning throwing such exceptions) and allow broker operation to continue if 
> the issue is resolved.

--
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:[email protected]

Reply via email to