Hello:

I've got the next log message but I don't understand what it means


Sep  9 22:49:50  127.0.0.1:35463 [09/Sep/2013:22:49:23.001]
tuxedo_default tuxedo_4100/tuxedo1-server 0/2/27398 0 cD 1/0/0/0/0 0/0


About manual:

c : the client-side timeout expired while waiting for the client to
send or receive data.
D : the session was in the DATA phase.


But timeout client is 10 seconds and the log shows 27398ms ( 27
seconds ) between accept and close
How does it possible ?



The configuration is

frontend tuxedo_default *:4100

    mode tcp
    log                     global
    option                  tcplog
    option                  dontlognull

    maxconn                200
    timeout client          10s
    default_backend       tuxedo_4100


backend tuxedo_4100
    mode tcp
    log                     global
    option                  tcplog

    retries 3
    timeout server  121s
    timeout connect 5s
    timeout check   10s
    timeout queue   20s

    balance roundrobin
    default-server maxconn 30 slowstart 3s
    server  tuxedo1-server tuxedo1-server:4100 weight 50 check
    server  tuxedo2-server tuxedo2-server:4100 weight 50 check

Reply via email to