[jboss-jira] [JBoss JIRA] (WFLY-11317) When disabling context on balancer, its status will never switch to 'disabled'

Jan Kašík (Jira) issues at jboss.org
Fri Nov 9 04:15:00 EST 2018


Jan Kašík created WFLY-11317:
--------------------------------

             Summary: When disabling context on balancer, its status will never switch to 'disabled'
                 Key: WFLY-11317
                 URL: https://issues.jboss.org/browse/WFLY-11317
             Project: WildFly
          Issue Type: Bug
          Components: mod_cluster
    Affects Versions: 15.0.0.Alpha1
            Reporter: Jan Kašík
            Assignee: Radoslav Husar


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".

{code}
/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"
                        }
                    }
                },
...
{code}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)



More information about the jboss-jira mailing list