After frequent restart (while testing an init script) I somehow managed to get consul/raft into a state where it rejected all messages. I attempted to set -log-level {debug,trace} but the only thing it would print is:
consul: 2014/04/22 21:58:11 [WARN] raft: Rejecting vote since our last index is greater
Deleting the -data-dir fixed the local issue.
After frequent restart (while testing an init script) I somehow managed to get consul/raft into a state where it rejected all messages. I attempted to set -log-level {debug,trace} but the only thing it would print is:
Deleting the
-data-dirfixed the local issue.