org.jsimpledb.kv.raft.NOTES.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsimpledb-kv-raft Show documentation
Show all versions of jsimpledb-kv-raft Show documentation
JSimpleDB distributed, linearizable ACID compliant key/value store implementation based on the Raft consensus algorithm.
TODO
====
- when negative AppendResponse rec'd, send next one immediately
- simpler logic: always xmit if different from previous message
- separate Loggers for:
- transactions
- messages (recv & xmit)
- raft logic
- more memory-efficient Writes class
- fix issue where TCP connections are established in both directions ?
- apply more than one log entry at a time in a single atomic write if appropriate
© 2015 - 2025 Weber Informatics LLC | Privacy Policy