Comment 6 for bug 1623882

Revision history for this message
Zoltan Szeder (zoltan-szeder) wrote :

I had the same problem, and it was caused by the fuel-rabbitmq-fence service.
It was unable to reach the rabbitmq service and started to fence it. Since the HiPE compile is run by a rabbitmq process, it became a victim for the termination.

To workaround the problem, we did the following:
1. Stop the fuel-rabbitmq-fence service
2. Update the rabbitmq-server package
3. Start the fencing service

It does not occur since then.