Tristan

Results 159 comments of Tristan

> --es.indices_mappings > --es.shards Indice mappings and shards are both quite a lot of data for any nontrivial cluster (curling the metrics endpoint shows it quite clearly). Unless you are...

Recommended I don’t know, but we use HAProxy to front various redis sentinel setups and have the relevant PHP applications connect to it instead @Adam7288 ; this might help in...

Fwiw I haven’t personally used it so I can’t vouch for it but https://github.com/twitter/twemproxy is another option for either of redis or memcache that you might be interested in As...

A tip in advance then @bradymiller, you’ll probably want to combine haproxy’s support for DNS resolution of backends (server-template is the doc keyword you want) with a k8s headless service...

Sure: ``` (gdb) p/x qcs.flags $1 = 0x101 (gdb) p/x qcs.qcc.flags $2 = 0x0 ``` Can also send the coredump privately if you want to look at it closer

It’s pretty reliably reproduced yes, so I’ll give it a try later then. Probably not today though.

Sent coredump and traces to you two by mail. Hopefully there's something interesting in there.

Unfortunately this patch doesn't fix the crash I have. Same stacktrace I think: stacktrace ```plain Core was generated by `/usr/sbin/haproxy -sf 147758 -x sockpair@4 -Ws -f /etc/haproxy/haproxy.cfg -p /'. Program...