I think you're mixing up your client IP and server IP addresses. The 10.0.3.12:42281 is the source IP:PORT for the TCP connection making the request (the client). The request was serviced by the server named ip_10_0_2_14 which I assume has an IP address of 10.0.2.14.
-Bryan On Fri, Aug 26, 2011 at 11:02 AM, Dean Hiller <[email protected]> wrote: > Not sure if this is my confusion or if there is something wrong. Version > 1.3.22-1 of haproxy according to apt-cache pkginfo haproxy. > > The HAProxy log was(note the 10.0.3.12 and 200 success) > > Aug 26 17:18:58 localhost haproxy[990]: > 10.0.3.12:42281[26/Aug/2011:17:18:43.503] appli1-rewrite > appli1-rewrite/ip_10_0_2_14 > 9/0/2/10577/15160 200 4179 - - ---- 156/156/156/30/0 0/0 "GET > /API-2011-02-09/supplyChainPartys/0333444000009/eventSequences/urn:epc:id:sgtin:0111222.999888.02731 > HTTP/1.1" > > so I go to server 10.0.3.12 since it was success 200 and I log every > request server side and this request is not there. I then happen to find it > on my 10.0.3.14 server instead!!!!! My test is under very high load as you > can see by the service time. > > thanks, > Dean >

