quchen / amoeba

Amœba is a distributed network.
Other
18 stars 1 forks source link

Simultaneous node shutdown bombs bootstrap server #14

Open quchen opened 10 years ago

quchen commented 10 years ago

When multiple nodes go down simultaneously, the bootstrap server does not clean them up fast enough. After a short while, all its nodes shut down because of missing responses. A tell-tale sign that this is imminent is that CPU usage goes way up, but I don't know which function is responsible for this.

quchen commented 10 years ago

Looks like this issue will eventually fix itself over time, rewrites and refactorings. I can't recall having had it in the last couple of days.