summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'stable' into rabbitmq-server-346Michael Klishin2016-03-0415-749/+212
|\
| * Merge pull request #673 from rabbitmq/rabbitmq-server-671Michael Klishin2016-03-033-616/+0
| |\ | | | | | | Move auth_backend and types modules to rabbitmq-common.
| | * Move auth_backend and types modules to rabbitmq-common.Brandon Shroyer2016-03-023-616/+0
| |/ | | | | | | * Delete these modules from rabbitmq-server and add them to rabbitmq-common.
| * Merge pull request #648 from rabbitmq/rabbitmq-server-645Michael Klishin2016-03-021-0/+5
| |\ | | | | | | Restart option for windows service.
| | * onfail parameter to erlsrvDaniil Fedotov2016-02-241-0/+5
| | |
| * | Merge branch 'rabbitmq-server-398' into stableMichael Klishin2016-03-025-13/+35
| |\ \
| | * \ Merge branch 'stable' into rabbitmq-server-398Michael Klishin2016-03-029-135/+194
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #669 from rabbitmq/rabbitmq-server-667Michael Klishin2016-03-021-1/+2
| |\ \ \ | | | | | | | | | | Bump rabbit.channel_operation_timeout default to 15s
| | * | | Bump rabbit.channel_operation_timeout default to 15sMichael Klishin2016-03-021-1/+2
| |/ / / | | | | | | | | | | | | Fixes #667.
| * | | Commit 3.6.1-1 change lograbbitmq_v3_6_1Michael Klishin2016-03-012-0/+9
| | | |
| * | | Ignore debug/* and PACKAGES/*Michael Klishin2016-03-011-0/+3
| | | |
| * | | Merge branch 'deadtrickster-rabbitmqctl-man-fix' into stableMichael Klishin2016-03-011-23/+23
| |\ \ \
| | * | | vhostpath => vhost in rabbitmqctl.1Michael Klishin2016-03-011-23/+23
| | | | |
| | * | | Document rabbitmqctl commands sync_queue, cancel_sync_queue, purge_queue ↵Ilya Khaprov2016-02-291-3/+3
| |/ / / | | | | | | | | | | | | also accept vhostpath.
| * | | Run xmlto in more verbose modeMichael Klishin2016-02-291-1/+1
| | | |
| * | | Merge pull request #657 from dmitrymex/seamless-promotionMichael Klishin2016-02-291-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 clusteredDmitry Mescheryakov2016-02-291-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 electedDmitry Mescheryakov2016-02-261-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-596Michael Klishin2016-02-271-40/+57
| |\ \ \ \ | | |/ / / | |/| | | Unescape list_permissions and list_user_permissions regexes
| | * | | Unescape list_permission and list_user_permission regexesDiana Corbacho2016-02-261-40/+57
| |/ / /
| | * | WordingMichael Klishin2016-02-291-3/+3
| | | |
| | * | Return error codes in node health checkDiana Corbacho2016-02-261-2/+3
| | | |
| | * | Restore rabbit_cli:rpc_call APIDiana Corbacho2016-02-261-1/+18
| | | |
| | * | Move health checks to rabbit_common and rabbit_cli:rpc_call to ↵Diana Corbacho2016-02-254-83/+8
| | | | | | | | | | | | | | | | rabbit/rabbit_misc
| | * | Rename aliveness_test to node_health_checkDiana Corbacho2016-02-252-24/+24
| | | |
| | * | Use net_ticktime + 10s as timeout in the aliveness test and abort with the ↵Diana Corbacho2016-02-251-14/+15
| | | | | | | | | | | | | | | | first error
| | * | Add aliveness_test documentationDiana Corbacho2016-02-251-0/+15
| | | |
| | * | Aliveness checkDiana Corbacho2016-02-251-1/+64
| | | | | | | | | | | | | | | | * Basic checks
* | | | Avoid hipe compile versioned modulesDiana Corbacho2016-02-251-1/+6
|/ / / | | | | | | | | | | | | References #346. References #347.
* | | Merge pull request #650 from dmitrymex/increase-timeoutMichael Klishin2016-02-251-1/+1
|\ \ \ | |_|/ |/| | [OCF HA] Increase tolerable number of rabbitmqctl timeouts
| * | [OCF HA] Increase tolerable number of rabbitmqctl timeoutsDmitry Mescheryakov2016-02-251-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-634Gabriele Santomaggio2016-02-191-0/+2
|\ \ | | | | | | Windows installer: don't jump to the finish page on install/uninstall
| * | Do not jump to finish in windows uninstallDaniil Fedotov2016-02-181-0/+1
| | |
| * | Do not jump to finish in windows installDaniil Fedotov2016-02-181-0/+1
| |/
* | Merge pull request #639 from lefremova/stableMichael Klishin2016-02-191-9/+9
|\ \ | | | | | | Private attributes usage in rabbitmq script
| * | Private attributes usage in rabbitmq scriptLiubov Efremova2016-02-191-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/stableMichael Klishin2016-02-191-0/+2
|\ \ | | | | | | Exit waiting loop once node has unjoined
| * | Exit waiting loop once node has unjoinedDmitry Mescheryakov2016-02-161-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_rc2Michael Klishin2016-02-181-1/+3
|\ \ \ | | | | | | | | Introduce rabbit.channel_operation_timeout
| * \ \ Merge branch 'stable' into rabbitmq-server-248Michael Klishin2016-02-187-54/+115
| |\ \ \ | | | |/ | | |/|
| * | | Bump rabbit.channel_operation_timeout to 5sMichael Klishin2016-02-181-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 Dube2016-02-171-1/+1
| | | | | | | | | | | | | | | | To update to a higher value in future, for cross-node calls.
| * | | Adds channel_operation_timeout envionment variable.Ayanda Dube2016-02-171-1/+3
| | | | | | | | | | | | | | | | References: #248
* | | | Makefile: Fix Makefile indentationJean-Sébastien Pédron2016-02-181-5/+5
| | | | | | | | | | | | | | | | Spaces were mixed with tabs, though make(1) expects the latter.
* | | | make manpages: Fix xmlto(1) failures handlingJean-Sébastien Pédron2016-02-181-1/+2
| |/ / |/| | | | | | | | | | | Before, a failure from xmlto(1) was ignored and the build continued "happily".
* | | Merge pull request #631 from rabbitmq/rabbitmq-server-625Michael Klishin2016-02-171-0/+2
|\ \ \ | |_|/ |/| | Added erl call to make sure epmd is started
| * | IndentationMichael Klishin2016-02-171-2/+2
| | |
| * | added erl with -sname to make sure epmd is startedgabriele santomaggio2016-02-171-0/+2
|/ /
* | Use basic regular expressions for sed portabilityChris Bandy2016-02-152-12/+3
| |
* | 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