Bas created ARTEMIS-2821:
----------------------------

             Summary: AWS load balancer health check causes log entries 224088 
with every check
                 Key: ARTEMIS-2821
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2821
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: Broker
    Affects Versions: 2.13.0
            Reporter: Bas


Hi,

 

When using health checks from an AWS load balancer which opens a connection to 
the opened artemis port, we get log entries mentioning code 224088 with every 
health check.

The connection are being closed by the load balancer but there is no 
implementation of channelInactive so this case is not handled properly. In the 
end the connection is closed but it also logs 224088. 

Fix is to handle channelinactive and cancel the future which closes the netty 
channel. It is not necessary to close this channel because netty is already 
telling you the channel is closed. 

 

See pull request: [https://github.com/apache/activemq-artemis/pull/3196]



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

Reply via email to