summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_coordinator_document.idl
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2022-01-21 18:34:03 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-25 10:01:09 +0000
commita7d04099d85b9a191b99576415ed1da2f1d835cf (patch)
treefd37f1ea6fe1d9c6a57487947265af89afa2574b /src/mongo/db/s/migration_coordinator_document.idl
parentf87125b0644546b6eb9ad9d349f6180dd8ca280c (diff)
downloadmongo-a7d04099d85b9a191b99576415ed1da2f1d835cf.tar.gz
SERVER-62783 Get rid of ChunkVersion::toBSON
Special-case the generation of the {0:minor|major, 1:epoch, ...} format
Diffstat (limited to 'src/mongo/db/s/migration_coordinator_document.idl')
-rw-r--r--src/mongo/db/s/migration_coordinator_document.idl2
1 files changed, 1 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..391cea306aa 100644
--- a/src/mongo/db/s/migration_coordinator_document.idl
+++ b/src/mongo/db/s/migration_coordinator_document.idl
@@ -94,7 +94,7 @@ structs:
type: chunk_range
description: "The range being migrated."
preMigrationChunkVersion:
- type: ChunkVersion
+ type: ChunkVersionArrayWronglyEncodedAsBSONObjFormat
description: "The version, at the start of the migration, of the chunk being moved."
decision:
type: Decision