[jboss-jira] [JBoss JIRA] (WFLY-7497) Incorrect value returned by undertow for "max number of concurrent active sessions" metric

Stuart Douglas (JIRA) issues at jboss.org
Sun Nov 6 23:25:00 EST 2016


     [ https://issues.jboss.org/browse/WFLY-7497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stuart Douglas moved JBEAP-6933 to WFLY-7497:
---------------------------------------------

              Project: WildFly  (was: JBoss Enterprise Application Platform)
                  Key: WFLY-7497  (was: JBEAP-6933)
             Workflow: GIT Pull Request workflow   (was: CDW with loose statuses v1)
          Component/s: Web (Undertow)
                           (was: Web (Undertow))
    Affects Version/s:     (was: 7.0.0.ER7)


> Incorrect value returned by undertow for "max number of concurrent active sessions" metric
> ------------------------------------------------------------------------------------------
>
>                 Key: WFLY-7497
>                 URL: https://issues.jboss.org/browse/WFLY-7497
>             Project: WildFly
>          Issue Type: Bug
>          Components: Web (Undertow)
>            Reporter: Stuart Douglas
>            Assignee: Stuart Douglas
>
> Undertow is returning  "_maximum active sessions allowed_" configured in the deployment as the "_max number of concurrent active sessions_" metric.
> h4. Additional Information:
> I requested a resource description and the description of the attribute says it is a metric.
> {code:java}
> [standalone at localhost:9990 /] /deployment=helloworld2.war/subsystem=undertow:read-resource-description 
> .......
> .......
>             "max-active-sessions" => {
>                 "type" => INT,
>                 "description" => "*Max number of concurrent active sessions*",
>                 "expressions-allowed" => false,
>                 "nillable" => false,
>                 "access-type" => "metric",
>                 "storage" => "runtime"
>             },
> .....
> .....
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list