andrewjstone / rafter

An Erlang library application which implements the Raft consensus protocol
269 stars 32 forks source link

Startup of cluster with existing data uses 100% CPU #24

Open andrewjstone opened 10 years ago

andrewjstone commented 10 years ago

It seems to be reading the entire log a bunch of times, according to the counters. This is related to #22, but is a separate issue. The symptoms of #22 are solved by #23.