summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_consistency_markers.idl
diff options
context:
space:
mode:
authorMatthew Russotto <matthew.russotto@10gen.com>2020-03-27 14:50:35 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-27 19:19:44 +0000
commitb70908c4898c4b02d8c70df3f796fa3e8cfe5bdd (patch)
treed29354ae8cf4931f7956de2eabd5bd56219027fc /src/mongo/db/repl/replication_consistency_markers.idl
parentdc7724efa185a1b64f95fc84d0f7794dbc2fcdae (diff)
downloadmongo-b70908c4898c4b02d8c70df3f796fa3e8cfe5bdd.tar.gz
SERVER-46085 Fail initial sync attempt if sync source is in initial sync
Diffstat (limited to 'src/mongo/db/repl/replication_consistency_markers.idl')
-rw-r--r--src/mongo/db/repl/replication_consistency_markers.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mongo/db/repl/replication_consistency_markers.idl b/src/mongo/db/repl/replication_consistency_markers.idl
index df977970a30..7610f82e1fa 100644
--- a/src/mongo/db/repl/replication_consistency_markers.idl
+++ b/src/mongo/db/repl/replication_consistency_markers.idl
@@ -71,3 +71,13 @@ structs:
type: string
description: "Always set to 'oplogTruncateAfterPoint' to easily retrieve it."
+ InitialSyncIdDocument:
+ description: A document in which the server stores data related to the initial sync of the server.
+ fields:
+ _id:
+ type: uuid
+ description: "An arbitrary unique identifier associated with the initial sync of the server."
+ wallTime:
+ type: date
+ optional: true
+ description: "The walltime at which the initial sync document was written."