summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_state_machine.idl
diff options
context:
space:
mode:
authorCheahuychou Mao <cheahuychou.mao@mongodb.com>2020-09-01 19:22:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-09 02:11:58 +0000
commit3626a65b1d1f8ff2d230704146a09595f78bfe51 (patch)
treec9e6a45831bb3c29ff7d866cb0405c9e73482f78 /src/mongo/db/repl/tenant_migration_state_machine.idl
parente21416d2889b54830624d812a48b2a5e07f4e47a (diff)
downloadmongo-3626a65b1d1f8ff2d230704146a09595f78bfe51.tar.gz
SERVER-49204 Implement donorForgetMigration command
Diffstat (limited to 'src/mongo/db/repl/tenant_migration_state_machine.idl')
-rw-r--r--src/mongo/db/repl/tenant_migration_state_machine.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/db/repl/tenant_migration_state_machine.idl b/src/mongo/db/repl/tenant_migration_state_machine.idl
index 603c87e1bc7..e29354bac78 100644
--- a/src/mongo/db/repl/tenant_migration_state_machine.idl
+++ b/src/mongo/db/repl/tenant_migration_state_machine.idl
@@ -78,10 +78,10 @@ structs:
description:
"The opTime at which the donor's state document was set to 'committed' or 'aborted'."
optional: true
- garbageCollect:
- type: bool
- description: "A boolean that determines whether the state machine should be deleted after a delay via the TTL monitor."
- default: false
+ expireAt:
+ type: date
+ description: "The wall-clock time at which the state machine document should be removed by the TTL monitor."
+ optional: true
tenantMigrationRecipientDocument:
description: "Represents an in-progress tenant migration on the migration recipient."