HTTPD load balancer shows duplicated information about nodes
0
votes
1
answer
115
views
I have enabled the HTTPD LoadBalancer Manager as:
SetHandler balancer-manager
allow from all
But when I access the HTTP interface, I can see that the nodes are duplicated, I mean by this, if the balancer has 3 nodes I see 6 entries...why can this be happening?
> Load Balancer Manager for 172.29.164.174
Server Version: Apache/2.2.15 (Unix) DAV/2
Server Built: Mar 3 2015 12:06:14
LoadBalancer Status for balancer://rws
StickySession Timeout FailoverAttempts Method
ROUTEID 0 5 byrequests
Worker URL Route RouteRedir Factor Set Status Elected To From
http://172.29.164.172:8080 RWS_Node_Ol_1 1 0 Init Ok 52476 73M 393M
http://172.29.164.173:8080 RWS_Node_Ol_2 1 0 Init Ok 52476 74M 391M
http://172.29.164.174:8080 RWS_Node_Ol_3 1 0 Init Ok 52476 74M 409M
http://172.29.164.172:8080 RWS_Node_Ol_1 1 0 Init Ok 52476 73M 393M
http://172.29.164.173:8080 RWS_Node_Ol_2 1 0 Init Ok 52476 74M 391M
http://172.29.164.174:8080 RWS_Node_Ol_3 1 0 Init Ok 52476 74M 409M
This is my LB configuration
BalancerMember http://172.29.164.172:8080 route=RWS_Node_Ol_1
BalancerMember http://172.29.164.173:8080 route=RWS_Node_Ol_2
BalancerMember http://172.29.164.174:8080 route=RWS_Node_Ol_3
Header add Set-Cookie "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/" env=BALANCER_ROUTE_CHANGED
ProxySet stickysession=ROUTEID
ProxyPass /api balancer://rws/api
ProxyPass /internal-api balancer://rws/internal-api
Asked by Jorge Cornejo Bellido
(101 rep)
Feb 12, 2020, 01:15 AM
Last activity: Feb 26, 2020, 10:47 PM
Last activity: Feb 26, 2020, 10:47 PM