Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in consensus

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?

How does Parity's Aura consensus protocol work?

Existence of a 0- and 1-valent configurations in the proof of FLP impossibility result

Why is Paxos leader election not done using Paxos?

How does the Raft algorithm guarantee consensus if there are multiple leaders?

Real world example of Paxos