| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ignore PACKAGES/* | Michael Klishin | 2016-02-15 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'posix-sed' of https://github.com/cbandy/rabbitmq-server into ↵ | Michael Klishin | 2016-02-15 | 2 | -12/+3 |
| |\ | | | | | | | cbandy-posix-sed | ||||
| | * | Use basic regular expressions for sed portability | Chris Bandy | 2016-02-09 | 2 | -12/+3 |
| | | | |||||
| * | | Merge branch 'stable' | Michael Klishin | 2016-02-11 | 1 | -3/+56 |
| |\ \ | |||||
| | * \ | Merge pull request #617 from rabbitmq/rabbitmq-server-616 | Michael Klishin | 2016-02-11 | 1 | -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 low | Jean-Sébastien Pédron | 2016-02-10 | 1 | -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 Klishin | 2016-02-10 | 1 | -1/+1 |
| |\ \ \ | |/ / | | / | |/ |/| | |||||
| | * | rabbit_alarm: Fix resource_alarm_source() type | Jean-Sébastien Pédron | 2016-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | Alarms are emitted for 'disk' or 'memory' resources shortage, not 'node'. | ||||
| * | | Merge branch 'stable' | Jean-Sébastien Pédron | 2016-02-09 | 1 | -4/+4 |
| |\ \ | |/ | |||||
| | * | rabbitmq-env.bat: Do not prepare and escape RABBITMQ_PLUGINS_EXPAND_DIRrabbitmq_v3_6_1_rc1 | Jean-Sébastien Pédron | 2016-02-09 | 1 | -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-590 | Michael Klishin | 2016-02-05 | 4 | -6/+56 |
| |\ \ | | | | | | | Auto deleted queue log | ||||
| | * | | Log connection pid only | Daniil Fedotov | 2016-02-05 | 1 | -3/+5 |
| | | | | |||||
| | * | | Do not log connection ref | Daniil Fedotov | 2016-02-05 | 1 | -3/+3 |
| | | | | |||||
| | * | | More copy edits | Michael Klishin | 2016-02-05 | 1 | -3/+3 |
| | | | | |||||
| | * | | Logging queue deletion at debug level | Daniil Fedotov | 2016-02-05 | 1 | -2/+2 |
| | | | | |||||
| | * | | Grammar | Michael Klishin | 2016-02-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | Copy | Michael Klishin | 2016-02-05 | 1 | -4/+3 |
| | | | | |||||
| | * | | Fix wording | Daniil Fedotov | 2016-02-05 | 1 | -10/+25 |
| | | | | |||||
| | * | | Remove rabbitmq fork of lager dependency | Daniil Fedotov | 2016-02-04 | 1 | -2/+0 |
| | | | | |||||
| | * | | Merge branch 'master' into rabbitmq-server-590 | Daniil Fedotov | 2016-02-04 | 4 | -20/+37 |
| | |\ \ | |||||
| | * | | | error_logger_lager_event sink | Daniil Fedotov | 2016-02-04 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | Federation log sink | Daniil Fedotov | 2016-02-04 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | Log auto delete with debug level | Daniil Fedotov | 2016-02-04 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Resolve category name to sink name | Daniil Fedotov | 2016-02-04 | 1 | -1/+10 |
| | | | | | |||||
| | * | | | Log auto deleting queues | Daniil Fedotov | 2016-02-04 | 1 | -2/+27 |
| | | | | | |||||
| * | | | | Merge branch 'stable' | Michael Klishin | 2016-02-05 | 1 | -15/+25 |
| |\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| | * | | Merge pull request #609 from bogdando/bug/1541029 | Michael Klishin | 2016-02-05 | 1 | -15/+25 |
| | |\ \ | | | | | | | | | Fix action_stop for the rabbit OCF | ||||
| | | * | | Fix action_stop for the rabbit OCF | Bogdan Dobrelya | 2016-02-04 | 1 | -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 Klishin | 2016-02-04 | 1 | -1/+3 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #604 from rabbitmq/rabbitmq-server-595 | Michael Klishin | 2016-02-04 | 1 | -1/+3 |
| | |\ \ | | | | | | | | | Add emitting node info to amq.rabbitmq.log messages | ||||
| | | * | | Add emitting node info to amq.rabbitmq.log messages | Michael Klishin | 2016-02-04 | 1 | -1/+3 |
| | |/ / | | | | | | | | | | Fixes #595. | ||||
| * | | | Merge branch 'stable' | Michael Klishin | 2016-02-03 | 1 | -23/+21 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #602 from dmitrymex/stable | Michael Klishin | 2016-02-03 | 1 | -23/+21 |
| | |\ \ | | | | | | | | | Streamline checking for cluster partitioning | ||||
| | | * | | Streamline checking for cluster partitioning | Dmitry Mescheryakov | 2016-02-03 | 1 | -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 script | Daniil Fedotov | 2016-02-03 | 1 | -2/+8 |
| | | | | |||||
| * | | | Merge branch 'stable' | Michael Klishin | 2016-02-03 | 1 | -0/+5 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #601 from bogdando/bug/1540936 | Michael Klishin | 2016-02-03 | 1 | -0/+5 |
| | |\ \ | | | | | | | | | Fix cluster membership check for running master | ||||
| | | * | | Fix cluster membership check for running master | Bogdan Dobrelya | 2016-02-02 | 1 | -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 Klishin | 2016-02-02 | 1 | -0/+1 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge pull request #600 from bogdando/bug/1540936 | Michael Klishin | 2016-02-02 | 1 | -0/+1 |
| | |\ \ \ | | |/ / | | | | | Fix uninitialized status_master | ||||
| | | * | | Fix uninitialized status_master | Bogdan Dobrelya | 2016-02-02 | 1 | -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 packaging | Michael Klishin | 2016-02-02 | 1 | -0/+5 |
| | |/ |/| | |||||
| * | | Merge pull request #578 from rabbitmq/rabbitmq-server-559 | Michael Klishin | 2016-02-02 | 2 | -166/+7 |
| |\ \ | | | | | | | Support for [de-]registration callbacks in rabbit_registry | ||||
| | * | | Moved rabbit_registry to rabbit_common | Daniil Fedotov | 2016-01-26 | 2 | -195/+0 |
| | | | | |||||
| | * | | rabbit_registry_class behaviour | Daniil Fedotov | 2016-01-26 | 3 | -28/+39 |
| | | | | |||||
| | * | | Support for callbacks on register/unregister in registry. | Daniil Fedotov | 2016-01-25 | 1 | -0/+25 |
| | | | | |||||
| * | | | Merge branch 'stable' | Michael Klishin | 2016-02-02 | 1 | -1/+1 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Merge pull request #597 from binarin/rabbitmq-server-ocf-quiet-curl | Michael Klishin | 2016-02-02 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | Suppress curl progress indicator in rabbit OCF | ||||
| | | * | | Suppress curl progress indicator in rabbit OCF | Alexey Lebedeff | 2016-02-02 | 1 | -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 Klishin | 2016-02-01 | 1 | -1/+6 |
| |\ \ \ | |/ / | |||||
