Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-8676

mod_cluster max-attempts minimal value

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 7.1.0.DR14
    • 7.1.0.DR11, 7.1.0.DR12, 7.1.0.DR14
    • 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)
              Bogdan Sikora Bogdan Sikora (Inactive)
              Bogdan Sikora Bogdan Sikora (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: