From 2bd8cef16dbc25dfe301188ae9558824abe613c8 Mon Sep 17 00:00:00 2001 From: bellengao Date: Wed, 6 Nov 2019 21:03:09 +0800 Subject: [PATCH] [DOCS] Fix shard type in ccr overview doc The shard type is not correct in ccr overview doc. --- docs/reference/ccr/overview.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/ccr/overview.asciidoc b/docs/reference/ccr/overview.asciidoc index 16f7c7d48df10..34902d7889299 100644 --- a/docs/reference/ccr/overview.asciidoc +++ b/docs/reference/ccr/overview.asciidoc @@ -83,7 +83,7 @@ configured the follower index. If there are no new operations available on the leader shard, the leader shard waits up to a configured timeout for new operations. If new operations occur within that timeout, the leader shard immediately responds with those new operations. Otherwise, if the timeout -elapses, the follower shard replies that there are no new operations. The +elapses, the leader shard replies that there are no new operations. The follower shard task updates some statistics and immediately sends another read request to the leader shard. This ensures that the network connections between the remote cluster and the local cluster are continually being used so as to