| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'stable' | Michael Klishin | 2016-03-02 | 5 | -13/+35 |
| |\ | |||||
| | * | 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 |
| | | |\ | | |/ | |/| | |||||
| | | * | 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 | ||||
| * | | | Merge branch 'stable' | Michael Klishin | 2016-03-02 | 1 | -1/+2 |
| |\ \ \ | |/ / | |||||
| | * | | 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. | ||||
| * | | | Merge branch 'stable' | Michael Klishin | 2016-03-01 | 2 | -0/+9 |
| |\ \ \ | |/ / | |||||
| | * | | Commit 3.6.1-1 change lograbbitmq_v3_6_1 | Michael Klishin | 2016-03-01 | 2 | -0/+9 |
| | | | | |||||
| * | | | Merge branch 'stable' | Michael Klishin | 2016-03-01 | 1 | -0/+3 |
| |\ \ \ | |/ / | |||||
| | * | | Ignore debug/* and PACKAGES/* | Michael Klishin | 2016-03-01 | 1 | -0/+3 |
| | | | | |||||
| * | | | Merge branch 'stable' | Michael Klishin | 2016-03-01 | 2 | -24/+24 |
| |\ \ \ | |/ / | |||||
| | * | | 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 branch 'stable' | Michael Klishin | 2016-02-29 | 1 | -55/+77 |
| |\ \ \ | |/ / | |||||
| | * | | 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 branch 'stable' | Michael Klishin | 2016-02-27 | 1 | -40/+57 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | 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 |
| | |/ / | |||||
| * | | | Merge branch 'stable' | Michael Klishin | 2016-02-25 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | 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. | ||||
| * | | | Ignore debug/* | Michael Klishin | 2016-02-23 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge branch 'stable' | Michael Klishin | 2016-02-19 | 1 | -0/+2 |
| |\ \ \ | |/ / | |||||
| | * | | 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 branch 'stable' | Michael Klishin | 2016-02-19 | 1 | -9/+11 |
| |\ \ \ | |/ / | |||||
| | * | | 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 branch 'stable' | Michael Klishin | 2016-02-18 | 1 | -1/+3 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | 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 | ||||
| * | | | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2016-02-18 | 1 | -6/+7 |
| |\ \ \ \ \ | |/ / / / | |||||
