doc: add proposal into glossary.md

This commit is contained in:
Xiang Li 2015-06-16 13:51:20 -07:00
parent 5c1d4544fc
commit c599e81d46

View File

@ -22,6 +22,10 @@ The node in each member follows raft consensus protocol to replicate logs. Clust
Peer is another member of the same cluster.
### Proposal
A proposal is a request (for example a write request, a configuration change request) that needs to go through raft protocol.
### Client
Client is a caller of the cluster's HTTP API.