/[Apache-SVN]
ViewVC logotype

Revision 1696960


Jump to revision: Previous Next
Author: ylavic
Date: Fri Aug 21 12:34:02 2015 UTC (8 years, 8 months ago)
Changed paths: 3
Log Message:
mod_proxy_balancer: Fix balancers and balancer members reuse on
restart when new ones are added.  PR 58024.

Since slotmem_create() issues a strict check on the size of an existing
slot before reusing it, it won't reuse existing balancers and members when
new ones are added during restart (whereas growth margins would allow it).
Fix this by using slotmem_attach() first and if it succeeds do the checks
based on the returned previous number of existing entries.

[Reverted by r1698123]


Changed paths

Path Details
Directoryhttpd/httpd/trunk/CHANGES modified , text changed
Directoryhttpd/httpd/trunk/docs/log-message-tags/next-number modified , text changed
Directoryhttpd/httpd/trunk/modules/proxy/mod_proxy_balancer.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26