Ben Darnell fa247d09cc raft: remove panic when we see a proposal with no leader.
This panic can never be reached when using raft.Node, because we only
read from propc when there is a leader. However, it is possible to see
this error when using raft the raft object directly (as in MultiNode),
and in this case it is better to simply drop the proposal (as if we had
sent it to a leader that immediately vanished).

Add an error return to MemoryStorage.Append for consistency.
2014-12-10 17:34:40 -05:00
..
2014-12-04 08:29:31 -08:00
2014-11-05 15:04:14 -08:00
2014-12-02 17:48:03 -08:00
2014-11-26 23:07:35 -08:00
2014-12-09 11:43:52 -08:00
2014-12-04 08:29:31 -08:00