Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4760

Missing timeouts for backend warning message

$
0
0

@jmcclure wrote:

HAProxy 2.1.3
Alpine 3.11.3

I’ve installed HAProxy and it works as expected. My question is, why I cannot get rid of this warning message and is my timeout configuration in the defaults section not being picked up by the backend:

[WARNING] 071/135712 (11) : config : missing timeouts for backend 'ignite'.
       | While not properly invalid, you will certainly encounter various problems
       | with such a configuration. To fix this, please ensure that all following
       | timeouts are set to a non-zero value: 'client', 'connect', 'server'.

Have about a dozen backends defined, and I am getting the above message for each. I have common timeout configuration in a defaults section (simplified below) of my configuration file:

defaults 
    timeout connect 5s
    timeout client 1m
    timeout server 1m    

backend ignite
    mode http
    balance roundrobin
    option forwardfor except 127.0.0.0/8
    server serverx serverx:7080 check inter 10s fall 3 rise 2

I assumed each backend would ‘default’ to those timeouts unless I override them in the backend block if needed. I see a lot of posted log examples with that message in them, but, nothing about this being an issue, nor how to address it.

Any ideas why my configuration produces this warning? Are the timeouts defined in the default section being applied to each backend with my configuration setup?

Thanks,
James

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4760

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>