Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-3194

Improper handling of load metric add/remove in mod_cluster subsystem

    XMLWordPrintable

Details

    Description

      The ModClusterAddMetric and ModClusterAddCustomMetric handlers have two problems:

      1) They only run if (context.getType() == OperationContext.Type.SERVER)

      This means a client updating the subsystem config on a domain controller will not be able to have the change reflected in the domain wide model (and it won't be persisted to domain.xml)

      2) If they are run on the server, they don't modify the runtime or call context.reloadRequired(). So the runtime services are out of sync with the configuration but the server state doesn't reflect that.

      Attachments

        Activity

          People

            rhn-engineering-jclere Jean-Frederic Clere
            bstansbe@redhat.com Brian Stansberry
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: