https://issues.apache.org/bugzilla/show_bug.cgi?id=48735

           Summary: bybusyness does not balance after failed worker has
                    recovered
           Product: Apache httpd-2
           Version: 2.2.14
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy_balancer
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I noticed that, after a failed worker has recovered, no request is fowarded to
it although it is marked as OK in balancer-manager :
Load Balancer Manager for www.europarldv.ep.ec
Server Version: Apache/2.2.12 (Unix) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8e
Server Built: Aug 5 2009 12:54:36

--------------------------------------------------------------------------------

LoadBalancer Status for balancer://websdi
StickySession Timeout FailoverAttempts Method
JSESSIONID|jsessionid 0 1 bybusyness

Worker URL Route RouteRedir Factor Set Status Elected To From
http://websdidv-node1.appsrv:64675 node1  1 0 Ok 250 81K 13M
http://websdidv-node2.appsrv:64675 node2  1 0 Ok 51 16K 2.6M

This issue does not occur with the default method (byrequests).

Here is my configuration :
        ProxyPass /parliament/ balancer://websdi/parliament/
stickysession=JSESSIONID|jsessionid lbmethod=bybusyness scolonpathdelim=On
        <Proxy balancer://websdi>
                BalancerMember http://websdidv-node1.appsrv:64675 route=node1
                BalancerMember http://websdidv-node2.appsrv:64675 route=node2
        </Proxy>

Server version: Apache/2.2.14 (Unix)
Server built:   Jan 28 2010 09:10:16
Server's Module Magic Number: 20051115:23
Server loaded:  APR 1.3.9, APR-Util 1.3.9
Compiled using: APR 1.3.9, APR-Util 1.3.9
Architecture:   32-bit
Server MPM:     Worker
  threaded:     yes (fixed thread count)
    forked:     yes (variable process count)
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/worker"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_FCNTL_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=128
 -D HTTPD_ROOT="/local/products/revproxy"
 -D SUEXEC_BIN="/local/products/revproxy/bin/suexec"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"

System = SunOS
Node = eiciluxd5
Release = 5.9
KernelID = Generic_122300-36
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 4

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to