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

Modify description in request controller subsystem to proper sentence.

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • None
    • None
    • None
    • ---
    • ---

      Modify description in request controller subsystem to proper sentence.

      check:

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

       
      [standalone@localhost:9990 /] /subsystem=request-controller:read-resource-description

      {
          "outcome" => "success",
          "result" => {
              "description" => "The request controller subsystem. Used for request limiting and graceful shutdown",
              "capabilities" => [{
                  "name" => "org.wildfly.request-controller",
                  "dynamic" => false
              }],
              "attributes" => {
                  "active-requests" => {
                      "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" => {
                      "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" => {
                      "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" => {}
          }
      }
      

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

              Created:
              Updated:
              Resolved: