summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/metadata_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62368 Range deleter must honor rangeDeleterBatchDelayMSPierlauro Sciarelli2022-01-311-2/+1
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-2/+2
* SERVER-59770 Use the timestamp to implement the comparison methods of ChunkVe...Allison Easton2021-09-291-5/+2
* SERVER-57022 The CollectionShardingRuntime should be updated when there is an...Sergi Mateo Bellido2021-05-211-2/+7
* SERVER-53471 use generated range deleter batch sizePierlauro Sciarelli2021-01-041-1/+1
* SERVER-53471 Set rangeDeleterBatchSize to 128Pierlauro Sciarelli2020-12-301-1/+1
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-141-2/+1
* SERVER-46199 Hide the RoutingTableHistory detail from the ChunkManagerKaloian Manassiev2020-09-031-6/+3
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-4/+4
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-2/+2
* SERVER-49427 Delete pending_chunk.js and remove now-defunct code in the Metad...Cheahuychou Mao2020-07-241-114/+1
* SERVER-48198 Account for extended range bounds when recovering migration deci...Jack Mulrow2020-05-141-39/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47641 Report total number of range deletion tasks in serverStatus rath...Gregory Noma2020-04-211-13/+5
* 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-7/+5
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideBlake Oler2020-03-311-26/+41
* SERVER-46370 Maintain _receivingChunks list correctly after shard key refineMatthew Saltz2020-03-261-9/+12
* SERVER-46386 Change MetadataManager::_findNewestOverlappingMetadata to work w...Matthew Saltz2020-03-131-3/+55
* SERVER-46395 Ensure range deletion task document exists during deletion.Max Hirschhorn2020-03-111-5/+16
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-6/+6
* SERVER-14126 Add range deleter stats for serverStatus under shardingStatisticsRandolph Tan2020-03-021-0/+13
* SERVER-44841 Revisit log levels for new migration protocolAlex Taskov2020-02-291-19/+23
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46143 ExecutorFuture class declaration should include MONGO_WARN_UNUSE...Esha Maharishi2020-02-201-1/+1
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-14/+38
* SERVER-45024 Integrate refactored range deletion functionality and remove Col...Matthew Saltz2020-01-151-204/+84
* SERVER-45024 Make the MetadataManager a non-reusable objectMatthew Saltz2019-12-311-66/+23
* SERVER-44996 Use _metadata.back() instead of _metadata.front() in _pushListTo...Matthew Saltz2019-12-121-1/+1
* SERVER-43690 Change range deleter code to use collection UUID instead of epoc...Matthew Saltz2019-11-251-11/+17
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-15/+15
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-42791 Remove unused/duplicate definition of UnshardedCollection in met...Esha Maharishi2019-08-131-14/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-36443 Clear ChunkManager objects in metadata when no longer in usejannaerin2019-05-281-17/+48
* SERVER-40594 Make range deleter interruptibleMatthew Saltz2019-05-231-0/+4
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-1/+1
* Revert "SERVER-36443 Clean up ChunkManager objects when usage count reaches 0"jannaerin2019-05-071-14/+13
* SERVER-36443 Clean up ChunkManager objects when usage count reaches 0jannaerin2019-04-291-13/+14
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-1/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37700 Remove thread names that include whitespacesJonathan Ma2019-01-081-1/+1
* SERVER-37616 tuneable range deleter batch sizeKevin Pulo2018-12-051-3/+1
* SERVER-37893 Remove Client::initThreadIfNotAlready in favor of using the Clie...Gregory Wlodarek2018-11-161-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32198 Do not try to access routing info history for unsharded collectionsKaloian Manassiev2018-09-121-6/+10
* SERVER-32198 Make MetadataManager support an 'UNKNOWN' filtering metadata stateKaloian Manassiev2018-09-111-50/+40
* SERVER-36164 Decouple ScopedCollectionMetadata from MetadataManagerKaloian Manassiev2018-07-171-60/+70