summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/metadata_manager_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46199 Make the RoutingTableHistory movableKaloian Manassiev2020-09-031-4/+13
* SERVER-46199 Hide the RoutingTableHistory detail from the ChunkManagerKaloian Manassiev2020-09-031-2/+2
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-021-2/+3
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-3/+6
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-5/+3
* SERVER-49427 Delete pending_chunk.js and remove now-defunct code in the Metad...Cheahuychou Mao2020-07-241-77/+0
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-1/+1
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-39/+35
* SERVER-46370 Maintain _receivingChunks list correctly after shard key refineMatthew Saltz2020-03-261-9/+71
* SERVER-46395 Ensure range deletion task document exists during deletion.Max Hirschhorn2020-03-111-3/+3
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-9/+9
* SERVER-45913 Suspend range deletion for racy MetadataManager unit testsMatthew Saltz2020-01-311-1/+11
* SERVER-45024 Integrate refactored range deletion functionality and remove Col...Matthew Saltz2020-01-151-24/+25
* SERVER-45024 Make the MetadataManager a non-reusable objectMatthew Saltz2019-12-311-154/+41
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-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-0/+80
* Revert "SERVER-36443 Clean up ChunkManager objects when usage count reaches 0"jannaerin2019-05-071-23/+0
* SERVER-36443 Clean up ChunkManager objects when usage count reaches 0jannaerin2019-04-291-0/+23
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-32198 Do not try to access routing info history for unsharded collectionsKaloian Manassiev2018-09-121-0/+10
* SERVER-32198 Make MetadataManager support an 'UNKNOWN' filtering metadata stateKaloian Manassiev2018-09-111-61/+138
* SERVER-36054 Remove more unused methods from CSS/MetadataManagerKaloian Manassiev2018-07-121-7/+0
* SERVER-36054 Remove ScopedCollectionMetadata's operator boolKaloian Manassiev2018-07-111-82/+88
* SERVER-35773 Remove references to the CatalogCache from MetadataManagerKaloian Manassiev2018-06-261-23/+29
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-7/+6
* SERVER-33453 - Add timestamp support to the ChunkManagerMartin Neupauer2018-03-271-2/+7
* SERVER-33454 Remove the 'chunks map' from CollectionMetadataMartin Neupauer2018-03-071-1/+2
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-18/+4
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-1/+0
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-1/+2
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-3/+1
* SERVER-31056 Remove usages of ScopedCollectionMetadata default constructorKaloian Manassiev2017-12-041-1/+1
* SERVER-31056 Make CollectionMetadata immutableKaloian Manassiev2017-11-291-18/+0
* SERVER-31056 Cleanup MetadataManager and CollectionMetadataKaloian Manassiev2017-11-281-2/+0
* SERVER-31848 Cleanup CollectionRangeDeleterKaloian Manassiev2017-11-091-7/+5
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-171-0/+1
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-21/+2
* SERVER-29817 Move construction of CollectionMetadata data structures out of S...Andy Schwerin2017-07-121-58/+46
* SERVER-29405 delay deleting orphaned shard chunksNathan Myers2017-06-301-92/+74
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+2
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-021-7/+26
* Revert "SERVER-29342 CollectionShardState/RangeDeleter support for safe secon...Nathan Myers2017-06-011-26/+7
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-011-7/+26
* SERVER-28841 (forward-port) simpler CollectionMetadata lifetime managementNathan Myers2017-05-181-78/+98
* SERVER-28884 Better range deletion event trackingNathan Myers2017-05-171-18/+28