Dave Rusek
Dave Rusek
compile 'io.netty:netty-all:4.0.27.Final' compile 'com.google.guava:guava:11.0' compile 'org.slf4j:slf4j-api:1.6.1' runtime 'ch.qos.logback:logback-classic:1.0.0' testCompile 'junit:junit:4.8.1'
Design Proposal: 1. Leader detects that the nextEntry is not in it's log and sets 'contains_snapshot' field on next AppendEntries RPC request. 2. Follower reads the 'contains_snapshot' field and transitions...
step down otherwise.
The barge library has several non-daemon threads which are not shutdown correctly and which prevent programs from exiting.