On Tue, Mar 30, 2021 at 06:09:09PM +0200, Lukas Tribus wrote:
> Hi Willy,
> 
> On Tue, 30 Mar 2021 at 17:56, Willy Tarreau <[email protected]> wrote:
> >
> > Guys,
> >
> > out of curiosity I wanted to check when the overflow happened:
> >
> > $ date --date=@$(((($(date +%s) * 1000) & -0x8000000) / 1000))
> > Mon Mar 29 23:59:46 CEST 2021
> >
> > So it only affects processes started since today. I'm quite tempted not
> > to wait further and to emit 2.3.9 urgently to fix this before other
> > people get trapped after reloading their process. Any objection ?
> 
> No objection, but also: what a coincidence. I suggest you get a
> lottery ticket today.

No, my chance is already gone :-)

OK, I'm pushing this one into 2.3, re-running the tests a last time,
and issuing 2.3.9. We'll be able to issue 2.2.12 soon finally, as users
of 2.2 are still into trouble between 2.2.9 and 2.2.11 depending on the
bug they try to avoid :-/

Willy

Reply via email to