summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collmod_coordinator_document.idl
diff options
context:
space:
mode:
authorRui Liu <rui.liu@mongodb.com>2022-04-07 13:20:41 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-07 14:18:34 +0000
commit1d14f3fa16533fe806027ab79e1caec4acd7b5ae (patch)
treea85cd18253b85de427511d14adc3528416ee2a95 /src/mongo/db/s/collmod_coordinator_document.idl
parent3567535c340e69feeadbb0866f8019a6d84e355c (diff)
downloadmongo-1d14f3fa16533fe806027ab79e1caec4acd7b5ae.tar.gz
SERVER-65227 Pause migration and calculate shards after pause in collMod coordinator
Diffstat (limited to 'src/mongo/db/s/collmod_coordinator_document.idl')
-rw-r--r--src/mongo/db/s/collmod_coordinator_document.idl26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/mongo/db/s/collmod_coordinator_document.idl b/src/mongo/db/s/collmod_coordinator_document.idl
index 2b7fe16579b..1f2bc418e34 100644
--- a/src/mongo/db/s/collmod_coordinator_document.idl
+++ b/src/mongo/db/s/collmod_coordinator_document.idl
@@ -51,28 +51,6 @@ enums:
kUpdateShards: "UpdateShards"
structs:
- CollModCollectionInfo:
- description: "Collection information that may affect collMod processing"
- generate_comparison_operators: false
- strict: false
- fields:
- timeSeriesOptions:
- type: TimeseriesOptions
- optional: true
- nsForTargetting:
- type: namespacestring
- description: "The targeting namespace that may be different from the original namespace in some cases, like time-series collections"
- isSharded:
- type: bool
- primaryShard:
- type: shard_id
- optional: true
- description: "The primary shard for the collection, only set if the collection is sharded"
- shardsOwningChunks:
- type: array<shard_id>
- optional: true
- description: "The shards owning chunks for the collection, only set if the collection is sharded"
-
CollModCoordinatorDocument:
description: "Represents a collMod operation on the coordinator shard."
generate_comparison_operators: false
@@ -90,7 +68,3 @@ structs:
type: uuid
description: "Collection uuid."
optional: true
- info:
- type: CollModCollectionInfo
- description: "Collection information that may affect collMod processing"
- optional: true