You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2016/01/29 22:28:48 UTC

[3/8] incubator-kudu git commit: Correct 'RAFT' to 'Raft'

Correct 'RAFT' to 'Raft'

Change-Id: Id084193ddb70f50d7d86abd2520cb7437c913e5d
Reviewed-on: http://gerrit.cloudera.org:8080/1958
Tested-by: Kudu Jenkins
Reviewed-by: Todd Lipcon <to...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kudu/commit/588abf6f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kudu/tree/588abf6f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kudu/diff/588abf6f

Branch: refs/heads/master
Commit: 588abf6fa9d572ae907407e3fe0e7c62fb5d1e4f
Parents: d70305c
Author: Misty Stanley-Jones <ms...@cloudera.com>
Authored: Fri Jan 29 10:18:05 2016 -0800
Committer: Misty Stanley-Jones <mi...@apache.org>
Committed: Fri Jan 29 18:50:52 2016 +0000

----------------------------------------------------------------------
 docs/introduction.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/588abf6f/docs/introduction.adoc
----------------------------------------------------------------------
diff --git a/docs/introduction.adoc b/docs/introduction.adoc
index aa10406..35f7b41 100644
--- a/docs/introduction.adoc
+++ b/docs/introduction.adoc
@@ -151,7 +151,7 @@ substantial reduction in network traffic for heavy write scenarios.
 == Architectural Overview
 
 The following diagram shows a Kudu cluster with three masters and multiple tablet
-servers, each serving multiple tablets. It illustrates how RAFT consensus is used
+servers, each serving multiple tablets. It illustrates how Raft consensus is used
 to allow for both leaders and followers for both the masters and tablet servers. In
 addition, a tablet server can be a leader for some tablets, and a follower for others.
 Leaders are shown in gold, while followers are shown in blue.