Haproxy 1.8.2; 1.8.3 DNS auto discover stop working

Thanks. The delta are 14 servers and they are in srv_op_state = 0x0 (SRV_ST_STOPPED) and srv_admin_state = 0x60 (dec 96), the latter being a invalid state as far as I can tell. You should never see a server with the srv_admin_state set to 96.

0x60 (96) is a combination between SRV_ADMF_RMAINT and SRV_ADMF_HMAINT state, which I doubt is expected behavior. So we hit a code path here that brings some server slots into a bogus state.

@Baptiste do you see anything in the code that could cause this?