From 13b4d0f38e2a3e1c4d0ac0d91a7bce1dc23d7c8a Mon Sep 17 00:00:00 2001 From: Georgy Kibardin Date: Tue, 27 Dec 2016 09:30:32 +0000 Subject: [PATCH] Revert "Ignore heartbeats lock fails" It seems that there are at least two level of ruby-stomp brokenness and the fact that the mutex in original commit is locked actually means there is no heartbeat received in time and we need to do something about this. This reverts commit 8318d7056556337f17f596edad9d7eed48ec3ca5. Partial-Bug: #1644618 Change-Id: I565f430d17bcee2c50c0ddc8ecc11f3dc8b420ed --- deployment/puppet/fuel/manifests/mcollective.pp | 3 --- 1 file changed, 3 deletions(-) diff --git a/deployment/puppet/fuel/manifests/mcollective.pp b/deployment/puppet/fuel/manifests/mcollective.pp index a1adc5e741..622d442173 100644 --- a/deployment/puppet/fuel/manifests/mcollective.pp +++ b/deployment/puppet/fuel/manifests/mcollective.pp @@ -38,9 +38,6 @@ class fuel::mcollective( }, 'plugin.rabbitmq.heartbeat_interval' => { value => '30' - }, - 'plugin.rabbitmq.max_hbrlck_fails' => { - value => '0' } }