patch: on-marked-up option

2012-05-24 Thread Justin Karneges
Hi, This implements the feature discussed in the earlier thread of killing connections on backup servers when a non-backup server comes back up. For example, you can use this to route to a mysql master & slave and ensure clients don't stay on the slave after the master goes from down->up. I've

Re: patch: on-marked-up option

2012-06-03 Thread Willy Tarreau
Hi Justin, sorry I didn't notice your mail! On Thu, May 24, 2012 at 03:28:52PM -0700, Justin Karneges wrote: > Hi, > > This implements the feature discussed in the earlier thread of killing > connections on backup servers when a non-backup server comes back up. For > example, you can use this

Re: patch: on-marked-up option

2012-06-03 Thread Justin Karneges
On Sunday, June 03, 2012 02:19:54 PM Willy Tarreau wrote: > I think that overall it's fine. I'm going to add minor restrictions to the > UP server before killing backup connections : > - ensure that it's not backup (otherwise it can make things worse when > you have multiple backup servers) >