You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/03/04 16:56:00 UTC

[jira] [Work logged] (AMQ-7346) Unnecessary stack trace in DemandForwardingBridgeSupport

     [ https://issues.apache.org/jira/browse/AMQ-7346?focusedWorklogId=397688&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-397688 ]

ASF GitHub Bot logged work on AMQ-7346:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Mar/20 16:55
            Start Date: 04/Mar/20 16:55
    Worklog Time Spent: 10m 
      Work Description: jbonofre commented on pull request #499: [AMQ-7346] Improve logging of the network connector
URL: https://github.com/apache/activemq/pull/499
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 397688)
    Remaining Estimate: 0h
            Time Spent: 10m

> Unnecessary stack trace in DemandForwardingBridgeSupport
> --------------------------------------------------------
>
>                 Key: AMQ-7346
>                 URL: https://issues.apache.org/jira/browse/AMQ-7346
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Network of Brokers
>            Reporter: Lionel Cons
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 5.16.0, 5.15.12
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In case the broker at the remote end of a bridge is restarted, ActiveMQ logs:
> {code}
> 2019-11-19 07:20:07,403 [ActiveMQ Transport: ssl://amq148.acme.com/192.161.2.43:6166] WARN DemandForwardingBridgeSupport - Network connection between vm://amq115.acme.com#4 and ssl://amq148.acme.com/192.161.2.43:6166 shutdown due to a remote error: {}
> java.io.EOFException
> 	at java.io.DataInputStream.readInt(DataInputStream.java:392)
> 	at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:268)
> 	at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:240)
> 	at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:232)
> 	at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:215)
> 	at java.lang.Thread.run(Thread.java:748)
> {code}
> This should rather be:
> {code}
> 2019-11-19 07:20:07,403 [ActiveMQ Transport: ssl://amq148.acme.com/192.161.2.43:6166] WARN DemandForwardingBridgeSupport - Network connection between vm://amq115.acme.com#4 and ssl://amq148.acme.com/192.161.2.43:6166 shutdown due to a remote error: java.io.EOFException
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)