[jboss-jira] [JBoss JIRA] (WFLY-8364) mod_cluster model allows both simple- and dynamic-load-providers to be defined in the model simultaneously

Radoslav Husar (JIRA) issues at jboss.org
Tue Jul 31 08:58:01 EDT 2018


     [ https://issues.jboss.org/browse/WFLY-8364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radoslav Husar updated WFLY-8364:
---------------------------------
    Affects Version/s: 13.0.0.Final


> mod_cluster model allows both simple- and dynamic-load-providers to be defined in the model simultaneously
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: WFLY-8364
>                 URL: https://issues.jboss.org/browse/WFLY-8364
>             Project: WildFly
>          Issue Type: Bug
>          Components: mod_cluster
>    Affects Versions: 10.1.0.Final, 13.0.0.Final
>            Reporter: Radoslav Husar
>            Assignee: Radoslav Husar
>
> {code}
>         <subsystem xmlns="urn:jboss:domain:modcluster:3.0">
>             <mod-cluster-config advertise-socket="modcluster" connector="ajp">
>                 <simple-load-provider factor="5"/>
>                 <dynamic-load-provider>
>                     <load-metric type="cpu"/>
>                 </dynamic-load-provider>
>             </mod-cluster-config>
>         </subsystem>
> {code}
> However, it would be ideal if this was reworked into correct resources, like the following:
> {{/subsystem=modcluster/proxy=default/load-provider=dynamic}}
> {{/subsystem=modcluster/proxy=default/load-provider=simple}}
> Jira for that TBD.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list