| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'stable' into rabbitmq-server-346 | Michael Klishin | 2016-03-04 | 15 | -749/+212 |
| |\ | |||||
| | * | Merge pull request #673 from rabbitmq/rabbitmq-server-671 | Michael Klishin | 2016-03-03 | 3 | -616/+0 |
| | |\ | | | | | | | Move auth_backend and types modules to rabbitmq-common. | ||||
| | | * | Move auth_backend and types modules to rabbitmq-common. | Brandon Shroyer | 2016-03-02 | 3 | -616/+0 |
| | |/ | | | | | | | * Delete these modules from rabbitmq-server and add them to rabbitmq-common. | ||||
| | * | Merge pull request #648 from rabbitmq/rabbitmq-server-645 | Michael Klishin | 2016-03-02 | 1 | -0/+5 |
| | |\ | | | | | | | Restart option for windows service. | ||||
| | | * | onfail parameter to erlsrv | Daniil Fedotov | 2016-02-24 | 1 | -0/+5 |
| | | | | |||||
| | * | | Merge branch 'rabbitmq-server-398' into stable | Michael Klishin | 2016-03-02 | 5 | -13/+35 |
| | |\ \ | |||||
| | | * \ | Merge branch 'stable' into rabbitmq-server-398 | Michael Klishin | 2016-03-02 | 9 | -135/+194 |
| | | |\ \ | | |/ / | |/| | | |||||
| | * | | | Merge pull request #669 from rabbitmq/rabbitmq-server-667 | Michael Klishin | 2016-03-02 | 1 | -1/+2 |
| | |\ \ \ | | | | | | | | | | | Bump rabbit.channel_operation_timeout default to 15s | ||||
| | | * | | | Bump rabbit.channel_operation_timeout default to 15s | Michael Klishin | 2016-03-02 | 1 | -1/+2 |
| | |/ / / | | | | | | | | | | | | | Fixes #667. | ||||
| | * | | | Commit 3.6.1-1 change lograbbitmq_v3_6_1 | Michael Klishin | 2016-03-01 | 2 | -0/+9 |
| | | | | | |||||
| | * | | | Ignore debug/* and PACKAGES/* | Michael Klishin | 2016-03-01 | 1 | -0/+3 |
| | | | | | |||||
| | * | | | Merge branch 'deadtrickster-rabbitmqctl-man-fix' into stable | Michael Klishin | 2016-03-01 | 1 | -23/+23 |
| | |\ \ \ | |||||
| | | * | | | vhostpath => vhost in rabbitmqctl.1 | Michael Klishin | 2016-03-01 | 1 | -23/+23 |
| | | | | | | |||||
| | | * | | | Document rabbitmqctl commands sync_queue, cancel_sync_queue, purge_queue ↵ | Ilya Khaprov | 2016-02-29 | 1 | -3/+3 |
| | |/ / / | | | | | | | | | | | | | also accept vhostpath. | ||||
| | * | | | Run xmlto in more verbose mode | Michael Klishin | 2016-02-29 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Merge pull request #657 from dmitrymex/seamless-promotion | Michael Klishin | 2016-02-29 | 1 | -55/+77 |
| | |\ \ \ | | | | | | | | | | | [OCF HA] On neighbor promotion do nothing if we are already clustered | ||||
| | | * | | | [OCF HA] On neighbor promotion do nothing if we are already clustered | Dmitry Mescheryakov | 2016-02-29 | 1 | -15/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + extracted function checking if we are in the same cluster with given node + made post-promote ignore promotion of self. Previously it was done inside jjj_join, but now we need to do that before the new check. + now we write "post-promote end" log entry at the very end of post-promote, not somewhere in the middle. | ||||
| | | * | | | [OCF HA] Do not check cluster health if master is not elected | Dmitry Mescheryakov | 2016-02-26 | 1 | -41/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doing otherwise causes node to restart when get_monitor is called within action_promote - it does not find a master and assumes that it is running out of cluster. Also, code is refactored a little bit - a new function returning current master is created and is used in the changed code. | ||||
| | * | | | | Merge pull request #655 from rabbitmq/rabbitmq-server-596 | Michael Klishin | 2016-02-27 | 1 | -40/+57 |
| | |\ \ \ \ | | |/ / / | |/| | | | Unescape list_permissions and list_user_permissions regexes | ||||
| | | * | | | Unescape list_permission and list_user_permission regexes | Diana Corbacho | 2016-02-26 | 1 | -40/+57 |
| | |/ / / | |||||
| | | * | | Wording | Michael Klishin | 2016-02-29 | 1 | -3/+3 |
| | | | | | |||||
| | | * | | Return error codes in node health check | Diana Corbacho | 2016-02-26 | 1 | -2/+3 |
| | | | | | |||||
| | | * | | Restore rabbit_cli:rpc_call API | Diana Corbacho | 2016-02-26 | 1 | -1/+18 |
| | | | | | |||||
| | | * | | Move health checks to rabbit_common and rabbit_cli:rpc_call to ↵ | Diana Corbacho | 2016-02-25 | 4 | -83/+8 |
| | | | | | | | | | | | | | | | | | rabbit/rabbit_misc | ||||
| | | * | | Rename aliveness_test to node_health_check | Diana Corbacho | 2016-02-25 | 2 | -24/+24 |
| | | | | | |||||
| | | * | | Use net_ticktime + 10s as timeout in the aliveness test and abort with the ↵ | Diana Corbacho | 2016-02-25 | 1 | -14/+15 |
| | | | | | | | | | | | | | | | | | first error | ||||
| | | * | | Add aliveness_test documentation | Diana Corbacho | 2016-02-25 | 1 | -0/+15 |
| | | | | | |||||
| | | * | | Aliveness check | Diana Corbacho | 2016-02-25 | 1 | -1/+64 |
| | | | | | | | | | | | | | | | | | * Basic checks | ||||
| * | | | | Avoid hipe compile versioned modules | Diana Corbacho | 2016-02-25 | 1 | -1/+6 |
| |/ / / | | | | | | | | | | | | | References #346. References #347. | ||||
| * | | | Merge pull request #650 from dmitrymex/increase-timeout | Michael Klishin | 2016-02-25 | 1 | -1/+1 |
| |\ \ \ | |_|/ |/| | | [OCF HA] Increase tolerable number of rabbitmqctl timeouts | ||||
| | * | | [OCF HA] Increase tolerable number of rabbitmqctl timeouts | Dmitry Mescheryakov | 2016-02-25 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | | We still see that rabbitmqctl list_channels times out from time to time, though the RabbitMQ cluster is absolutely healthy in any other aspect. Setting max_rabbitmqctl_timeouts to 3 seems to be a sane default to help avoid unnecessary restarts. | ||||
| * | | Merge pull request #636 from rabbitmq/rabbitmq-server-634 | Gabriele Santomaggio | 2016-02-19 | 1 | -0/+2 |
| |\ \ | | | | | | | Windows installer: don't jump to the finish page on install/uninstall | ||||
| | * | | Do not jump to finish in windows uninstall | Daniil Fedotov | 2016-02-18 | 1 | -0/+1 |
| | | | | |||||
| | * | | Do not jump to finish in windows install | Daniil Fedotov | 2016-02-18 | 1 | -0/+1 |
| | |/ | |||||
| * | | Merge pull request #639 from lefremova/stable | Michael Klishin | 2016-02-19 | 1 | -9/+9 |
| |\ \ | | | | | | | Private attributes usage in rabbitmq script | ||||
| | * | | Private attributes usage in rabbitmq script | Liubov Efremova | 2016-02-19 | 1 | -9/+9 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are three types of rabbitmq attributes for pacemaker nodes: -'rabbit-master' -'rabbit-start-time' - timeouts: -'rabbit_list_channels_timeouts' -'rabbit_get_alarms_timeouts' -'rabbit_list_queues_timeouts' Attributes with names 'rabbit-master' and 'rabbit-start-time' should be public because we monitor this attributes in cycle for all nodes in our script. All timeouts attributes were changed to private to avoid unnecessary transitions. Also, --lifetime and --node options were removed for attrd_updater as 'lifetime' for this command is always 'reboot' and 'node' default value is local one. | ||||
| * | | Merge pull request #630 from dmitrymex/stable | Michael Klishin | 2016-02-19 | 1 | -0/+2 |
| |\ \ | | | | | | | Exit waiting loop once node has unjoined | ||||
| | * | | Exit waiting loop once node has unjoined | Dmitry Mescheryakov | 2016-02-16 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Without the break we always wait for 50 seconds, even if we don't need to wait at all. | ||||
| * | | | Merge pull request #635 from rabbitmq/rabbitmq-server-248rabbitmq_v3_6_1_rc2 | Michael Klishin | 2016-02-18 | 1 | -1/+3 |
| |\ \ \ | | | | | | | | | Introduce rabbit.channel_operation_timeout | ||||
| | * \ \ | Merge branch 'stable' into rabbitmq-server-248 | Michael Klishin | 2016-02-18 | 7 | -54/+115 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | * | | | Bump rabbit.channel_operation_timeout to 5s | Michael Klishin | 2016-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Per discussion with Ayanda. Lower values are known to produce false positives in a variety of contexts. | ||||
| | * | | | Sets initial channel_operation_timeout to 3s. | Ayanda Dube | 2016-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | To update to a higher value in future, for cross-node calls. | ||||
| | * | | | Adds channel_operation_timeout envionment variable. | Ayanda Dube | 2016-02-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | References: #248 | ||||
| * | | | | Makefile: Fix Makefile indentation | Jean-Sébastien Pédron | 2016-02-18 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | Spaces were mixed with tabs, though make(1) expects the latter. | ||||
| * | | | | make manpages: Fix xmlto(1) failures handling | Jean-Sébastien Pédron | 2016-02-18 | 1 | -1/+2 |
| | |/ / |/| | | | | | | | | | | | Before, a failure from xmlto(1) was ignored and the build continued "happily". | ||||
| * | | | Merge pull request #631 from rabbitmq/rabbitmq-server-625 | Michael Klishin | 2016-02-17 | 1 | -0/+2 |
| |\ \ \ | |_|/ |/| | | Added erl call to make sure epmd is started | ||||
| | * | | Indentation | Michael Klishin | 2016-02-17 | 1 | -2/+2 |
| | | | | |||||
| | * | | added erl with -sname to make sure epmd is started | gabriele santomaggio | 2016-02-17 | 1 | -0/+2 |
| |/ / | |||||
| * | | Use basic regular expressions for sed portability | Chris Bandy | 2016-02-15 | 2 | -12/+3 |
| | | | |||||
| * | | 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 | ||||
