Skip to content

Commit 082b269

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

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
@@ -86,7 +86,7 @@ configured the follower index. If there are no new operations available on the
8686
leader shard, the leader shard waits up to a configured timeout for new
8787
operations. If new operations occur within that timeout, the leader shard
8888
immediately responds with those new operations. Otherwise, if the timeout
89-
elapses, the follower shard replies that there are no new operations. The
89+
elapses, the leader shard replies that there are no new operations. The
9090
follower shard task updates some statistics and immediately sends another read
9191
request to the leader shard. This ensures that the network connections between
9292
the remote cluster and the local cluster are continually being used so as to

0 commit comments

Comments
 (0)