Comment 22 for bug 1461562

Revision history for this message
Ihor Kalnytskyi (ikalnytskyi) wrote :

ok, Dennis' cases is the following -

* Astute takes 100% CPU usage (due to bug #1491794)
* Astute's sending a huge message and it did quite a time due to heavy loading.

As the result, Astute's unable to respond to RabbitMQ's heartbeat so the connection was dropped and message was lost.

That means, we need to remove heartbeats and implement resending message in such cases.