I just started playing with consul on about 10 nodes. I must say it was extremely easy and will continue to evaluate it!
One of the nodes keeps spamming error messages and consul-alert is always detecting the SerfHealth flap up and down. I did read in other topics it may have to do with network acl buts I don't think that is my problem. I have verified there are no iptables on the suspected node and healthy server. I am only running one server just to play around with consul. I compared packets using tcpdump and every packet, UDP or TCP that is sent or received matches the other box exactly. I then compared this unhealthy box to a healthy one, traffic-wise they look very similar.
Here is a log of what consul on the bad box is spamming:
2015/05/12 19:24:54 [WARN] memberlist: Refuting a suspect message (from: a-01)
2015/05/12 19:24:57 [WARN] memberlist: Refuting a suspect message (from: b-01)
2015/05/12 19:25:02 [WARN] memberlist: Refuting a suspect message (from: c-01)
2015/05/12 19:25:04 [WARN] memberlist: Refuting a suspect message (from: d-01)
2015/05/12 19:25:07 [WARN] memberlist: Refuting a suspect message (from: d-01)
2015/05/12 19:25:23 [WARN] memberlist: Refuting a suspect message (from: f-01)
2015/05/12 19:25:36 [WARN] memberlist: Refuting a dead message (from: f-01)
2015/05/12 19:25:53 [WARN] memberlist: Refuting a suspect message (from: g-01)
2015/05/12 19:26:57 [WARN] memberlist: Refuting a suspect message (from: h-02)
2015/05/12 19:27:35 [WARN] memberlist: Refuting a dead message (from: f-01)
2015/05/12 19:27:37 [WARN] memberlist: Refuting a suspect message (from: a-01)
2015/05/12 19:27:40 [WARN] memberlist: Refuting a suspect message (from: d-01)
2015/05/12 19:27:43 [WARN] memberlist: Refuting a suspect message (from: a-01)
19:39:35.128231 IP 192.168.20.11.42206 > 192.168.20.15.8300: Flags [.], ack 2672, win 168, options [nop,nop,TS val 1264064041 ecr 1903407511], length 0
19:39:48.579813 IP 192.168.20.11.8301 > 192.168.20.15.8301: UDP, length 40
19:39:48.580795 IP 192.168.20.15.8301 > 192.168.20.11.8301: UDP, length 11
19:39:50.180139 IP 192.168.20.11.8301 > 192.168.20.15.8301: UDP, length 155
19:39:53.581889 IP 192.168.20.11.8301 > 192.168.20.15.8301: UDP, length 40
19:39:53.582821 IP 192.168.20.15.8301 > 192.168.20.11.8301: UDP, length 11
19:40:05.086614 IP 192.168.20.11.42206 > 192.168.20.15.8300: Flags [P.], seq 345:357, ack 2672, win 168, options [nop,nop,TS val 1264093999 ecr 1903407511], length 12
19:40:05.087517 IP 192.168.20.15.8300 > 192.168.20.11.42206: Flags [P.], seq 2672:2684, ack 357, win 130, options [nop,nop,TS val 1903437511 ecr 1264093999], length 12
19:40:05.087538 IP 192.168.20.11.42206 > 192.168.20.15.8300: Flags [.], ack 2684, win 168, options [nop,nop,TS val 1264094000 ecr 1903437511], length 0
19:40:05.087546 IP 192.168.20.15.8300 > 192.168.20.11.42206: Flags [P.], seq 2684:2696, ack 357, win 130, options [nop,nop,TS val 1903437511 ecr 1264093999], length 12
19:40:05.087552 IP 192.168.20.11.42206 > 192.168.20.15.8300: Flags [.], ack 2696, win 168, options [nop,nop,TS val 1264094000 ecr 1903437511], length 0
19:40:05.087772 IP 192.168.20.11.42206 > 192.168.20.15.8300: Flags [P.], seq 357:369, ack 2696, win 168, options [nop,nop,TS val 1264094000 ecr 1903437511], length 12
19:40:05.127435 IP 192.168.20.15.8300 > 192.168.20.11.42206: Flags [.], ack 369, win 130, options [nop,nop,TS val 1903437551 ecr 1264094000], length 0
19:40:05.244973 IP 192.168.20.11.42206 > 192.168.20.15.8300: Flags [F.], seq 369, ack 2696, win 168, options [nop,nop,TS val 1264094157 ecr 1903437551], length 0
19:40:05.245743 IP 192.168.20.15.8300 > 192.168.20.11.42206: Flags [F.], seq 2696, ack 370, win 130, options [nop,nop,TS val 1903437669 ecr 1264094157], length 0
19:40:05.245761 IP 192.168.20.11.42206 > 192.168.20.15.8300: Flags [.], ack 2697, win 168, options [nop,nop,TS val 1264094158 ecr 1903437669], length 0
19:40:07.579912 IP 192.168.20.11.8301 > 192.168.20.15.8301: UDP, length 40
19:40:07.580895 IP 192.168.20.15.8301 > 192.168.20.11.8301: UDP, length 11
19:40:17.579864 IP 192.168.20.11.8301 > 192.168.20.15.8301: UDP, length 40
19:40:17.580813 IP 192.168.20.15.8301 > 192.168.20.11.8301: UDP, length 11
Any ideas on how to debug this?