Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-8364

mod_cluster model allows both simple- and dynamic-load-providers to be defined in the model simultaneously

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 14.0.0.Beta2
    • 10.1.0.Final, 13.0.0.Final
    • mod_cluster
    • None

              <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>
      

      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 is WFLY-10471.

            rhn-engineering-rhusar Radoslav Husar
            rhn-engineering-rhusar Radoslav Husar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: