RAIDb-1 Weighted Round Robin load balancer does not work as expected
--------------------------------------------------------------------

         Key: SEQUOIA-850
         URL: https://forge.continuent.org/jira/browse/SEQUOIA-850
     Project: Sequoia
        Type: Bug
    Versions: Sequoia 3.0 beta1, Sequoia 2.10.2    
    Reporter: Stephane Giron
 Assigned to: Stephane Giron 
     Fix For: Sequoia 2.10.3, Sequoia 3.0


When using this setting of vdb :

      <LoadBalancer>
        <RAIDb-1>
          <WaitForCompletion policy="all"/>
          <RAIDb-1-WeightedRoundRobin>
          <BackendWeight name="c1b1" weight="5"/>
          <BackendWeight name="c1b2" weight="10"/>
          </RAIDb-1-WeightedRoundRobin>
        </RAIDb-1>
      </LoadBalancer>

it appears that read requests are not balanced as expected : 1st request goes 
to 1st backend, next 2 requests goes to 2nd backend and so on.
In fact, only 1st backend is used in this case, and 2nd backend does not 
receive any read request.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to