summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'stable'Michael Klishin2016-03-025-13/+35
|\
| * Merge branch 'rabbitmq-server-398' into stableMichael Klishin2016-03-025-13/+35
| |\
| | * Merge branch 'stable' into rabbitmq-server-398Michael Klishin2016-03-029-135/+194
| | |\ | | |/ | |/|
| | * 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
* | | Merge branch 'stable'Michael Klishin2016-03-021-1/+2
|\ \ \ | |/ /
| * | 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.
* | | Merge branch 'stable'Michael Klishin2016-03-012-0/+9
|\ \ \ | |/ /
| * | Commit 3.6.1-1 change lograbbitmq_v3_6_1Michael Klishin2016-03-012-0/+9
| | |
* | | Merge branch 'stable'Michael Klishin2016-03-011-0/+3
|\ \ \ | |/ /
| * | Ignore debug/* and PACKAGES/*Michael Klishin2016-03-011-0/+3
| | |
* | | Merge branch 'stable'Michael Klishin2016-03-012-24/+24
|\ \ \ | |/ /
| * | 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 branch 'stable'Michael Klishin2016-02-291-55/+77
|\ \ \ | |/ /
| * | 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 branch 'stable'Michael Klishin2016-02-271-40/+57
|\ \ \ \ | |/ / /
| * | | 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
| |/ /
* | | Merge branch 'stable'Michael Klishin2016-02-251-1/+1
|\ \ \ | |/ /
| * | 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.
* | | Ignore debug/*Michael Klishin2016-02-231-0/+1
| | |
* | | Merge branch 'stable'Michael Klishin2016-02-191-0/+2
|\ \ \ | |/ /
| * | 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 branch 'stable'Michael Klishin2016-02-191-9/+11
|\ \ \ | |/ /
| * | 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 branch 'stable'Michael Klishin2016-02-181-1/+3
|\ \ \ \ | |/ / /
| * | | 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
* | | | | Merge branch 'stable'Jean-Sébastien Pédron2016-02-181-6/+7
|\ \ \ \ \ | |/ / / /