Hi!
Let's assume I have a load balancer which distributes (using hash over R-URI) calls to 4 proxies. Further, ds_mark_dst() is used to marked broken proxys.
Marking a destination as inactive - does this change the routing completely (as if there were only 3 proxies in the config file) or will it still hash over the 4 proxies, but choose automatically the second entry in the resulting list if the result is the inactive proxy?
regards klaus
Hello,
On 05/23/07 10:27, Klaus Darilion wrote:
Hi!
Let's assume I have a load balancer which distributes (using hash over R-URI) calls to 4 proxies. Further, ds_mark_dst() is used to marked broken proxys.
Marking a destination as inactive - does this change the routing completely (as if there were only 3 proxies in the config file) or will it still hash over the 4 proxies, but choose automatically the second entry in the resulting list if the result is the inactive proxy?
it will consider all the time as being 4 proxies, and if marked inactive, will try next one in the returned list.
Cheers, Daniel
regards klaus
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Thus, URIs "hosted" on the active destinations will not get shifted by setting a proxy as inactive - correct?
btw: Is there a way to add destinations without openser restart?
regards klaus
Daniel-Constantin Mierla wrote:
Hello,
On 05/23/07 10:27, Klaus Darilion wrote:
Hi!
Let's assume I have a load balancer which distributes (using hash over R-URI) calls to 4 proxies. Further, ds_mark_dst() is used to marked broken proxys.
Marking a destination as inactive - does this change the routing completely (as if there were only 3 proxies in the config file) or will it still hash over the 4 proxies, but choose automatically the second entry in the resulting list if the result is the inactive proxy?
it will consider all the time as being 4 proxies, and if marked inactive, will try next one in the returned list.
Cheers, Daniel
regards klaus
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
On 05/23/07 13:06, Klaus Darilion wrote:
Thus, URIs "hosted" on the active destinations will not get shifted by setting a proxy as inactive - correct?
yes
btw: Is there a way to add destinations without openser restart?
No. Maybe future releases ...
Cheers, Daniel
regards klaus
Daniel-Constantin Mierla wrote:
Hello,
On 05/23/07 10:27, Klaus Darilion wrote:
Hi!
Let's assume I have a load balancer which distributes (using hash over R-URI) calls to 4 proxies. Further, ds_mark_dst() is used to marked broken proxys.
Marking a destination as inactive - does this change the routing completely (as if there were only 3 proxies in the config file) or will it still hash over the 4 proxies, but choose automatically the second entry in the resulting list if the result is the inactive proxy?
it will consider all the time as being 4 proxies, and if marked inactive, will try next one in the returned list.
Cheers, Daniel
regards klaus
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users