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

Modify description in request controller subsystem to proper sentence

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 19.0.0.Beta17, 19.0.0.Final
    • None
    • None
    • None

    Description

      Modify description in request controller subsystem to proper sentence.

      check:

      /subsystem=request-controller:read-resource-description

      
      {
      
          "outcome" => "success",
          "result" => {
              "description" => "The request controller subsystem. Used for request limiting and graceful shutdown",
              "capabilities" => [
               Unknown macro: \{             "name" => "org.wildfly.request-controller",             "dynamic" => false         }
      ],
      
               "attributes" => {
                  "active-requests" =>
      Unknown macro: \{                 "type" => INT,                 "description" => "The number of requests that are currently running in the server",                 "expressions-allowed" => false,                 "required" => false,                 "nillable" => true,                 "access-type" => "metric",                 "storage" => "runtime"             }
      ,
      
                  "max-requests" =>
      Unknown macro: \{                 "type" => INT,                 "description" => "The maximum number of all types of requests that can be running in a server at a time. Once this limit is hit any new requests will be rejected.",                 "expressions-allowed" => true,                 "required" => false,                 "nillable" => true,                 "default" => -1,                 "access-type" => "read-write",                 "storage" => "configuration",                 "restart-required" => "all-services"             }
      ,
      
                  "track-individual-endpoints" =>
      Unknown macro: \{                 "type" => BOOLEAN,                 "description" => "If this is true requests are tracked at an endpoint level, which will allow individual deployments to be suspended",                 "expressions-allowed" => true,                 "required" => false,                 "nillable" => true,                 "default" => false,                 "access-type" => "read-write",                 "storage" => "configuration",                 "restart-required" => "all-services"             }
              },
      
              "operations" => undefined,
              "notifications" => undefined,
              "children" => {}
          }
      }
      
       
      

      Attachments

        Issue Links

          Activity

            People

              mshikalw Moulali Shikalwadi
              mshikalw Moulali Shikalwadi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: