Add note to CCR docs regarding alias replication

This commit adds a note to the docs regarding the automatic replication
of aliases by a follower index from its leader index.
This commit is contained in:
Jason Tedor 2019-06-09 22:54:27 -04:00
parent 63bad28005
commit 25ca315d78
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,9 @@ index are automatically retried as-needed by the follower index. Not all
settings updates are needed by the follower index. For example, changing the
number of replicas on the leader index is not replicated by the follower index.
Alias updates applied to the leader index are automatically retrieved by the
follower index.
NOTE: If you apply a non-dynamic settings change to the leader index that is
needed by the follower index, the follower index will go through a cycle of
closing itself, applying the settings update, and then re-opening itself. The