From 5f72a281571ae9bc5bb05f3efb4ebe197e7f7d7b Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Wed, 23 Mar 2016 12:23:01 +0100 Subject: [PATCH] docs: "master election" -> "leader election" --- Documentation/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/api.md b/Documentation/api.md index 706716a7c..70cda24bc 100644 --- a/Documentation/api.md +++ b/Documentation/api.md @@ -80,7 +80,7 @@ X-Raft-Term: 1 * `X-Etcd-Index` is the current etcd index as explained above. When request is a watch on key space, `X-Etcd-Index` is the current etcd index when the watch starts, which means that the watched event may happen after `X-Etcd-Index`. * `X-Raft-Index` is similar to the etcd index but is for the underlying raft protocol. -* `X-Raft-Term` is an integer that will increase whenever an etcd master election happens in the cluster. If this number is increasing rapidly, you may need to tune the election timeout. See the [tuning][tuning] section for details. +* `X-Raft-Term` is an integer that will increase whenever an etcd leader election happens in the cluster. If this number is increasing rapidly, you may need to tune the election timeout. See the [tuning][tuning] section for details. ### Get the value of a key