All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jsimpledb.kv.raft.NOTES.txt Maven / Gradle / Ivy

Go to download

JSimpleDB distributed, linearizable ACID compliant key/value store implementation based on the Raft consensus algorithm.

There is a newer version: 3.6.1
Show newest version
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