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

Object, instead of a simple boolean should be returned by stop operation on mod_cluster

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Minor
    • None
    • 14.0.0.Final
    • mod_cluster
    • None

    Description

      When calling stop operation, object should be returned:

      [standalone@127.0.0.1:9990 /] /subsystem=modcluster/proxy=default:stop()
      {
          "outcome" => "success",
          "result" => {"session-draining-complete" => true}
      }
      

      Instead, just boolean is returned:

      [standalone@127.0.0.1:9990 /] /subsystem=modcluster/proxy=default:stop()
      {
          "outcome" => "success",
          "result" => true
      }
      

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-rhusar Radoslav Husar
              jkasik@redhat.com Jan Kašík
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: