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 b50241a7b2.

Closes-Bug: #1644618
Change-Id: I8351abaf0078b094bff2aa20994575c15aec213b
This commit is contained in:
Georgy Kibardin 2016-12-27 09:30:45 +00:00
parent b50241a7b2
commit f15987c3f2
5 changed files with 0 additions and 5 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

@ -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

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