andrewjstone / rafter

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

sys:get_status #5

Closed jschoch closed 11 years ago

jschoch commented 11 years ago

i get an exit noproc, seems this should return false or something if the node is down.

andrewjstone commented 11 years ago

That's a built in erlang call. No way to change it. It's really just there for debugging.