Re: graceful tcp shutdown ?

2020-08-04 Thread Илья Шипицин
Yeah, I mean server of course. Thank for the link On Tue, Aug 4, 2020, 5:28 PM Jarno Huuskonen wrote: > Hi, > > On Tue, 2020-08-04 at 16:54 +0500, Илья Шипицин wrote: > > for example, I'm running tcp balancing with several backend. > > is it possible to mark first backend for "established"

Re: graceful tcp shutdown ?

2020-08-04 Thread Jarno Huuskonen
Hi, On Tue, 2020-08-04 at 16:54 +0500, Илья Шипицин wrote: > for example, I'm running tcp balancing with several backend. > is it possible to mark first backend for "established" connections ? You want to set whole backend (and not just one server) to drain(established only) ? > i.e. all

graceful tcp shutdown ?

2020-08-04 Thread Илья Шипицин
Hello, for example, I'm running tcp balancing with several backend. is it possible to mark first backend for "established" connections ? i.e. all connections that established, still go to marked backend. no new connection are established (once I see there are no more connections, I can turn it