Comment 8 for bug 1006553

Revision history for this message
Clint Byrum (clint-fewbar) wrote : Re: Juju uses 100% CPU after host reboot

Neal thanks for the extra info. This is pretty well understood now. There are really two bugs here. One is that we are starting the machine agent on reboot, which we shouldn't do since we know there will be no ZooKeeper on reboot, and the other is that libzookeeper seems to loop uncontrollably on reconnecting at some point.

We'll fix the former in juju by not attempting to restart the machine agent. The latter, I don't think we'll get to unfortunately.