summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge in defaultSimon MacMullen2014-08-078-125/+266
|\
| * Upgrades to the queue index and recovery terms format.Simon MacMullen2014-08-052-5/+60
| |
| * Fix tests, cosmetic.Simon MacMullen2014-08-052-3/+4
| |
| * Rethink how we do this. Previously we tried to manage bytes exactly the same ↵Simon MacMullen2014-07-291-122/+128
| | | | | | | | as len, and ram_msg_bytes the same as ram_msg_count. The trouble is that means they only account for ready messages. It would be a bit of overkill to start tracking bytes used for unacked messages separately, so instead we now only track bytes for all messages.
| * Merge in bug26307Simon MacMullen2014-07-292-11/+21
| |\
| * | Also...Simon MacMullen2014-07-291-1/+1
| | |
| * | Merge in bug26307 and update.Simon MacMullen2014-07-2911-48/+165
| |\ \
| * | | Oops!Simon MacMullen2014-07-281-1/+1
| | | |
| * | | The expectation is we will only return details for persistent messages here.Simon MacMullen2014-07-281-2/+5
| | | |
| * | | Update VQ unit tests.Simon MacMullen2014-07-281-10/+13
| | | |
| * | | First pass at queue-size-in-bytes. Only lightly tested, and with no upgrade ↵Simon MacMullen2014-07-234-116/+188
| | | | | | | | | | | | | | | | step for QI. But I wanted to commit something...
* | | | stable to defaultSimon MacMullen2014-08-071-10/+21
|\ \ \ \
| * | | | Tweak timings, shorten name, explain heuristics, specify which process info ↵Simon MacMullen2014-08-071-10/+21
| | | | | | | | | | | | | | | | | | | | items we want (especially to add 'monitors' and remove 'messages').
* | | | | stable to defaultSimon MacMullen2014-08-0649-532/+1681
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | stable to defaultSimon MacMullen2014-08-0649-532/+1681
| |\ \ \ \
| | * | | | Bug 26307 should really have documented these...Simon MacMullen2014-08-051-0/+16
| | | | | |
| | * | | | merge stable into defaultMichael Klishin2014-08-011-4/+1
| | |\ \ \ \
| | * \ \ \ \ merge stable into defaultMichael Klishin2014-08-011-2/+6
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge bug26307Simon MacMullen2014-07-301-0/+68
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | stable to defaultSimon MacMullen2014-07-3046-494/+1607
| | | |\ \ \ \ \
| | | | * \ \ \ \ stable to defaultSimon MacMullen2014-07-301-0/+68
| | | | |\ \ \ \ \
| | * | | | | | | | Make sure the tests pass again!Simon MacMullen2014-07-292-11/+21
| | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Make some of the more interesting bits of the VQ backing_queue_status an ↵Simon MacMullen2014-07-294-29/+39
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | official part of the BQ API.
| | * | | | | | stable to defaultSimon MacMullen2014-07-2946-494/+1607
| | |\ \ \ \ \ \
| | | * | | | | | force_boot requires no app.Simon MacMullen2014-07-281-1/+2
| | | | | | | | |
| | | * | | | | | stable to defaultSimon MacMullen2014-07-282-3/+26
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge bug26242Simon MacMullen2014-07-281-1/+26
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Nicer formatting of error message.Simon MacMullen2014-07-281-5/+5
| | | | | | | | | | |
| | | | * | | | | | | Refactor: move ensure_app_running inside the big catch block, then we don't ↵Simon MacMullen2014-07-281-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | need to duplicate error handling.
| | | | * | | | | | | Don't report nodedown issues as rabbit app not runningMichael Klishin2014-07-281-4/+14
| | | | | | | | | | |
| | | | * | | | | | | Cosmetic.Simon MacMullen2014-07-011-8/+6
| | | | | | | | | | |
| | | | * | | | | | | Reduce distance to default.Simon MacMullen2014-07-011-14/+7
| | | | | | | | | | |
| | | | * | | | | | | Use rabbit:is_running/1Michael Klishin2014-07-011-14/+9
| | | | | | | | | | |
| | | | * | | | | | | merge headsMichael Klishin2014-06-291-18/+22
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | It's easier to specify the commands that do not require the app than those ↵Simon MacMullen2014-06-261-18/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that do. Also reduce name verbosity and remove a stray call from action/eval.
| | | | * | | | | | | | Use rabbit:is_running/1 hereMichael Klishin2014-06-291-14/+9
| | | | | | | | | | | |
| | | | * | | | | | | | Use a list of commands that do not require rabbit app to be runningMichael Klishin2014-06-291-13/+4
| | | | |/ / / / / / /
| | | | * | | | | | | RefactorMichael Klishin2014-06-251-35/+18
| | | | | | | | | | |
| | | | * | | | | | | Exit early if rabbit app is not running on target node (but not for all ↵Michael Klishin2014-06-251-34/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commands) Some commands can be (or should be) used when the rabbit app is stopped, e.g. stop_app or reset.
| | | | * | | | | | | Improve error messages from rabbitmqctl when the rabbit app is stoppedMichael Klishin2014-06-231-2/+31
| | | | | | | | | | |
| | | * | | | | | | | stable to defaultSimon MacMullen2014-07-2546-493/+1580
| | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Stable to defaultBlair Hester2014-07-2446-493/+1580
| | | | |\ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|/ | | | | | |/| | | | | |
| | | | | * | | | | | | stable to defaultSimon MacMullen2014-07-2246-493/+1580
| | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ Merge bug26295Simon MacMullen2014-07-212-27/+21
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | Fix await_startup/1. Change its design from "figure out what apps we should ↵Simon MacMullen2014-07-212-27/+21
| | | | | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be running and wait for them" to "wait for the boot marker to go away".
| | | | | | * | | | | | | stable to defaultSimon MacMullen2014-07-1646-470/+1563
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ Merge bug26286Simon MacMullen2014-07-151-5/+3
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * | | | | | | Don't expect GMs which have not yet joined to take part in messaging.Simon MacMullen2014-07-151-2/+2
| | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | Unused.Simon MacMullen2014-07-151-3/+1
| | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | Improve self-documentingness.Simon MacMullen2014-07-151-2/+11
| | | | | | | | | | | | | | |