[rabbitmq-discuss] Autoheal torture test - Initial success, then a terminal state

Matt Pietrek mpietrek at skytap.com
Fri Mar 28 21:02:22 GMT 2014


James,

I'm using DROP, like this:

# 192.168.78.16 is the IP address of a target node (not the current node)
that we want to drop connectivity to
sudo iptables -I INPUT 1 -i eth0 -p tcp -s 192.168.78.16 -j DROP
sudo iptables -I OUTPUT 1 -o eth0 -p tcp -d 192.168.78.16 -j DROP


On Fri, Mar 28, 2014 at 11:34 AM, James Eddy
<james.eddy at us.thalesgroup.com>wrote:

> Hi Matt,
>
> I've experienced some issues with autoheal as well (see thread 28127), when
> you tested with ipdates did your test use REJECT or DROP? I've always had
> the most issues with DROP (simulating an abrupt network outage). With
> reject
> I haven't seen any issues.
>
> Thanks,
> James Eddy
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140328/77814f40/attachment.html>


More information about the rabbitmq-discuss mailing list