summaryrefslogtreecommitdiff
path: root/src/mongo/db/coll_mod.idl
diff options
context:
space:
mode:
authorArun Banala <arun.banala@mongodb.com>2021-09-20 17:03:29 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-09-30 17:15:26 +0000
commit5e0dffb6d2723470e1f1bd93de6565c7a4e0353a (patch)
tree3ee6ca0e236a67c1a8a687774b0c53dda9a268b2 /src/mongo/db/coll_mod.idl
parent9f8e95a95b592c3686dcb1aa82ebcd9b7515974b (diff)
downloadmongo-5e0dffb6d2723470e1f1bd93de6565c7a4e0353a.tar.gz
SERVER-60144 Handle stale routing info on mongos for sharded time-series collections
Diffstat (limited to 'src/mongo/db/coll_mod.idl')
-rw-r--r--src/mongo/db/coll_mod.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/db/coll_mod.idl b/src/mongo/db/coll_mod.idl
index 0a71b5522d1..e1f193294d3 100644
--- a/src/mongo/db/coll_mod.idl
+++ b/src/mongo/db/coll_mod.idl
@@ -150,4 +150,10 @@ commands:
description: "Adjusts parameters for timeseries collections"
optional: true
type: CollModTimeseries
+ isTimeseriesNamespace:
+ description: "This flag is set to true when the command was originally sent to
+ mongos on the time-series view, but got rewritten to target
+ time-series buckets namespace before being sent to shards."
+ optional: true
+ type: bool
reply_type: CollModReply