summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/type_shard_collection.idl
diff options
context:
space:
mode:
authorJunhson Jean-Baptiste <junhson.jean-baptiste@mongodb.com>2021-06-09 15:41:46 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-14 15:22:59 +0000
commit94439aa1116e8e840f3be6920eb0d84453978be3 (patch)
tree8e684a4e3db0ad3549e5a0a5d9ed25237887eddc /src/mongo/db/s/type_shard_collection.idl
parent8dc84fb6e8f0773eb11b6c34d06ebda07d1eaedb (diff)
downloadmongo-94439aa1116e8e840f3be6920eb0d84453978be3.tar.gz
SERVER-57193 Update reshardingFields donorFields/recipientFields comment in type_shard_collection.idl
Diffstat (limited to 'src/mongo/db/s/type_shard_collection.idl')
-rw-r--r--src/mongo/db/s/type_shard_collection.idl6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mongo/db/s/type_shard_collection.idl b/src/mongo/db/s/type_shard_collection.idl
index 71b1aac4f39..00b4d271464 100644
--- a/src/mongo/db/s/type_shard_collection.idl
+++ b/src/mongo/db/s/type_shard_collection.idl
@@ -58,7 +58,11 @@
# "_notTheID" : 1
# }
# },
-# // Only populated if this collection is the temporary resharding collection
+# // Only populated if:
+# // a) This collection is the temporary resharding collection, or
+# // b) This is the original collection and the coordinator has
+# // chosen to commit the contents of the temporary collection to
+# // the original
# "recipientFields" : {
# "fetchTimestamp" : Timestamp(3, 4),
# "originalNamespace" : "foo.bar",