removing a unit from an application which is in a reverse proxy relation does not remove unit from balance

Bug #1692524 reported by Jay R. Wren
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
apache2 (Juju Charms Collection)
New
Undecided
Unassigned

Bug Description

What I observed:

An Application with 2 units related to apache2 with balancer relation. One of those units is removed. The balancer config is not updated.

$ cat /etc/apache2/conf-enabled/blues-browser.balancer.conf
<Proxy balancer://blues-browser>
BalancerMember http://10.142.0.6:6543 timeout=60
BalancerMember http://10.142.0.10:6543 timeout=60

    ProxySet lbmethod=byrequests
    RequestHeader set X-Balancer-Name "blues-browser"
</Proxy>

The 10.142.0.10 machine does not exist. It was removed, but the charm did not update this config.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.