On 21 February 2012 19:08, Cyril Bonté <[email protected]> wrote: > Hi Mark, > > Le 21/02/2012 15:59, Mark Brooks a écrit : > >> We are working with HAProxy 1.5dev7 and using stick tables for >> persistence. >> >> Connect with several clients to populate the contents of the table. >> >> We were trying to drop the contents of the stick table using the command - >> >> echo "clear table VIP_Name" | socat unix-connect:/var/run/haproxy.stat >> stdio >> >> It appears that instead of removing all entries as the manual suggests >> " In the case where no options arguments are given all entries will be >> removed." it appears to only be removing 1 entry at a time. > > > This bug is already fixed in the git repository : > http://haproxy.1wt.eu/git?p=haproxy.git;a=commit;h=8fa52f4e0e73239ba84754c9b9568ed4571bc4af > > The bugfix will be available in 1.5-dev8 or you can already use the last > snapshot, here : > http://haproxy.1wt.eu/download/1.5/src/snapshot/ > > -- > Cyril Bonté
Thanks very much Cyril, we updated our version of haproxy and it did indeed solve the problem Thanks again Mark

