summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* merge generic low-memory handling sub-branch into 'queue' sub-branchbug19468_queuesMatthias Radestock2008-10-160-0/+0
|\
| * cosmeticMatthias Radestock2008-10-161-1/+1
| |
| * branch off for effect-less alarm handlingMatthias Radestock2008-10-161-2/+15
| | | | | | | | so we can later experiment with different effects
* | oops againMatthias Radestock2008-10-051-2/+2
| | | | | | | | This time I've actually tested this properly, so it's definitely correct.
* | oopsMatthias Radestock2008-10-051-1/+1
| |
* | drop transactional messages when conserving memoryMatthias Radestock2008-10-052-9/+29
| | | | | | | | and make sure the involved transactions fail when committing
* | make queues drop new messages whene memory is lowMatthias Radestock2008-10-051-36/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - deliver_immediately needed refactoring so that in the memory-conserving case it looks for an auto-ack consumer (to which the message can be delivered without needing to keep a record of it), rather than just picking the first available consumer - We don't want to drop messages that have already been enqueued. Therefore the call to deliver_immediately in run_poke_burst always pretends that memory conservation mode is inactive. run_poke_burst is the (only) place that handles delivery of already enqueued messages, e.g. when redelivering unacked messages after channel closure, adding a new consumer and recovering messages from the persister after a restart. - a warning with the count of dropped messages (if >0) is logged when the queue resumes normal operation or is terminated TODO: drop transactional messages and mark the tx as failed
* | document limitation of initial effectiveness of memsup checksMatthias Radestock2008-10-051-0/+5
| |
* | wiring for system_memory_high_watermark alarmsMatthias Radestock2008-10-043-4/+49
|/ | | | | Queue processes are initialised with, and are alerted to transitions in, the system_memory_high_watermark alarm status.
* beginnings of reacting to low memory conditionsMatthias Radestock2008-10-044-2/+89
| | | | configure memsup and hook in our own alarm handler
* merge bug18784Matthias Radestock2008-10-0147-1224/+1274
|\
| * Merged 19455 into defaultBen Hood2008-09-280-0/+0
| |\
| * | disable Naglebug19455Matthias Radestock2008-09-282-2/+6
| |/
| * merge bug19164 into defaultMatthias Radestock2008-09-110-0/+0
| |\
| * | cosmeticbug19164Matthias Radestock2008-09-111-7/+5
| | |
| * | cosmeticHubert Plociniczak2008-09-111-6/+8
| | |
| * | Use parse_status to correctly determineHubert Plociniczak2008-09-111-3/+4
| | | | | | | | | | | | the status of the node. No need to print node's apps.
| * | Added status command to rabbit_mutli, init.d scriptsHubert Plociniczak2008-09-114-81/+141
| |/ | | | | | | | | | | | | | | | | now use that command. Used status command in init.d scripts to check if the server is running before stopping it. Fixed various indentation problems in init.d scripts. Synchronized the init.d in Debian and RPM to behave in a similar way.
| * merge bug19193 into defaultMatthias Radestock2008-09-100-0/+0
| |\
| * \ merge default into bug19193bug19193Hubert Plociniczak2008-09-1012-20/+41
| |\ \ | | |/
| | * merge bug19166 into defaultMatthias Radestock2008-09-093-93/+111
| | |\
| | | * Start the RabbitMQ server after addingbug19166Hubert Plociniczak2008-09-091-0/+1
| | | | | | | | | | | | | | | | it to chkconfig.
| | * | merge bug19144 into defaultMatthias Radestock2008-09-090-0/+0
| | |\ \
| | * | | Updated the license to reflect the current state.bug19144Hubert Plociniczak2008-09-091-3/+3
| | |/ / | | | | | | | | | | | | | | | | Debian packaging has the same license as the broker itself.
| | * | merge bug19200 into defaultMatthias Radestock2008-09-0811-18/+38
| | |\ \
| | | * | Removed dotHubert Plociniczak2008-09-041-1/+1
| | | | |
| | | * | Only debian/rules file needs to have exec permissionHubert Plociniczak2008-09-041-1/+1
| | | | |
| | | * | tabs -> spacesMatthias Radestock2008-08-292-2/+2
| | | | |
| | | * | merge bug17070 into defaultMatthias Radestock2008-08-2636-1014/+443
| | | |\ \
| | | | * \ merge bug19089 into defaultMatthias Radestock2008-08-1428-999/+407
| | | | |\ \
| | | | * | | SCRIPT_HOME variable in windows points to thebug19089Hubert Plociniczak2008-08-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | directory of the rabbitmq-multi.bat script
| | | | * | | Use %~dp0 to find the ebin directory under windowsHubert Plociniczak2008-07-293-3/+3
| | | | | | |
| | | | * | | Use dirname $0 consistently to find the ebin dir.Tony Garnock-Jones2008-07-293-3/+3
| | | | | | |
| | | * | | | support default empty AMQP tablesbug17070Matthias Radestock2008-08-261-1/+10
| | | | | | |
| | | * | | | fixed bug in emitting erlang binary stringKarol Skocik2008-08-261-1/+1
| | | | | | |
| | | * | | | added mapping which decides how to convert Python value to Erlang default valueKarol Skocik2008-08-081-1/+9
| | | | | | |
| | | * | | | Migrate branch bug17070Tony Garnock-Jones2008-07-031-7/+10
| | | | | | |
| * | | | | | Refactoring of call_all_nodes/1Hubert Plociniczak2008-09-101-28/+18
| | | | | | |
| * | | | | | Use lists:foreach instead of tail recursionHubert Plociniczak2008-09-102-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in rotate_logs command. Updated usage function() Reverted change in rabbitmq-server.spec that didn't belong to this bug.
| * | | | | | Continue rotate_logs command even whenHubert Plociniczak2008-09-091-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the command on specific node returns an error. Display the error message in that case only.
| * | | | | | Fixed various QA remarks.Hubert Plociniczak2008-09-094-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed rotate_logs_all to rotate_logs. logrotate will fail silently to logrotate if calling rotate_logs on any of the logs failed.
| * | | | | | Return value of the RETVAL variable in init.dHubert Plociniczak2008-09-091-1/+1
| | | | | | |
| * | | | | | Renamed startup.log, .err to startup_log, _errHubert Plociniczak2008-09-092-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to avoid logrotation problems. This also removes the problem when the node is called startup. Same situation for shutdown logs.
| * | | | | | Merge bug19200 into bug19193Hubert Plociniczak2008-09-0513-104/+204
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Logrotate script calls init.d script insteadHubert Plociniczak2008-08-274-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | of calling rabbitmq-multi directly
| | * | | | | Update man pages with rotate_logs_all commandHubert Plociniczak2008-08-271-0/+3
| | | | | | |
| | * | | | | Added rotate_logs_all command to rabbitmq_multi.Hubert Plociniczak2008-08-273-15/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | logrotate uses this command to correctly swap handlers on all nodes.
| | * | | | | Merged bug19200 into bug19193Hubert Plociniczak2008-08-276-65/+219
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge bug19200 into bug19193Hubert Plociniczak2008-08-199-95/+145
| | |\ \ \ \ \ \
| | | * | | | | | Use postrotate script to reopen logs andHubert Plociniczak2008-08-143-28/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sharedscripts option in logrotate. Removed .bak mechanism from linux/unix distros.