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 898bcca752.

Closes-Bug: #1644618
Change-Id: I245c2dee68539ec99feb48e2bb60f9600e85b91f
This commit is contained in:
Georgy Kibardin 2016-12-27 09:30:11 +00:00
parent 898bcca752
commit 682d3492f7
3 changed files with 0 additions and 3 deletions

View File

@ -82,7 +82,6 @@ mcollective:
plugin.rabbitmq.pool.1.user: {{ mcollective.user }}
plugin.rabbitmq.pool.1.password: {{ mcollective.password }}
plugin.rabbitmq.heartbeat_interval: 30
plugin.rabbitmq.max_hbrlck_fails: 0
{% endif %}
factsource: yaml
plugin.yaml: /etc/mcollective/facts.yaml

View File

@ -82,7 +82,6 @@ mcollective:
plugin.rabbitmq.pool.1.user: {{ mcollective.user }}
plugin.rabbitmq.pool.1.password: {{ mcollective.password }}
plugin.rabbitmq.heartbeat_interval: 30
plugin.rabbitmq.max_hbrlck_fails: 0
{% endif %}
factsource: yaml
plugin.yaml: /etc/mcollective/facts.yaml

View File

@ -21,7 +21,6 @@ plugin.rabbitmq.pool.1.port = 61613
plugin.rabbitmq.pool.1.user = mcollective
plugin.rabbitmq.pool.1.password = marionette
plugin.rabbitmq.heartbeat_interval = 30
plugin.rabbitmq.max_hbrlck_fails = 0
# Facts
factsource = yaml