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

Worker's attributes of IO subsystem are no documented properly

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 2.0.0.CR8
    • 2.0.0.CR6
    • None
    • None

    Description

      Following attributes has no documentation text:

      • stack-size
      • task-keepalive
      • task-max-threads
      [standalone@localhost:9990 /] cd subsystem=io/worker=default
      [standalone@localhost:9990 worker=default] :read-resource-description(recursive=true)
      {
          "outcome" => "success",
          "result" => {
              "description" => "Defines workers",
              " capabilities" => [{
                  "name" => "org.wildfly.io.worker",
                  "dynamic" => true
              }],
              "attributes" => {
                  "io-threads" => {
                      "type" => INT,
                      "description" => "Number of IO threads to use",
                      "expressions-allowed" => false,
                      "nillable" => true,
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "no-services"
                  },
                  "stack-size" => {
                      "type" => LONG,
                      "description" => "stack-size",
                      "expressions-allowed" => false,
                      "nillable" => true,
                      "default" => 0L,
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "no-services"
                  },
                  "task-keepalive" => {
                      "type" => INT,
                      "description" => "task-keepalive",
                      "expressions-allowed" => false,
                      "nillable" => true,
                      "default" => 60,
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "no-services"
                  },
                  "task-max-threads" => {
                      "type" => INT,
                      "description" => "task-max-threads",
                      "expressions-allowed" => false,
                      "nillable" => true,
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "no-services"
                  }
              },
              "operations" => undefined,
              "notifications" => undefined,
              "children" => {}
          }
      }
      

      Attachments

        Issue Links

          Activity

            People

              tomazcerar Tomaž Cerar (Inactive)
              jstefl@redhat.com Jan Štefl
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: