I've been reading several documentation on Raft and I've getting contradictory information about the commit. I get that an entry can only be committed if it's known to be stored in the majority of servers but, is there any other condition? I've read that it is also compulsory that an entry from the current term is stored in every server, but some other documentation say nothing about that. Any help?
↧