Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-8304

mod_cluster max-attempts minimal value

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 11.0.0.Alpha1
    • 10.1.0.Final
    • mod_cluster
    • None

    Description

      Documentation

      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.

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-rhusar Radoslav Husar
              bsikora Bogdan Sikora (Inactive)
              Jan Kašík Jan Kašík
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: