Willy, I tested the patch on top of the 1.6.5 source as well as a fresh git pull for the 1.6 line. In both cases server state was not loaded on restart. Anything else I can do to help out or information I can give to assist?
Best, Eric On Tue, Jun 21, 2016 at 6:57 PM, Willy Tarreau <[email protected]> wrote: > On Tue, Jun 21, 2016 at 10:15:06AM +0200, Eric Webster wrote: >> Since upgrading from 1.6.4 to 1.6.5, server state is not loaded on >> start. I do not get any errors or warnings, it just doesn't seem to >> fire. Is this a bug perhaps? >> >> What I'm talking about is this kind of setup: >> http://fossies.org/linux/haproxy/examples/seamless_reload.txt >> >> Where I have in my config: >> server-state-base /var/lib/haproxy >> load-server-state-from-file local >> >> and the socat loop to dump the state in init. State is dumped, but on >> reload it just doesn't load any of them. > > A fix introduced a regression on server state in 1.6.5 (wrong ID sometimes > dumped), which could possibly be responsible for what you're observing. > Since then the attached patch was merged. If you could check with latest > snapshot or by applying the attached patch on top of 1.6.5 and confirm > that the issue is gone, that would be great. I'd like to issue 1.6.6 this > week with all pending fixes. Better ensure we don't leave such a pending > bug open! > > Thanks, > Willy >

