summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Makes queues sensitive to changes in RAMEmile Joubert2011-09-161-12/+8
|
* CosmeticEmile Joubert2011-09-061-3/+1
|
* Safer status in case broker is busy shutting downEmile Joubert2011-09-061-6/+8
|
* cosmetic: don't delve into details of what's in the output of 'status'Matthias Radestock2011-09-051-8/+3
|
* Merged default into bug24323Emile Joubert2011-08-314-66/+96
|\
| * Report vm memory limits conditionallyEmile Joubert2011-08-301-4/+12
| |
| * Backed out changeset e115f0eec60cEmile Joubert2011-08-304-23/+5
| |
| * Report vm memory limits differentlyEmile Joubert2011-08-304-5/+23
| |
| * Move docs for rabbitmqctl set_vm_memory_high_watermarkEmile Joubert2011-08-262-23/+4
| | | | | | | | and only modify state when necessary
| * Cleaner docs, less verbose loggingEmile Joubert2011-08-232-59/+49
| |
| * Language in rabbitmqctl docEmile Joubert2011-08-191-5/+10
| |
| * Detail about units of numbers reported by 'rabbitmqctl status'Emile Joubert2011-08-171-2/+3
| |
| * Query total RAM when updating highwatermarkEmile Joubert2011-08-173-27/+40
| |
| * Change vm_memory_high_watermark while runningEmile Joubert2011-08-173-1/+38
| |
* | Added tag rabbitmq_v2.6.0 for changeset 6547461e6c2e6547461e6c2eTim Fox2011-08-300-0/+0
| |
* | Changelogs for 2.6.0 releaserabbitmq_v2_6_0rabbitmq_v2.6.0Tim Fox2011-08-302-0/+9
| |
* | Merge bug24377Simon MacMullen2011-08-264-17/+16
|\ \
| * | one way to check whether rabbit is runningMatthias Radestock2011-08-254-17/+16
| | | | | | | | | | | | and avoid timeouts in application:which_applications() in doing so
* | | Revert most of the merge of bug24315 apart from rabbit_misc:with_local_io/1 ↵Simon MacMullen2011-08-261-22/+1
| | | | | | | | | | | | since that's now used elsewhere.
* | | move misplaced commentMatthias Radestock2011-08-261-2/+2
|/ /
* | Update for user tags. Also move the explanation of the listing format to the ↵Simon MacMullen2011-08-251-3/+5
| | | | | | | | main doc part not the example.
* | Merge bug24095 into defaultRob Harrop2011-08-242-4/+8
|\ \
| * \ Merged bug23979 into defaultEmile Joubert2011-08-231-1/+1
| |\ \
| | * \ Merge bug24357 into defaultRob Harrop2011-08-221-1/+1
| | |\ \
| | | * | Shortstrs are actually up to 255. Derp.Matthew Sackman2011-08-221-1/+1
| | | | |
| | | * | AMQP error reasons are shortstrs. Take advantage of ~p and limit to the ↵Matthew Sackman2011-08-221-1/+1
| | |/ / | | | | | | | | | | | | shortstr length.
| * | | only output warning if clusteredAlexandru Scvortov2011-08-191-3/+7
| | | |
| * | | fast-forward bug23979 to defaultAlexandru Scvortov2011-08-190-0/+0
| |\ \ \ | | |/ / | |/| |
* | | | Move the default pid file so it doesn't get wiped out by rabbitmqctl reset.Simon MacMullen2011-08-231-1/+1
| | | |
* | | | Update the man page.Simon MacMullen2011-08-221-6/+14
| | | |
* | | | Merge with defaultRob Harrop2011-08-227-23/+94
|\ \ \ \ | |/ / / |/| | |
| * | | MNESIA_DIR is not always set. Make sure the directory exists.Simon MacMullen2011-07-281-2/+3
| | | |
| * | | ...and get the ownership right.Simon MacMullen2011-07-272-0/+2
| | | |
| * | | /var/run/rabbitmq should existSimon MacMullen2011-07-272-0/+2
| | | |
| * | | Always write the pid file, and write it in /var/run for debs/RPMs.Simon MacMullen2011-07-272-5/+4
| | | |
| * | | It *is* a process. It *has* a pid.Simon MacMullen2011-07-201-3/+3
| | | |
| * | | (Untested) attempt at updating OCF script.Simon MacMullen2011-07-201-3/+18
| | | |
| * | | Uh, it's probably an idea to write out the pidfile as early as possible, in ↵Simon MacMullen2011-07-191-4/+4
| | | | | | | | | | | | | | | | case for example prelaunch fails.
| * | | The problem with kill -0 is that its semantics are "could I send a signal to ↵Simon MacMullen2011-07-151-1/+1
| | | | | | | | | | | | | | | | this process?" - i.e. it will fail if the process exists but is not owned by the current user. I think this is not quite what we're looking for, so let's use ps -p. I've tested that ps -p does the right thing on Linux and OS X, and it claims to work on FreeBSD and AIX too according to the manpages on the web. That's probably good enough.
| * | | Do these checks the other way round - if the pid is not running we should ↵Simon MacMullen2011-07-151-7/+7
| | | | | | | | | | | | | | | | fail, even if the node is up. I think.
| * | | Be more clear when pidfile read fails.Simon MacMullen2011-07-151-1/+1
| | | |
| * | | Show when we've acquired the pid. This would be useful for diagnostics.Simon MacMullen2011-07-151-5/+7
| | | |
| * | | We should probably prefix this.Simon MacMullen2011-07-142-3/+3
| | | |
| * | | rabbitmqctl wait $PID_FILE.Simon MacMullen2011-07-132-18/+61
| | | | | | | | | | | | | | | | NB: pid_up/1, with_os/1, system/1 and escape_queues/1 are salvaged from rabbitmq-multi. pid_up/1 used to be is_dead/1 but the new polarity makes more sense.
| * | | PID_FILESimon MacMullen2011-07-132-2/+9
| | | |
* | | | merge bug24354 into default (test_refresh_events/1 sometimes fails)Alexandru Scvortov2011-08-191-1/+5
|\ \ \ \
| * | | | Hypothesis: what's happening is some old channel_created event from a ↵Simon MacMullen2011-08-191-1/+5
| | | | | | | | | | | | | | | | | | | | previous test is getting overtaken by the rabbit_tests_event_receiver starting up, and is thus getting through to us. Solution: ignore events with the wrong pid until we get the one we want.
* | | | | TypoSimon MacMullen2011-08-191-1/+1
| | | | |
* | | | | merge bug 24356 into default (pg2_fixed will blow up if compiled with R12B5)Alexandru Scvortov2011-08-192-7/+13
|\ \ \ \ \
| * \ \ \ \ Merging bug24230 to default, againMatthew Sackman2011-08-1942-803/+1843
| |\ \ \ \ \ | | |/ / / /