[Bug 61140] Add hot spares to load balancers

2018-04-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61140

Jim Riggs  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Jim Riggs  ---
Committed to trunk (https://svn.apache.org/r1828890) and proposed for backport
to 2.4 (https://svn.apache.org/r1828893).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 61140] Add hot spares to load balancers

2017-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61140

Jim Riggs  changed:

   What|Removed |Added

  Attachment #35024|0   |1
is obsolete||

--- Comment #5 from Jim Riggs  ---
Created attachment 35025
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35025=edit
callback patch v2

Previous callback patch was mistakenly not against trunk.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 61140] Add hot spares to load balancers

2017-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61140

Jim Riggs  changed:

   What|Removed |Added

  Attachment #35023|0   |1
is obsolete||

--- Comment #4 from Jim Riggs  ---
Created attachment 35024
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35024=edit
callback patch

- use a callback and baton to the lbmethod in
  ap_proxy_balancer_get_best_worker() (previously
  ap_proxy_balancer_usable_workers()) so that we can find the best worker in
  flight while iterating rather than returning an array of usable workers that
  has to then in turn be iterated

- consider a draining worker unusable and suitable for replacement by a spare

(I continue to push these to my fork on github, so visual diff/PR can still be
seen @ https://github.com/jhriggs/httpd/pull/1/files.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 61140] Add hot spares to load balancers

2017-06-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61140

Jim Riggs  changed:

   What|Removed |Added

  Attachment #35021|0   |1
is obsolete||

--- Comment #2 from Jim Riggs  ---
Created attachment 35022
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35022=edit
patch v2

Fix superfluous ap_proxy_retry_worker_fn

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 61140] Add hot spares to load balancers

2017-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61140

--- Comment #1 from Jim Riggs  ---
Created attachment 35021
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35021=edit
hot spare functionality

For those who like to see a Github-type view, see
https://github.com/jhriggs/httpd/pull/1/files.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org