Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in consensus

How to handle consensus in a decentralized event sourced database?

What kind of consensus used in Hyperledger Fabric?

Why Raft should grant vote when voteFor is candidateId?

Raft nodes count

algorithm consensus raft

What is lastApplied and matchIndex in raft protocol for volatile state in server?

Raft leaders commit a no-op entry at the beginning of their term

In RAFT is it possible to have a majority consensus on a log entry but the entry is not committed?

A wait-free consensus algorithm for three processes, with a swap object and the fetch-and-increment object together in one atomic step

RAFT consensus protocol - Should entries be durable before commiting

consensus raft

What is the proper behaviour for a Paxos agent in this scenario?

How does a consensus algorithm guarantee consistency?

Leader address/location in Raft

discovery consensus raft

In Corda, what data is sent to a non-validating notary service?

blockchain corda consensus

Consensus of Hyperledger Fabric

Is the Raft consensus algorithm a byzantine fault-tolerant (bft) algorithm? [closed]

Kafka leader election in multi-dc with an arbiter/witness/observer

Difference between atomic broadcast and consensus

Why is it legit to use no-op to fill gaps between paxos events?

How does raft handle committing entries from previous one?

Is operation in raft log entry supposed to be idempotent?