This incident type refers to a problem with the load balancing functionality of the Apache HTTP server when using the mod_jk connector. This can cause issues with distributing incoming traffic across multiple servers, resulting in reduced performance or even downtime for the affected services. It is important to address and resolve these issues as quickly as possible to minimize impact on users and ensure the stability of the system.
Parameters
Debug
Check if mod_jk is enabled in Apache HTTP
Check if the load balancer is configured correctly
Check the status of the worker nodes
Check the Apache error log for any relevant error messages
Check the Apache access log for any relevant traffic patterns
Check the network connectivity between the load balancer and worker nodes
Repair
Restart Apache HTTP server to see if the issue is resolved temporarily.
Adjust the load balancing algorithm used by mod_jk to better suit the specific needs of the system and its traffic patterns.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.