[jboss-jira] [JBoss JIRA] (WFLY-8304) Max-attempts minimal value

Radoslav Husar (JIRA) issues at jboss.org
Mon Mar 6 15:24:00 EST 2017


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

Radoslav Husar updated WFLY-8304:
---------------------------------
    Labels:   (was: mod_cluster)


> Max-attempts minimal value
> --------------------------
>
>                 Key: WFLY-8304
>                 URL: https://issues.jboss.org/browse/WFLY-8304
>             Project: WildFly
>          Issue Type: Bug
>    Affects Versions: 10.1.0.Final
>            Reporter: Bogdan Sikora
>            Assignee: Radoslav Husar
>            Priority: Minor
>
> [Documentation|http://modcluster.io/documentation/#proxy-configuration-1]
> {noformat}
> Maximum number of failover attempts before giving up. The minimum value is 0, i.e. no failover. The default value is 1, i.e. do a one failover attempt.
> {noformat}
> Max-attemps minimal value is
> {noformat}
> "max-attempts" => {
>                 "type" => INT,
>                 "description" => "Max attempts to process an idempotent request.",
>                 "expressions-allowed" => true,
>                 "nillable" => true,
>                 "default" => 1,
>                 "min" => -1L,
>                 "max" => 2147483647L,
>                 "access-type" => "read-write",
>                 "storage" => "configuration",
>                 "restart-required" => "all-services"
>             },
> {noformat}
> Min value to 0. In the mod_cluster subsystem(worker side). 
> And max-attemps handling on the balancer side. Balancer has minimal value of 1 and therefore any value lower than that is ignored. Should be 0.



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


More information about the jboss-jira mailing list