You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (Jira)" <ji...@apache.org> on 2020/06/24 18:42:00 UTC

[jira] [Resolved] (ARTEMIS-2821) AWS load balancer health check causes log entries 224088 with every check

     [ https://issues.apache.org/jira/browse/ARTEMIS-2821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram resolved ARTEMIS-2821.
-------------------------------------
    Fix Version/s: 2.14.0
       Resolution: Fixed

> 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
>            Priority: Minor
>             Fix For: 2.14.0
>
>
> 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)