[jboss-jira] [JBoss JIRA] (AS7-3924) mod_cluster should use reasonable default load provider

Michal Babacek (JIRA) jira-events at lists.jboss.org
Mon Feb 27 09:36:36 EST 2012


    [ https://issues.jboss.org/browse/AS7-3924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671199#comment-12671199 ] 

Michal Babacek commented on AS7-3924:
-------------------------------------

e.g.
{code:lang=xml}
<subsystem xmlns="urn:jboss:domain:modcluster:1.0">
    <mod-cluster-config advertise-socket="modcluster">
        <dynamic-load-provider decay="2" history="10">
            <load-metric weight="1" type="heap"/>
            <load-metric weight="1" type="busyness"/>
            <load-metric weight="1" type="cpu"/>
        </dynamic-load-provider>
    </mod-cluster-config>
</subsystem>
{code}
looks reasonable for me.
                
> mod_cluster should use reasonable default load provider
> -------------------------------------------------------
>
>                 Key: AS7-3924
>                 URL: https://issues.jboss.org/browse/AS7-3924
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 7.0.0.Final, 7.1.0.Final
>            Reporter: Radoslav Husar
>            Assignee: Paul Ferraro
>            Priority: Critical
>             Fix For: 7.1.1.Final
>
>
> Currently, mod_cluster subsystem uses "simple-load-provider" that returns constant number for load "1".
> mod_cluster as an intelligent load balancer should use something intelligent by default.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list