summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ignore PACKAGES/*Michael Klishin2016-02-151-0/+2
|
* Merge branch 'posix-sed' of https://github.com/cbandy/rabbitmq-server into ↵Michael Klishin2016-02-152-12/+3
|\ | | | | | | cbandy-posix-sed
| * Use basic regular expressions for sed portabilityChris Bandy2016-02-092-12/+3
| |
* | Merge branch 'stable'Michael Klishin2016-02-111-3/+56
|\ \
| * \ Merge pull request #617 from rabbitmq/rabbitmq-server-616Michael Klishin2016-02-111-3/+56
| |\ \ | | | | | | | | rabbit_mirror_queue_sync: Pause the syncer process if memory is low
| | * | rabbit_mirror_queue_sync: Pause the syncer process if memory is lowJean-Sébastien Pédron2016-02-101-3/+56
| |/ / | | | | | | | | | | | | | | | | | | If any node in the cluster is running out of memory, we pause the syncer process. If we don't do this, this alarmed node could crash. Fixes #616.
* | | Merge branch 'stable'Michael Klishin2016-02-101-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * rabbit_alarm: Fix resource_alarm_source() typeJean-Sébastien Pédron2016-02-101-1/+1
| | | | | | | | | | Alarms are emitted for 'disk' or 'memory' resources shortage, not 'node'.
* | Merge branch 'stable'Jean-Sébastien Pédron2016-02-091-4/+4
|\ \ | |/
| * rabbitmq-env.bat: Do not prepare and escape RABBITMQ_PLUGINS_EXPAND_DIRrabbitmq_v3_6_1_rc1Jean-Sébastien Pédron2016-02-091-4/+4
| | | | | | | | | | | | | | | | RabbitMQ recreates it anyway so we can't pass it the escaped directory name. Therefore, this directory must not contain any non-US-ASCII in its name. References #493.
* | Merge pull request #611 from rabbitmq/rabbitmq-server-590Michael Klishin2016-02-054-6/+56
|\ \ | | | | | | Auto deleted queue log
| * | Log connection pid onlyDaniil Fedotov2016-02-051-3/+5
| | |
| * | Do not log connection refDaniil Fedotov2016-02-051-3/+3
| | |
| * | More copy editsMichael Klishin2016-02-051-3/+3
| | |
| * | Logging queue deletion at debug levelDaniil Fedotov2016-02-051-2/+2
| | |
| * | GrammarMichael Klishin2016-02-051-1/+1
| | |
| * | CopyMichael Klishin2016-02-051-4/+3
| | |
| * | Fix wordingDaniil Fedotov2016-02-051-10/+25
| | |
| * | Remove rabbitmq fork of lager dependencyDaniil Fedotov2016-02-041-2/+0
| | |
| * | Merge branch 'master' into rabbitmq-server-590Daniil Fedotov2016-02-044-20/+37
| |\ \
| * | | error_logger_lager_event sinkDaniil Fedotov2016-02-041-1/+2
| | | |
| * | | Federation log sinkDaniil Fedotov2016-02-041-1/+2
| | | |
| * | | Log auto delete with debug levelDaniil Fedotov2016-02-041-3/+3
| | | |
| * | | Resolve category name to sink nameDaniil Fedotov2016-02-041-1/+10
| | | |
| * | | Log auto deleting queuesDaniil Fedotov2016-02-041-2/+27
| | | |
* | | | Merge branch 'stable'Michael Klishin2016-02-051-15/+25
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge pull request #609 from bogdando/bug/1541029Michael Klishin2016-02-051-15/+25
| |\ \ | | | | | | | | Fix action_stop for the rabbit OCF
| | * | Fix action_stop for the rabbit OCFBogdan Dobrelya2016-02-041-15/+25
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The action_stop may sometimes stop the rabbitmq-server gracefully by the PID, but leave unresponsive beam.smp processes running and spoiling rabbits. Those shall be stopped as well. The solution is: - make proc_stop() to accept a pid=none to use a name matching instead - make kill_rmq_and_remove_pid() to stop by the beam process matching as well - fix stop_server_process() to ensure there is no beam process left running Related Fuel bug: https://launchpad.net/bugs/1541029 Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
* | | Merge branch 'stable'Michael Klishin2016-02-041-1/+3
|\ \ \ | |/ /
| * | Merge pull request #604 from rabbitmq/rabbitmq-server-595Michael Klishin2016-02-041-1/+3
| |\ \ | | | | | | | | Add emitting node info to amq.rabbitmq.log messages
| | * | Add emitting node info to amq.rabbitmq.log messagesMichael Klishin2016-02-041-1/+3
| |/ / | | | | | | | | | Fixes #595.
* | | Merge branch 'stable'Michael Klishin2016-02-031-23/+21
|\ \ \ | |/ /
| * | Merge pull request #602 from dmitrymex/stableMichael Klishin2016-02-031-23/+21
| |\ \ | | | | | | | | Streamline checking for cluster partitioning
| | * | Streamline checking for cluster partitioningDmitry Mescheryakov2016-02-031-23/+21
| |/ / | | | | | | | | | | | | Move check if we are current cluster master to earlier place in code. That way we will avoid unnecessary operations for master case.
* | | Lager integration for windows service scriptDaniil Fedotov2016-02-031-2/+8
| | |
* | | Merge branch 'stable'Michael Klishin2016-02-031-0/+5
|\ \ \ | |/ /
| * | Merge pull request #601 from bogdando/bug/1540936Michael Klishin2016-02-031-0/+5
| |\ \ | | | | | | | | Fix cluster membership check for running master
| | * | Fix cluster membership check for running masterBogdan Dobrelya2016-02-021-0/+5
| | | | | | | | | | | | | | | | The running master is always inside of its own cluster. Fix the cluster membership check when a node is the master.
* | | | Merge branch 'stable'Michael Klishin2016-02-021-0/+1
|\ \ \ \ | |/ / /
| * | | Merge pull request #600 from bogdando/bug/1540936Michael Klishin2016-02-021-0/+1
| |\ \ \ | | |/ / | | | | Fix uninitialized status_master
| | * | Fix uninitialized status_masterBogdan Dobrelya2016-02-021-0/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | Fix multiple nodes may be reported in logs as the running master Related Fuel bug https://bugs.launchpad.net/bugs/1540936 Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
* | | New section: building from source and packagingMichael Klishin2016-02-021-0/+5
| |/ |/|
* | Merge pull request #578 from rabbitmq/rabbitmq-server-559Michael Klishin2016-02-022-166/+7
|\ \ | | | | | | Support for [de-]registration callbacks in rabbit_registry
| * | Moved rabbit_registry to rabbit_commonDaniil Fedotov2016-01-262-195/+0
| | |
| * | rabbit_registry_class behaviourDaniil Fedotov2016-01-263-28/+39
| | |
| * | Support for callbacks on register/unregister in registry.Daniil Fedotov2016-01-251-0/+25
| | |
* | | Merge branch 'stable'Michael Klishin2016-02-021-1/+1
|\ \ \ | | |/ | |/|
| * | Merge pull request #597 from binarin/rabbitmq-server-ocf-quiet-curlMichael Klishin2016-02-021-1/+1
| |\ \ | | | | | | | | Suppress curl progress indicator in rabbit OCF
| | * | Suppress curl progress indicator in rabbit OCFAlexey Lebedeff2016-02-021-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | curl is used by OCF script for fetching definitions (queues etc.), but results of that invocation is shown as garbage in pacemaker logs - progress indicator doesn't make any sense in logs. According to curl manpage the following combination of options should be used "--silent --show-error" - this will suppress only progress indicator, errors will still be shown. Also other short curl options are replaced with their long counterparts - for improved readability.
* | | Merge branch 'stable'Michael Klishin2016-02-011-1/+6
|\ \ \ | |/ /