Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-5958

The warning message when changing worker of remoting endpoint is not fully correct

XMLWordPrintable

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

            ssur@redhat.com Sudeshna Sur
            ssur@redhat.com Sudeshna Sur
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: