-
Bug
-
Resolution: Done
-
Minor
-
7.1.0.DR11, 7.1.0.DR12, 7.1.0.DR14
-
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.
- clones
-
WFLY-8304 mod_cluster max-attempts minimal value
-
- Closed
-
- is related to
-
JBEAP-10145 (max-retries/max-attemps) Failover configuration issue
-
- Resolved
-
- relates to
-
MODCLUSTER-563 MaxAttemps behave
-
- Resolved
-