summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/metadata_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65558 Enable Feature flag for PM-2849Pierlauro Sciarelli2022-10-171-2/+1
* Revert "SERVER-65558 Enable range deleter service feature flag"Pierlauro Sciarelli2022-10-131-1/+2
* SERVER-65558 Enable range deleter service feature flagPierlauro Sciarelli2022-10-101-2/+1
* SERVER-69435 Cleanup includes and librariesKaloian Manassiev2022-09-211-4/+0
* SERVER-68660 + SERVER-69678 register range deletion tasks with ongoing querie...Silvia Surroca2022-09-151-0/+5
* SERVER-69555 Range deletions must always be referred by `collUuid+range` rath...Pierlauro Sciarelli2022-09-121-4/+1
* SERVER-64264 MigrationId should not be optional in the range deleterAllison Easton2022-03-081-2/+2
* SERVER-53471 use generated range deleter batch sizePierlauro Sciarelli2021-01-041-2/+0
* SERVER-53471 Set rangeDeleterBatchSize to 128Pierlauro Sciarelli2020-12-301-0/+2
* SERVER-49427 Remove unused function declarations in MetadataManager and Colle...Cheahuychou Mao2020-07-281-2/+0
* SERVER-49427 Delete pending_chunk.js and remove now-defunct code in the Metad...Cheahuychou Mao2020-07-241-31/+0
* SERVER-47641 Report total number of range deletion tasks in serverStatus rath...Gregory Noma2020-04-211-5/+6
* SERVER-47600 Clear _receivingChunks on setFCV after metadata refreshGregory Noma2020-04-201-0/+5
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-1/+1
* SERVER-46370 Maintain _receivingChunks list correctly after shard key refineMatthew Saltz2020-03-261-0/+7
* SERVER-46395 Ensure range deletion task document exists during deletion.Max Hirschhorn2020-03-111-1/+4
* SERVER-46371 Don't assume epoch change implies drop/create in logging, error ...Jack Mulrow2020-03-111-1/+1
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-2/+3
* SERVER-14126 Add range deleter stats for serverStatus under shardingStatisticsRandolph Tan2020-03-021-0/+5
* SERVER-45024 Integrate refactored range deletion functionality and remove Col...Matthew Saltz2020-01-151-57/+48
* SERVER-45024 Make the MetadataManager a non-reusable objectMatthew Saltz2019-12-311-12/+31
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-36443 Clear ChunkManager objects in metadata when no longer in usejannaerin2019-05-281-1/+8
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38050 Validate the sameness of collection metadata after the range del...Blake Oler2018-12-111-3/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32198 Make MetadataManager support an 'UNKNOWN' filtering metadata stateKaloian Manassiev2018-09-111-14/+17
* SERVER-36164 Decouple ScopedCollectionMetadata from MetadataManagerKaloian Manassiev2018-07-171-61/+4
* SERVER-36054 Remove more unused methods from CSS/MetadataManagerKaloian Manassiev2018-07-121-11/+0
* SERVER-36054 Remove ScopedCollectionMetadata's operator boolKaloian Manassiev2018-07-111-24/+8
* SERVER-35773 Remove references to the CatalogCache from MetadataManagerKaloian Manassiev2018-06-261-11/+3
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ...Nathan Louie2018-06-061-1/+1
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-0/+15
* SERVER-32202 Do not clear the cached sharding filtering information on replic...Kaloian Manassiev2017-12-121-11/+0
* SERVER-31056 Remove the KeyRange type from non-test codeKaloian Manassiev2017-12-061-11/+1
* SERVER-31056 Remove all usages of the ScopedCollectionMetadata default constr...Kaloian Manassiev2017-12-051-6/+6
* SERVER-31056 Make CollectionMetadata immutableKaloian Manassiev2017-11-291-16/+45
* SERVER-31056 Cleanup MetadataManager and CollectionMetadataKaloian Manassiev2017-11-281-48/+45
* SERVER-30083 Schedule range deletions soonerNathan Myers2017-09-281-2/+8
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-251-15/+14
* Revert "SERVER-30748 WithLock to replace _inlock"Robert Guo2017-08-241-14/+15
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-231-15/+14
* SERVER-29136 Better extractDocumentKeyNathan Myers2017-08-151-5/+6
* SERVER-29136 Op log deletions get shard keysNathan Myers2017-08-091-2/+5
* Revert "SERVER-29136 Op log deletes get shard key"Nathan Myers2017-08-021-5/+2
* SERVER-29136 Op log deletes get shard keyNathan Myers2017-08-021-2/+5
* SERVER-29817 Move construction of CollectionMetadata data structures out of S...Andy Schwerin2017-07-121-6/+1