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

worker=default:read-resource(include-runtime) wrong values in domain mode

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.0.0.Alpha25
    • None
    • IO
    • None

      In domain mode the following command assigns error message to values.

      /profile=full-ha/subsystem=io/worker=default:read-resource(include-runtime)
      {
          "outcome" => "success",
          "result" => {
              "io-threads" => "WFLYIO006: no metrics available",
              "stack-size" => "WFLYIO006: no metrics available",
              "task-keepalive" => "WFLYIO006: no metrics available",
              "task-max-threads" => "WFLYIO006: no metrics available",
              "server" => undefined
          }
      }
      

      it should show configured values when it is executed on profile

      Also, may be related

      /subsystem=io/worker=test123:add(io-threads=11,stack-size=12,task-keepalive=13,task-max-threads=14)
      {"outcome" => "success"}
      [standalone@localhost:9990 /] /subsystem=io/worker=test123:read-resource
      {
          "outcome" => "success",
          "result" => {
              "io-threads" => undefined,
              "stack-size" => undefined,
              "task-keepalive" => undefined,
              "task-max-threads" => undefined,
              "server" => undefined
          }
      }
      

              tomazcerar Tomaž Cerar (Inactive)
              cmiranda@redhat.com Claudio Miranda
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: