summaryrefslogtreecommitdiff
path: root/src/rabbit_autoheal.erl
Commit message (Expand)AuthorAgeFilesLines
* Be a bit less verbose here: it's actually a very common case and perfectly no...Simon MacMullen2014-10-141-2/+2
* Check whether the cluster is fully connected before trying to autoheal, and i...Simon MacMullen2014-10-141-25/+41
* Switch to having the winner inform the losers that they need to stop, rather ...Simon MacMullen2014-10-141-25/+8
* In fact, that case can't happen since bug 26043, so let's simplify.Simon MacMullen2014-10-141-7/+0
* Distinguish between "already stopped" (fine, carry on) or "already down" (abo...Simon MacMullen2014-10-031-16/+26
* Make sure we don't hang waiting for a node to go down if it went down before ...Simon MacMullen2014-09-121-9/+28
* Separate out responsibilities in the various node state detection functions. ...bug26225Simon MacMullen2014-06-271-0/+1
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Explainbug26043Simon MacMullen2014-03-141-1/+3
* Fix stupidity, and rename.Simon MacMullen2014-03-141-4/+4
* Get the leader to transition directly to winner or loser state if that's wher...Simon MacMullen2014-03-101-2/+17
* Merge in defaultbug26027Simon MacMullen2014-02-261-1/+12
|\
| * If we abandon autoheal while in winner_waiting then let the losing nodes know...bug26038Simon MacMullen2014-02-261-1/+12
* | Update comment.Simon MacMullen2014-02-261-4/+7
* | Eliminate the node_stopped message, since it is possible that a badly-timed s...Simon MacMullen2014-02-261-19/+17
|/
* Inform autoheal that a node is down on nodedown not rabbit app down; therefor...bug26006Simon MacMullen2014-02-171-2/+0
* Refresh branch from stableEmile Joubert2013-07-311-2/+1
|\
| * More sensible API for partitions, do not return errors.bug25651Simon MacMullen2013-07-041-2/+1
* | s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
|/
* space--bug25560Simon MacMullen2013-05-201-1/+1
* Ignore autoheal requests if we are already autohealing.Simon MacMullen2013-05-201-0/+6
* Remove obsolete and wrong comment.Simon MacMullen2013-05-201-7/+2
* Move those functions to their own place, and replace the autoheal all_nodes_u...Simon MacMullen2013-04-221-1/+1
* Have the leader decide what to do and then just tell other nodes (rather than...Simon MacMullen2013-04-181-97/+58
* Rename states to hopefully be clearer; add more comments.Simon MacMullen2013-04-171-12/+42
* First pass at splitting all the autoheal stuff out into a separate module.Simon MacMullen2013-04-171-0/+208