The last queue (configured as "Queues to enable" in HA probe setting) does not get deactivated while HA probe triggered fail back. All the Queues (configured as "Queues to enable") are supposed to deactivate when HA probe initiated fail back.
Environment
HA probe 1.45 <setup>/queue_activate_method is set as "queue_active"
Cause
HA probe triggered hub restart upon deactivating queues, but HA probe should not trigger hub restart if queue_activate_method is "queue_active".
Resolution
The problem was fixed with HA probe 1.46 In HA 1.46 it does not send hub restart if queue_activate_method is "queue_active" In HA probe 1.45 there is one workaround. Use "postroute" for queue_activate_method.
Use raw configure to change this setting:
Difference in between "postroute" and "queue_active".
queue_active - A hub callback. It lets the hub modify its own config so hub restart is not required.
postroute - Uses controller callback "probe_config_set" it lets directly modifies the hub config so hub restart is required.