We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a55dd1 commit 19feb72Copy full SHA for 19feb72
source/core/replication-internals.txt
@@ -30,6 +30,16 @@ exceptional situations may cause secondaries to lag behind further. See
30
All members send heartbeats (pings) to all other members in the set and can
31
import operations to the local oplog from any other member in the set.
32
33
+Replica set oplog operations are :term:`idempotent`. Idempotency is
34
+required because of the following operations:
35
+
36
+- initial sync
37
+- post-rollback catch-up
38
+- sharding chunk migrations
39
40
41
+ .. TODO. Verify that "sharding chunk migrations" (above) requires idempotency
42
43
For more information about the oplog, see :ref:`oplog sizing <replica-set-oplog-sizing>`.
44
45
.. In 2.0, replicas would import entries from the member lowest
0 commit comments