summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_sharding_runtime.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-2/+6
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-4/+4
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-0/+4
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-4/+0
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-131-11/+29
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-18/+23
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-39/+42
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ...Allison Easton2023-02-211-1/+3
* SERVER-73289 Support yield/restore on CollectionSnapshots APIJordi Serra Torrens2023-02-091-0/+8
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-071-45/+41
* SERVER-66864 Add index version checks to versioning protocolAllison Easton2023-02-061-4/+19
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-041-41/+45
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-031-45/+41
* SERVER-73434 Fix getOwnershipFilter wrongly using ShardVersion::IGNORED when ...Jordi Serra Torrens2023-02-021-2/+2
* SERVER-73218 Make shard/db metadata refresh interruptibleJordi Serra Torrens2023-01-271-0/+7
* SERVER-70795 Add sharding index catalog operations to rename collectionMarcos José Grillo Ramirez2023-01-231-2/+38
* SERVER-69445 Implement the CollectionSnapshot(s) infrastructure to back Colle...Jordi Serra Torrens2023-01-191-3/+18
* SERVER-69770 Follow up, const improvements for CSR shared acquisitionDaniel Gómez Ferro2023-01-181-1/+1
* SERVER-69770 Enforce lock mode in CollectionShardingRuntime APIDaniel Gómez Ferro2023-01-031-31/+39
* SERVER-70323 converts many sharding invariants to tassertTommaso Tocci2022-11-291-10/+17
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-251-1/+2
* SERVER-70790 shardingState command appends only the major and minor version o...Allison Easton2022-11-221-1/+4
* SERVER-67103 Add global index copy when migrating a chunkMarcos José Grillo Ramirez2022-11-081-0/+13
* SERVER-65492 Cleaning the sbe::PlanCache when it has sharded stale infoSergi Mateo Bellido2022-11-081-5/+81
* SERVER-70199 Replace index timestamp with CollectionIndexes in GlobalIndexesC...Allison Easton2022-10-311-7/+9
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-47/+32
* SERVER-70195 Two no-indexes ComparableIndexVersions should compare as the sameAllison Easton2022-10-251-10/+16
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-7/+7
* SERVER-65558 Enable Feature flag for PM-2849Pierlauro Sciarelli2022-10-171-18/+35
* Revert "SERVER-65558 Enable range deleter service feature flag"Pierlauro Sciarelli2022-10-131-35/+18
* SERVER-65558 Enable range deleter service feature flagPierlauro Sciarelli2022-10-101-18/+35
* SERVER-69435 Cleanup includes and librariesKaloian Manassiev2022-09-211-7/+0
* SERVER-67123 Add getter for index list in shard roleAllison Easton2022-09-191-7/+27
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-6/+6
* SERVER-68660 + SERVER-69678 register range deletion tasks with ongoing querie...Silvia Surroca2022-09-151-0/+11
* SERVER-69134 Adding a way to clear the metadata managerSergi Mateo Bellido2022-09-131-2/+15
* SERVER-69555 Range deletions must always be referred by `collUuid+range` rath...Pierlauro Sciarelli2022-09-121-2/+1
* SERVER-64730 Interrupt ongoing refreshes after entering into the critical sec...Sergi Mateo Bellido2022-09-071-0/+4
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-1/+2
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-7/+8
* SERVER-69033 Make no-indexes version boost::none instead of Timestamp(0, 0)Allison Easton2022-08-241-19/+0
* SERVER-67955 Add indexVersion getter on the CSR and make it recoverableMarcos José Grillo Ramirez2022-08-241-0/+11
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-0/+20
* SERVER-67385 Range deletion tasks on primary must not be scheduled before ong...Pierlauro Sciarelli2022-08-121-6/+7
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-4/+5
* SERVER-66236 Always return UNSHARDED description on uninitialised clusterKaloian Manassiev2022-05-091-7/+10
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64372 Add parity $currentOp resharding donor fieldsBrett Nawrocki2022-04-141-1/+7
* Revert "SERVER-64372 Add parity $currentOp resharding donor fields"Brett Nawrocki2022-04-081-48/+15
* SERVER-64372 Add parity $currentOp resharding donor fieldsBrett Nawrocki2022-04-061-15/+48