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

Operation which require server reload should check if something was changed

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 8.1.0.CR1, 8.1.0.Final
    • 8.0.0.Final
    • Management
    • None

    Description

      Description of problem:
      Server reload is required even if nothing was actually changed. This could have negative impact on usability of WildFly.

      Steps to Reproduce:

      • start standalone
      • connect to cli
      • run: /subsystem=jpa:write-attribute(name=default-extended-persistence-inheritance, value=SHALLOW)
      • reload server
      • run: /subsystem=jpa:write-attribute(name=default-extended-persistence-inheritance, value=SHALLOW)

      Actual results:
      {
      "outcome" => "success",
      "response-headers" =>

      { "operation-requires-reload" => true, "process-state" => "reload-required" }

      }
      Expected results:

      • reload is not required

      Attachments

        Activity

          People

            ehugonne1@redhat.com Emmanuel Hugonnet
            ehugonne1@redhat.com Emmanuel Hugonnet
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: