2 dépôts
Mechanisms for calculating and tracking the highest log entry agreed upon by a quorum of nodes.
Distinct from Distributed Commit Logs: Distinct from Distributed Commit Logs: focuses on the logic of calculating the commit index rather than the storage of the logs.
Explore 2 awesome GitHub repositories matching data & databases · Commit Index Tracking. Refine with filters or upvote what's useful.
This is a Raft consensus library and distributed consensus engine implemented in Go. It provides the primitives necessary to build fault-tolerant distributed services by implementing a replicated state machine that ensures a group of servers agree on a shared system state through leader election and log replication. The project distinguishes itself through a pluggable architecture for storage backends and snapshot storage, decoupling the consensus logic from physical persistence. It includes specialized mechanisms for leadership transfer, protocol version management to support rolling upgrade
Determines the highest log entry replicated on a quorum of servers to ensure consistent state commitment.
Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo
Tracks the highest committed checkpoint to ensure the indexing process can resume correctly.