[JBoss JIRA] (WFCORE-3983) Update the WildFly Elytron Subsystem to use the new MSC Service API
by Darran Lofthouse (JIRA)
Darran Lofthouse created WFCORE-3983:
----------------------------------------
Summary: Update the WildFly Elytron Subsystem to use the new MSC Service API
Key: WFCORE-3983
URL: https://issues.jboss.org/browse/WFCORE-3983
Project: WildFly Core
Issue Type: Task
Components: Security
Reporter: Darran Lofthouse
At some point we want to consider breaking the subsystem into smaller chunks to allow a more selective subset of functionality to be selected - before we do that it would be good to clean up the general approach in the subsystem. We have trivial resources and services within the subsystem but the new MSC APIs may simpify a lot of this.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (WFLY-8364) mod_cluster model allows both simple- and dynamic-load-providers to be defined in the model simultaneously
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-8364?page=com.atlassian.jira.plugin.... ]
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)
7 years, 9 months