summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* just connect from all (visible) nodes insteadMatthias Radestock2012-08-101-14/+7
| | | | | | | | That way we don't rely on our current (possibly imperfect) knowledge of what the node was clustered with in mnesia. This is safe because, as per the comment, only mnesia cluster nodes should be part of the erlang distributed system. Note that rabbitmqctl et al run as *hidden* nodes.
* make unclustering work for ram nodesMatthias Radestock2012-08-101-10/+18
| | | | | - leave the cluster properly when force=false - disconnect from nodes we know about when force=true
* cosmeticMatthias Radestock2012-08-101-3/+4
|
* merge headsMatthias Radestock2012-08-083-3/+3
|\
| * Merge bug25087Simon MacMullen2012-08-082-20/+8
| |\
| * | More randomness for temporary node names on windowsEmile Joubert2012-08-083-3/+3
| | |
* | | refactor: make better use of filename moduleMatthias Radestock2012-08-081-2/+1
| | |
* | | cosmetic refactorMatthias Radestock2012-08-081-17/+19
| | | | | | | | | | | | | | | | | | | | | | | | - more informative type signatures - move the final phase of setup() into prepare_plugins - ditch the non-erlangesc get_ prefix of get_plugin_info - vertical alignment - get rid of some intermediate vars
* | | cosmeticMatthias Radestock2012-08-081-1/+2
| | |
* | | fix dialyzer complaintMatthias Radestock2012-08-081-0/+2
| | |
* | | the second half of removing rabbit_misc:quit/2Matthias Radestock2012-08-081-3/+4
| |/ |/| | | | | oops
* | merge headsMatthias Radestock2012-08-081-11/+7
|\ \
| * | refactor: less confusing variable namesMatthias Radestock2012-08-081-11/+7
| |/
| * Revert the part of 942d5ea3c608 which broke all pluginsSimon MacMullen2012-08-081-1/+1
| |
* | refactor: get rid of rabbit_misc:quit/2Matthias Radestock2012-08-081-9/+1
|/
* Stop the clocks! Five and a half years into the RabbitMQ project, and ↵Simon MacMullen2012-08-081-3/+3
| | | | | | Matthias committed something that broke the build. (Fixed.)
* cosmeticMatthias Radestock2012-08-081-2/+4
|
* cosmeticMatthias Radestock2012-08-081-6/+6
|
* restore docs (but reformatted)Matthias Radestock2012-08-081-0/+6
|
* remove cruftMatthias Radestock2012-08-081-9/+0
|
* exiting the VM from deep inside a function is uncoolMatthias Radestock2012-08-081-5/+5
|
* cosmeticMatthias Radestock2012-08-081-11/+10
|
* cosmeticMatthias Radestock2012-08-081-13/+11
|
* remove more cruftMatthias Radestock2012-08-071-14/+2
|
* remove cruftMatthias Radestock2012-08-071-4/+0
|
* Merged bug25083 into defaultEmile Joubert2012-08-071-3/+5
|\
| * track vm_memory_high_watermark explicitlyMatthias Radestock2012-08-061-3/+5
|/ | | | so we can report it back accurately.
* warn on memory clippingMatthias Radestock2012-08-061-1/+11
|
* tiny refactorMatthias Radestock2012-08-031-12/+9
|
* make the comment match the codeMatthias Radestock2012-08-031-1/+1
|
* cosmeticMatthias Radestock2012-08-031-14/+9
|
* trim fat - don't log the setting of the memory hwm twiceMatthias Radestock2012-08-021-4/+1
| | | | it already gets logged by set_mem_limits
* inlining refactorMatthias Radestock2012-08-021-5/+1
|
* merge bug25048Francesco Mazzoli2012-07-301-1/+0
|\
| * cosmeticMatthias Radestock2012-07-301-1/+0
| |
* | merge defaultFrancesco Mazzoli2012-07-306-51/+67
|\ \ | |/ |/|
| * `store_updated_slaves/1' returns a queue, not `ok'Francesco Mazzoli2012-07-271-1/+2
| |
| * remove unused variableFrancesco Mazzoli2012-07-271-1/+1
| |
| * cosmeticsFrancesco Mazzoli2012-07-232-1/+2
| |
| * merge defaultFrancesco Mazzoli2012-07-236-52/+65
| |\
| | * Fix upgrade function.Simon MacMullen2012-07-091-10/+10
| | |
| | * Be more consistent about always cleaning sync_slave_pids whenever slave_pids ↵Simon MacMullen2012-07-094-17/+27
| | | | | | | | | | | | is updated, abstract a bit, introduce an async wake_up message.
| | * It did work, but we needed to do that in another place too...Simon MacMullen2012-07-092-1/+2
| | |
| | * Store sync'ed slaves in Mnesia. This is not quite right yet.Simon MacMullen2012-07-066-46/+48
| | |
* | | Merged bug24971 into defaultEmile Joubert2012-07-2519-265/+693
|\ \ \
| * \ \ Merged bug24942 into defaultEmile Joubert2012-07-252-27/+65
| |\ \ \ | | |/ / | |/| |
| | * | NB: is superfluous in commentsTim Watson2012-07-251-1/+1
| | | |
| | * | simplify match on master pidsTim Watson2012-07-251-5/+5
| | | |
| | * | match on supervisor:start_child/2 return values properlyTim Watson2012-07-251-2/+2
| | | |
| | * | attempt to handle races between remove_from_queue and rmq_slave:init/1Tim Watson2012-07-232-2/+3
| | | |