rafter icon indicating copy to clipboard operation
rafter copied to clipboard

An Erlang library application which implements the Raft consensus protocol

Results 8 rafter issues
Sort by recently updated
recently updated
newest added

When a log is truncated do to an overwrite from a leader, we should remove any hints that exist past the truncation point.

bug

Here is full failure log and log of peer3 after restart attempt: ``` 95:rafter Aniks$ bin/start-node peer3 Erlang R16B03 (erts-5.10.4) [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace] Eshell V5.10.4 (abort...

This may or may not specifically help with #24

enhancement

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...

bug

- Table fold or select - Multi table funs similar to transactions

enhancement

this will speed up searching and log file transfer (sync) to peers

enhancement