forked from etcd-io/etcd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: Fix heading hierarchy.
Correct the hierarchy of Markdown symbols in document headings.
- Loading branch information
Josh Wood
committed
Oct 20, 2015
1 parent
704bff0
commit 98bdeab
Showing
17 changed files
with
82 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
## Glossary | ||
# Glossary | ||
|
||
This document defines the various terms used in etcd documentation, command line and source code. | ||
|
||
### Node | ||
## Node | ||
|
||
Node is an instance of raft state machine. | ||
|
||
It has a unique identification, and records other nodes' progress internally when it is the leader. | ||
|
||
### Member | ||
## Member | ||
|
||
Member is an instance of etcd. It hosts a node, and provides service to clients. | ||
|
||
### Cluster | ||
## Cluster | ||
|
||
Cluster consists of several members. | ||
|
||
The node in each member follows raft consensus protocol to replicate logs. Cluster receives proposals from members, commits them and apply to local store. | ||
|
||
### Peer | ||
## Peer | ||
|
||
Peer is another member of the same cluster. | ||
|
||
### Proposal | ||
## Proposal | ||
|
||
A proposal is a request (for example a write request, a configuration change request) that needs to go through raft protocol. | ||
|
||
### Client | ||
## Client | ||
|
||
Client is a caller of the cluster's HTTP API. | ||
|
||
### Machine (deprecated) | ||
## Machine (deprecated) | ||
|
||
The alternative of Member in etcd before 2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Libraries and Tools | ||
# Libraries and Tools | ||
|
||
**Tools** | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# etcd in Production | ||
|
||
etcd is being used successfully by many companies in production. It is, | ||
however, under active development and systems like etcd are difficult to get | ||
correct. If you are comfortable with bleeding-edge software please use etcd and | ||
however, under active development, and systems like etcd are difficult to get | ||
correct. If you are comfortable with bleeding-edge software, please use etcd and | ||
provide us with the feedback and testing young software needs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.