Uploaded image for project: 'ActiveMQ Artemis'
  1. ActiveMQ Artemis
  2. ARTEMIS-2821

AWS load balancer health check causes log entries 224088 with every check

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.13.0
    • 2.14.0
    • Broker
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            baselzinga Bas
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: