Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-811

Bad checking values of queue length of async handler in logging configuration in web console

    XMLWordPrintable

Details

    • Hide

      1.Start EAP in standalone mode with standalone-full-ha profile
      2.Go to subsystem, logging, handlers , async
      3.Create handler with positive queue length value
      4.Try to edit value to 0 and save
      5.Refresh page and value is not save because 0 is invalid value for queue length

      Show
      1.Start EAP in standalone mode with standalone-full-ha profile 2.Go to subsystem, logging, handlers , async 3.Create handler with positive queue length value 4.Try to edit value to 0 and save 5.Refresh page and value is not save because 0 is invalid value for queue length

    Description

      When you create in logging subsystem configuration an async handler with positive queue length value and then try to edit the queue length value to 0 it is successfully saved in web console, not in model, and after refreshing the previous queue length value is shown.
      When you try to set 0 value through CLI with /subsystem=logging/async-handler=sda:write-attribute(name=queue-length,value=0) it shows error

      {
          "outcome" => "failed",
          "failure-description" => "WFLYCTL0117: 0 is an invalid value for parameter queue-length. A minimum value of 1 is required",
          "rolled-back" => true,
          "response-headers" => {"process-state" => "reload-required"}
      }
      

      Attachments

        Issue Links

          Activity

            People

              rhn-support-hbraun Heiko Braun
              pcyprian_jira Patrik Cyprian (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: