Jump to content

Talk:Quorum (distributed computing)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 54.240.197.233 (talk) at 19:29, 20 April 2014 (Created page with 'The explanation for quorum based voting is very confusing. Especially the below part : Every site in the system is assigned a vote Vi. Let us assume that the to...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The explanation for quorum based voting is very confusing. Especially the below part :

Every site in the system is assigned a vote Vi. Let us assume that the total number of votes in the system is V and the abort and commit quorums are Va and Vc, respectively. Then the following rules must be obeyed in the implementation of the commit protocol: Va + Vc > V, where 0 < Vc, Va \le V. Before a transaction commits, it must obtain a commit quorum Vc. The total of at least one site that is prepared to commit and zero or more sites waiting \ge Vc.[2] Before a transaction aborts, it must obtain an abort quorum Va The total of zero or more sites that are prepared to abort or any sites waiting \ge Va.


  • What is a quorum?
  • is Va a quorum or the number of abort quorums? It's not clear from the language.
  • What does this sentence even mean ? - The total of zero or more sites that are prepared to abort or any sites waiting \ge Va.