summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge bug24706.Simon MacMullen2012-02-064-24/+37
|\
| * Move non-empty defaults to rabbitmq-envSteve Powell2012-01-044-24/+37
| | | | | | | | | | | | | | - rationalise server-settings - correctly override PLUGINS_DIR - allow use of PID_FILE override - simplify NODE_IP_ADDRESS and NODE_PORT setting
* | shrinkMatthias Radestock2012-02-051-4/+3
| |
* | Merge bug24702Simon MacMullen2012-02-03127-154/+236
|\ \
| * \ Merge bug24500Simon MacMullen2012-02-03131-924/+1221
| |\ \
| | * \ Merge bug24606Simon MacMullen2012-02-035-24/+19
| | |\ \
| | | * | refactor: extract string formatting functionMatthias Radestock2012-02-025-24/+19
| | | | |
| | * | | Update copyright 2012Emile Joubert2012-02-02126-129/+129
| | |/ /
| * | | Add descriptionSimon MacMullen2012-02-031-1/+2
| | | |
| * | | Don't fsync after inner nested transactionsEmile Joubert2012-01-201-1/+4
| | | |
| * | | Be more assertiveSimon MacMullen2012-01-191-1/+1
| | | |
| * | | Language tweak for mnesia_sync justificationEmile Joubert2012-01-191-2/+2
| | | |
| * | | Brief explanation justifying the existence of mnesia_syncEmile Joubert2012-01-191-0/+5
| | | |
| * | | Remove unnecessary processEmile Joubert2012-01-161-34/+13
| | | |
| * | | No timeout when callingEmile Joubert2012-01-111-6/+6
| | | |
| * | | First draft of mnesia fsyncEmile Joubert2012-01-103-1/+100
| | | |
* | | | include some mirror master state info in status()Matthias Radestock2012-02-011-2/+4
| |/ / |/| | | | | | | | | | | After careful inspection, I have determined that known_senders and seen_status are the only items worth reporting on.
* | | Merge headsEmile Joubert2012-02-013-56/+65
|\ \ \
| * \ \ Merged bug24713 into defaultEmile Joubert2012-02-011-4/+3
| |\ \ \
| | * | | TypoSimon MacMullen2012-02-011-4/+3
| | | | |
| * | | | Don't claim to be adding mirror when we're not.Simon MacMullen2012-02-011-5/+9
| | | | |
| * | | | We don't actually need this two-stage startup, we can just fail to init/1.Simon MacMullen2012-02-011-13/+7
| | | | |
| * | | | Let's pay attention to whether we actually started or not.Simon MacMullen2012-02-011-2/+4
| | | | |
| * | | | Two-stage-startup-with-mnesia-record, like rabbit_amqqueue_process.Simon MacMullen2012-01-311-47/+57
| |/ / /
* | | | merge bug24703 into defaultMatthias Radestock2012-02-012-27/+31
|\ \ \ \ | |/ / / |/| | |
| * | | simplifyMatthias Radestock2012-02-011-8/+3
| | | |
| * | | Revert comment changeSimon MacMullen2012-02-011-1/+1
| | | |
| * | | OTOH if we're not trying to cluster with anything we should probably be happy.Simon MacMullen2012-02-011-6/+7
| | | |
| * | | But Matthias points out that we can avoid the three-way-ness by changing the ↵Simon MacMullen2012-02-012-34/+17
| | | | | | | | | | | | | | | | meaning of non-forced clustering so that you must only have to contact *one* disc node. This seems to work.
| * | | Reintroduce the three levels of forcedness. We do still need it.Simon MacMullen2012-02-012-16/+34
| | | |
| * | | Inline.Simon MacMullen2012-02-011-9/+10
| | | |
| * | | This doesn't start any more.Simon MacMullen2012-02-011-2/+1
| | | |
| * | | Base discnodeness on what we want to become, not what we are.Simon MacMullen2012-02-011-2/+2
| | | |
| * | | Change the semantics of Force to fit this particular bug. *meep*.Simon MacMullen2012-02-011-11/+7
| | | |
| * | | Rebase 038bd3c185aeSimon MacMullen2012-01-311-0/+8
| | | |
| * | | Resurrect and remove redundant ensure_mnesia_running()Simon MacMullen2012-01-311-1/+0
| | | |
| * | | ...however, we should still allow rabbitmqctl reset to work when some nodes ↵Simon MacMullen2012-01-241-1/+4
| | | | | | | | | | | | | | | | are down. (This is what we did before, the difference between reset and force_reset is that force_reset works if mnesia is completely hosed).
| * | | Don't force on init() (which fixes bug 24703), plus a little refactor.Simon MacMullen2012-01-241-4/+5
| | | |
* | | | Merged bug24671 into defaultEmile Joubert2012-01-3136-392/+466
|\ \ \ \
| * \ \ \ Merge bug22470Simon MacMullen2012-01-316-88/+103
| |\ \ \ \
| | * | | | produce only one log entry for abnormal connection closureMatthias Radestock2012-01-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | instead of two
| | * | | | consistencyMatthias Radestock2012-01-261-2/+2
| | | | | |
| | * | | | validate log levels on startupMatthias Radestock2012-01-261-18/+17
| | | | | |
| | * | | | merge default into bug22470Matthias Radestock2012-01-266-87/+103
| | |\ \ \ \
| | | * | | | introduce log categoriesMatthias Radestock2012-01-263-75/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thus opening pandora's box this turned out to be simplest way of controlling the connection logging
| | | * | | | prettier and more consistent connection log messagesMatthias Radestock2012-01-252-12/+30
| | | | | | |
| | | * | | | move error_logger 'flow control' into application codeMatthias Radestock2012-01-252-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | since tcp_acceptor no longer does any per-connection logging itself
| | | * | | | do not log accepted connections in tcp_acceptorMatthias Radestock2012-01-251-26/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Logging in such generic code should be very sparse. Let's leave that to application code (rabbit_reader et al in case of rabbit) instead.
| | | * | | | drop ssl upgrade messageMatthias Radestock2012-01-251-2/+0
| | | |/ / / | | | | | | | | | | | | | | | | | | it's not that important and just clutters the log
| * | | | | merge bug24715 into defaultMatthias Radestock2012-01-311-2/+9
| |\ \ \ \ \