Hi Igor, On Fri, Dec 28, 2012 at 02:35:30AM +0800, Igor wrote: > Latest build haproxy, I got config like: > > backend uc > server bsd 127.0.0.1:5189 weight 100 check inter 20000 > fastinter 3000 downinter 10000 rise 6 fall 3 addr 127.0.0.1 > backend uc-v > server bsd 127.0.0.1:5189 weight 100 track uc/bsd > > when enable uc/bsd from MAIT, uc-v/bsd not be enabled with uc/bsd, > track seems not work, is bug?
I cannot reproduce this behaviour, for me both servers are always in the exact same state, whatever I do (disable/enable, start/stop the server, etc...). Your check intervals are quite long, are you sure you're waiting long enough ? I'm personally checking on the stats page to see their state. Willy

