summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_collection_cloner.cpp
AgeCommit message (Expand)Author
2024-09-03SERVER-94151 Improve resharding cloner resilience to prevent potential data l...Kruti Shah
2024-06-12SERVER-91245 Don't Check feature flag for data-bearing node stats repeatedly ...Ryan Berryhill
2024-06-03SERVER-85791 Automatically chain generic argument structs to all IDL-generate...Patrick Freed
2024-05-10SERVER-85791 Allow omitting the passthrough arguments in IDL-generated serial...Patrick Freed
2024-04-17SERVER-84463: Replace withOneStaleConfigRetry with shardVersionRetry (#20691)nandinibhartiyaMDB
2024-04-12SERVER-88214 Use IDL for serializing/deserializing read concern (#20637)Patrick Freed
2024-04-04SERVER-86401 Apply QuerySettings for aggregate commands with $unionWith (#20360)Denis Grebennicov
2024-03-22SERVER-85264: Resharding for timeseries initial set up. (#20156)kshitij
2024-02-27SERVER-79583 Delete HostTypeRequirement::kPrimaryShardMihai Andrei
2024-02-01Revert "SERVER-84463: Replace withOneStaleConfigRetry with shardVersionRetry ...Nandini Bhartiya
2024-01-24SERVER-84463: Replace withOneStaleConfigRetry with shardVersionRetry (#18252)nandinibhartiyaMDB
2024-01-11SERVER-84738 Fix Data Race in ReshardingCollectionClonerBrett Nawrocki
2023-11-28SERVER-83611 Acquire CRI in dispatchShardPipeline if none is presentMihai Andrei
2023-11-14SERVER-79848 Unify null semantics for $_requestResumeToken and $_resumeAfter ...Mihai Andrei
2023-11-08SERVER-79274 Fix race where FCV is uninitialized in between FCV checksHuayu Ouyang
2023-10-23SERVER-82225 Change no-argument calls to ServiceContext::getService to includ...George Wangensteen
2023-10-19Revert "SERVER-82225 Change no-argument calls to ServiceContext::getService t...aleksei.vasilev
2023-10-18SERVER-82225 Change no-argument calls to ServiceContext::getService to includ...George Wangensteen
2023-10-09SERVER-81381 Add waitLastStableRecoveryTimestamp in read concern to ask donor...Jiawei Yang
2023-10-07SERVER-77158 apply performance-move-const-arg clang tidy rule for reshardingMatt Boros
2023-10-05SERVER-81830 Create Clients with Service, not ServiceContextGeorge Wangensteen
2023-10-03SERVER-81288 Make NamespaceStringUtil::serialize no longer use default serial...Mathis Bessa
2023-09-21SERVER-65534 Introduce host requirement kRunOnceAnyNode for $documentsChi-I Huang
2023-09-14SERVER-80482 shutdown resharding collectionClonerExecutor properlyJiawei Yang
2023-09-14SERVER-80217 Make resharding compatible with unsplittable collectionsMarcos Jose Grillo Ramirez
2023-09-13Revert "SERVER-80217 Make resharding compatible with unsplittable collections"auto-revert-processor
2023-09-13SERVER-80217 Make resharding compatible with unsplittable collectionsMarcos Jose Grillo Ramirez
2023-09-11SERVER-77158 apply selected changes from performance-inefficient-vector-opera...Matt Boros
2023-08-29SERVER-80408 Only check feature flag at the beginning of resharding cloningJiawei Yang
2023-08-22SERVER-80282 ReshardingCollectionCloner should process batches from one donor...Jiawei Yang
2023-08-22SERVER-80294 retry on staleConfig error for reshardingJiawei Yang
2023-08-17SERVER-73658 RemoteCommandRequest to use DatabaseNameMathis Bessa
2023-08-11SERVER-77636 Create cursors and handle resuming for reshardingMatthew Russotto
2023-08-02SERVER-79374 Create resharding resume data and do transactional inserts with ...Matthew Russotto
2023-07-17SERVER-78395 Remove NamespaceString::db() for sharding codeDidier Nadeau
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-05-30SERVER-74490 - Change NamespaceString::ns() to be private - sharding codemathisbessamdb
2023-04-26SERVER-70127 change system operations to be killable by defaultJiawei Yang
2023-04-25Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko
2023-04-25SERVER-70127 change system operations to be killable by defaultJiawei Yang
2023-04-18SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan
2023-04-10SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev
2023-03-30Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang
2023-03-29SERVER-73112 Make NamespaceString constructors privatejannaerin
2023-03-21SERVER-73935 Add Pipeline::makePipeline overload to accept AggregateCommandRe...Adityavardhan Agrawal
2023-03-13SERVER-70127 change system operation threads to be killable by defaultJiawei Yang
2023-03-13SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton
2023-02-26SERVER-73112 Avoid constructing global namespaces directlyjannaerin
2023-02-22SERVER-73922 Remove placement and index info getters from the catalog cacheAllison Easton
2023-02-17SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed