Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-12458

(7.4.z) WFCORE-5958 - The warning message when changing worker of remoting endpoint is not fully correct

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.4.7.CR1, 7.4.7.GA
    • 7.1.0.ER3
    • Remoting
    • None

    Description

      As part of changes done in JBEAP-7284, there is now provided warning message in case of changing worker [1]. In case of using http-upgrade for remoting this has also impact on undertow listener, which needs to use the same worker. As http-listener doesn't depend on remoting, it is rather the opposite way, the warning message is not correct for this situation. As such the message should be updated to provide warning in relation to the http[s]-listener.

      [1]

      /subsystem=remoting/configuration=endpoint:write-attribute(name=worker,value=default)
      {
          "outcome" => "success",
          "response-headers" => {
              "warnings" => [{
                  "warning" => "WFLYRMT0026: Change of worker to 'default' in remoting might require the same change in resources depending on remoting.",
                  "level" => "WARNING",
                  "operation" => {
                      "address" => [
                          ("subsystem" => "remoting"),
                          ("configuration" => "endpoint")
                      ],
                      "operation" => "write-attribute"
                  }
              }],
              "operation-requires-reload" => true,
              "process-state" => "reload-required"
          }
      }
      

      Attachments

        Issue Links

          Activity

            People

              ssur@redhat.com Sudeshna Sur
              rhatlapa@redhat.com Radim Hatlapatka (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: