Skip to content

Commit 1c95f09

Browse files
gaobinlongjrodewig
authored andcommitted
[DOCS] Fix shard type in CCR overview doc (#48882)
Closes #48875
1 parent fa11481 commit 1c95f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ccr/overview.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ configured the follower index. If there are no new operations available on the
8383
leader shard, the leader shard waits up to a configured timeout for new
8484
operations. If new operations occur within that timeout, the leader shard
8585
immediately responds with those new operations. Otherwise, if the timeout
86-
elapses, the follower shard replies that there are no new operations. The
86+
elapses, the leader shard replies that there are no new operations. The
8787
follower shard task updates some statistics and immediately sends another read
8888
request to the leader shard. This ensures that the network connections between
8989
the remote cluster and the local cluster are continually being used so as to

0 commit comments

Comments
 (0)