summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_coordinator_document.idl
diff options
context:
space:
mode:
authorAllison Easton <allison.easton@mongodb.com>2022-07-29 10:34:03 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-29 11:43:25 +0000
commit87df071285348663b750172dc6979f4cb28b5508 (patch)
tree1851129a78484d0b545b2bc86c626e19b9701331 /src/mongo/db/s/migration_coordinator_document.idl
parentfc07225f8eb33456bbb67842db7d7112a0ee683b (diff)
downloadmongo-87df071285348663b750172dc6979f4cb28b5508.tar.gz
SERVER-67400 Create ShardVersion type
Diffstat (limited to 'src/mongo/db/s/migration_coordinator_document.idl')
-rw-r--r--src/mongo/db/s/migration_coordinator_document.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/s/migration_coordinator_document.idl b/src/mongo/db/s/migration_coordinator_document.idl
index 028cb194582..c9368dcedaa 100644
--- a/src/mongo/db/s/migration_coordinator_document.idl
+++ b/src/mongo/db/s/migration_coordinator_document.idl
@@ -95,7 +95,8 @@ structs:
description: "The range being migrated."
preMigrationChunkVersion:
type: ChunkVersion
- description: "The version, at the start of the migration, of the chunk being moved."
+ description: "The data placement, at the start of the migration, of the chunk being
+ moved."
decision:
type: Decision
description: "Enumeration that defines whether the migration committed or aborted."