Skip to content

Commit 9edb151

Browse files
jhaltermanDaveCTurner
authored andcommitted
Clarify data replication docs to mention in-sync replicas (#70604)
Clarifies primary shard flow for handling write requests to indicate that all in-sync replicas must ack a write.
1 parent c026192 commit 9edb151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/docs/data-replication.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The primary shard follows this basic flow:
4242
. Execute the operation locally i.e. indexing or deleting the relevant document. This will also validate the content of fields
4343
and reject if needed (Example: a keyword value is too long for indexing in Lucene).
4444
. Forward the operation to each replica in the current in-sync copies set. If there are multiple replicas, this is done in parallel.
45-
. Once all replicas have successfully performed the operation and responded to the primary, the primary acknowledges the successful
45+
. Once all in-sync replicas have successfully performed the operation and responded to the primary, the primary acknowledges the successful
4646
completion of the request to the client.
4747

4848
Each in-sync replica copy performs the indexing operation locally so that it has a copy. This stage of indexing is the

0 commit comments

Comments
 (0)