Skip to content

Commit

Permalink
Clarify note about is_write_index
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Locke committed Jan 28, 2022
1 parent ede1fe8 commit 9b5260f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference/ccr/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ indices reject writes in all configurations.

NOTE: Although changes to aliases on the leader index are replicated to follower
indices, write indices are ignored. Follower indices can't accept direct writes,
so any indices where `is_write_index` is `true` are not replicated.
so if any follower indices have `is_write_index` set to `true`, that value is
forced to `false`.

For example, you index a document named `doc_1` in Datacenter A, which
replicates to Datacenter B. If a client connects to Datacenter B and attempts
Expand Down

0 comments on commit 9b5260f

Please sign in to comment.