Commit 63b8d8f
committed
Allow remote hosts to come back up
When a host comes back up after being down, a request processor
(unlike a control connection) only notifies the load balancing
policy if the host is not ignored.
Sadly some policies ignore remote hosts that are down.
In combination, this means that remote hosts can never be used by
a request (processor) after having once gone down.
This fix resolves this, by always notifying a policy of all
host-up events, regardless of the distance of that host.1 parent 58c17d1 commit 63b8d8f
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
466 | | - | |
467 | | - | |
| 465 | + | |
468 | 466 | | |
469 | 467 | | |
470 | 468 | | |
| |||
0 commit comments