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 8318d70565.

Partial-Bug: #1644618
Change-Id: I565f430d17bcee2c50c0ddc8ecc11f3dc8b420ed
This commit is contained in:
Georgy Kibardin 2016-12-27 09:30:32 +00:00
parent 22a778fe43
commit 13b4d0f38e
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@ class fuel::mcollective(
},
'plugin.rabbitmq.heartbeat_interval' => {
value => '30'
},
'plugin.rabbitmq.max_hbrlck_fails' => {
value => '0'
}
}