Re: Observations about reloads and DNS SRV records

2018-07-04 Thread Tait Clarridge
Hey Baptiste, I’ll try it out next week when I get back (currently on vacation) and let you know. Thanks! Tait On Tue., Jul. 3, 2018 at 06:24 Baptiste wrote: > Hi, > > Actually, the problem was deeper than my first thought. > In its current state, statefile and SRV records are simply not

Re: Using different sources when connecting to a server

2018-07-04 Thread Aurélien Nephtali
Hello Baptiste, On Wed, Jul 4, 2018 at 1:07 PM, Baptiste wrote: > Hi Aurélien, > > My 2 cents. > >> I'm trying to add a feature which allows HAProxy to use more than one >> source when connecting to a server of a backend. The main reason is to >> avoid duplicating the 'server' lines to reach

Re: haproxy 1.9 status update

2018-07-04 Thread Baptiste
Sorry to wake up an old thread, but I'm very concerned by the lack of "architecture guide" documentation with HAProxy. Did we make any progress on this topic? Baptiste

Re: Using different sources when connecting to a server

2018-07-04 Thread Baptiste
Hi Aurélien, My 2 cents. I'm trying to add a feature which allows HAProxy to use more than one > source when connecting to a server of a backend. The main reason is to > avoid duplicating the 'server' lines to reach more than 64k connections > from HAProxy to one server. > Cool! > So far I

Re: Connections stuck in CLOSE_WAIT state with h2

2018-07-04 Thread Milan Petruželka
> > 20180629.1347 mpeh2 fd25 h2c_error - st04 fl0002 err05 > Just hit h2c_error - H2_ERR_STREAM_CLOSED > After adding more debug I found following pattern around h2c_error in hanging connections: ... everything OK until now 20180629.1826 e901:backend.srvrep[000e:001a]: HTTP/1.1 200 OK

Using different sources when connecting to a server

2018-07-04 Thread Aurélien Nephtali
Hello, I'm trying to add a feature which allows HAProxy to use more than one source when connecting to a server of a backend. The main reason is to avoid duplicating the 'server' lines to reach more than 64k connections from HAProxy to one server. So far I thought of two ways: - each time