]
Radoslav Husar moved UNDERTOW-983 to WFLY-8304:
-----------------------------------------------
Project: WildFly (was: Undertow)
Key: WFLY-8304 (was: UNDERTOW-983)
Affects Version/s: 10.1.0.Final
(was: 1.4.8.Final)
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
Labels: mod_cluster
[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.