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

When disabling context on balancer, its status will never switch to 'disabled'

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • 15.0.0.Beta1
    • mod_cluster
    • None
    • Hide
      /subsystem=undertow/configuration=filter/mod-cluster=modcluster/balancer=mycluster/node=wildfly-15.0.0.Alpha1-SNAPSHOT-1/context=clusterbench:disable()
      
      Show
      /subsystem=undertow/configuration=filter/mod-cluster=modcluster/balancer=mycluster/node=wildfly-15.0.0.Alpha1-SNAPSHOT-1/context=clusterbench:disable()
    • User Experience

    Description

      When disabling context on proxy for given node, no more requests are routed to this node from balancer. The status of context shown on console will however never switch to "disabled".

      /subsystem=undertow/configuration=filter/mod-cluster=modcluster:read-resource(include-runtime=true, recursive=true, recursive-depth=100)
      ...
      node" => {
                      "wildfly-15.0.0.Alpha1-SNAPSHOT-1" => {
                          "aliases" => [
                              "default-host",
                              "localhost"
                          ],
                          "cache-connections" => 40,
                          "elected" => 2,
                          "flush-packets" => false,
                          "load" => 66,
                          "load-balancing-group" => undefined,
                          "max-connections" => 40,
                          "open-connections" => 4,
                          "ping" => 10,
                          "queue-new-requests" => true,
                          "read" => 0L,
                          "request-queue-size" => 1000,
                          "status" => "NODE_UP",
                          "timeout" => 0,
                          "ttl" => 60L,
                          "uri" => "ajp://172.17.0.2:8009/?#",
                          "written" => 0L,
                          "context" => {
                              "/clusterbench" => {
                                  "requests" => 0,
                                  "status" => "enabled"
                              },
                              "/" => {
                                  "requests" => 0,
                                  "status" => "enabled"
                              },
                              "/wildfly-services" => {
                                  "requests" => 0,
                                  "status" => "enabled"
                              }
                          }
                      },
      ...
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: