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

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

    XMLWordPrintable

Details

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

    Description

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: