View Single Post
  #7  
Old 08-12-2010, 02:49 PM
Clockwork Clockwork is offline
Senior Member
 
Join Date: May 2009
Posts: 74
clusterHTTP config:
<nodeAddresses>(s1)127.0.0.1->192.168.0.3, (s2)127.0.0.1->192.168.0.4, (s4)127.0.0.1->192.168.0.5</nodeAddresses>

clusterStatic config:
<nodeAddresses>(s3)127.0.0.1->192.168.0.1:81</nodeAddresses>

Quote:
could it be a problem with NIC port, switch port?
I'll ask my provider if he could check the ports.

Quote:
you can check the packet loss of that specific NIC
--- 192.168.0.3 ping statistics ---
272 packets transmitted, 263 received, 3&#37; packet loss, time 271515ms
rtt min/avg/max/mdev = 0.110/1.030/10.585/1.856 ms

Quote:
LSLB uses persistent connections
I've disabled persistent connections in both clusters that I use.

Quote:
Is there a firewall between LSLB and web servers?
nope

Quote:
If you do think it is a LSLB bug, could you strace lslbd while the problem is happening to help analyze the cause of the problem?
I'll do, but first I need to read some strace howto's
Reply With Quote