The committed index of a (possibly joint) configuration. cfg is theincoming half and cfgj the outgoing half; an empty half is the zeroquorum. A joint configuration can only commit an index that both halves'majorities agree on, so the result is the smaller of the two (Raft ยง6).
A multi-line ASCII bar chart of each voter's acknowledged index (etcd'sMajorityConfig.Describe), longest bar for the highest index. Diagnosticsonly โ it has no bearing on consensus, but makes a quorum's commit statelegible in a dump.
The vote outcome for a (possibly joint) configuration. A joint vote is wononly when both halves win, lost as soon as either half loses, and pendingotherwise โ the discipline that keeps a membership change from splitting thecluster's decision (Raft ยง6).