I’m seeing 'Node is standing by' warning, Is this a problem?

Article ID:360059042012
1 minute readKnowledge base

Issue

I’m seeing a warning 'This node is standing by in case the primary node fails over' when I try to login to my Jenkins instance. However at other times login works fine.

node standing by

Resolution

CloudBees High Availability (active/passive) Plugin provides CloudBees Jenkins users the ability to configure a secondary instance as a failover node. The failover node is in passive mode which means that it will not respond as if it were an active node. 'This node is standing by in case the primary node fails over' is the response from the secondary (passive) node in a High-availability (HA) pair. You will see this message if you attempt to access the secondary node or if you have a Load balancer (or reverse proxy) which is incorrectly setup to balance requests evenly between the primary and secondary nodes.

To correct this, do not direct requests to the secondary (passive) node. As well, do not use the secondary node responses as indication of the health status of your Jenkins instance. The secondary node is in standby mode and is designed to be ready (in case of failover) to take over from the primary node.

If instead of active/passive HA, you would like active/active HA, see: High Availability (active/active)

This article is part of our Knowledge Base and is provided for guidance-based purposes only. The solutions or workarounds described here are not officially supported by CloudBees and may not be applicable in all environments. Use at your own discretion, and test changes in a safe environment before applying them to production systems.