-
Bug
-
Resolution: Done
-
Minor
-
10.1.0.Final
-
None
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.
Max-attemps minimal value is
"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"
},
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.
- is cloned by
-
JBEAP-8676 mod_cluster max-attempts minimal value
-
- Closed
-