Hello dev,

Scenario: URL 1 must be handled by one the first two workers and URL 2 can
be handled by any worker. And would like to achieve uniform balancing
across all three workers. An attempt to achieve this is the example below.

What is the expected behavior of the following setup, where there are
overlapping members like in the example below between the two load
balancers?
Do the balancers act independent of each other(a) or do they take into
consideration that they have shared workers(b) ? If this does not work as
in (b) is there a way to achieve (b) ?

<Proxy balancer://Cluster1>


       BalancerMember http://10.0.0.10:80


       BalancerMember http://10.0.0.11:80


       ProxySet lbmethod=bybusyness


</Proxy>


<Proxy balancer://Cluster2>


       BalancerMember http://10.0.0.10:80


       BalancerMember http://10.0.0.11:80


       BalancerMember http://10.0.0.20:80


       ProxySet lbmethod=bybusyness


</Proxy>

URL 1 is redirected to Cluster 1
URL 2 is redirected to Cluster 2




Regards,
Mihai Iacob
DB2 Security Development
DB2 pureScale Development
Phone: (905) 413-5378
Email: mia...@ca.ibm.com

Reply via email to