[mod_cluster-issues] [JBoss JIRA] Commented: (MODCLUSTER-100) load balancing logic doesn't allow manual demo of load-balancing

Jean-Frederic Clere (JIRA) jira-events at lists.jboss.org
Tue Aug 18 08:53:27 EDT 2009


    [ https://jira.jboss.org/jira/browse/MODCLUSTER-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12481453#action_12481453 ] 

Jean-Frederic Clere commented on MODCLUSTER-100:
------------------------------------------------

Add:
LBstatusRecalTime - Time interval in seconds for loadbalancing logic to recalculate the status of a node: (Default: 5 seconds)
to mod_proxy_cluster commands.

> load balancing logic doesn't allow manual demo of load-balancing
> ----------------------------------------------------------------
>
>                 Key: MODCLUSTER-100
>                 URL: https://jira.jboss.org/jira/browse/MODCLUSTER-100
>             Project: mod_cluster
>          Issue Type: Feature Request
>         Environment: any
>            Reporter: Jean-Frederic Clere
>            Assignee: Jean-Frederic Clere
>
> the load-balancing logic counts the requests during a while and uses that counter to balance the requests between the nodes.
> the while is 1 second fixed.... Should be a parameter and probably the default value should be more than one second.
> The actual ormula is:
> status = lbstatus + (elected - oldelected) * 1000)/bfactor;
> lbfactor is received for the node via STATUS.
> lbstatus is recalculated every 1 second (that will be a parameter) like status.
> elected is the number of time the worker was elected.
> oldelected is elected last time the lbstatus was recalculated.
> The node with the lowest status is selected.
> If you have very few sessions (like a demo by hands) lbstatus is 0 on all the nodes and only the first nodes are going to be selected.

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

        


More information about the mod_cluster-issues mailing list