summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/cleanup_orphaned_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47913 Redact sharding messages in cleanupOrphanedDataDan Pasette2020-05-131-2/+2
* SERVER-45367 Log open cursors for a namespace when submitting tasks to the ra...Matthew Saltz2020-05-111-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-28992 Cleanup and remove unused code from write commandsKaloian Manassiev2017-12-291-3/+3
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-281-4/+1
* SERVER-31056 Remove all usages of the default constructor of ScopedCollection...Kaloian Manassiev2017-12-081-29/+25
* SERVER-29731 don't pass cmdobj to localHostOnlyIfNoAuth()Mathias Stearn2017-07-131-3/+0
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-7/+7
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29405 delay deleting orphaned shard chunksNathan Myers2017-06-301-1/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-28884 Better range deletion event trackingNathan Myers2017-05-171-11/+15
* SERVER-27760 Delete old range deleter sourcesNathan Myers2017-05-151-1/+0
* SERVER-27921 New Range DeleterNathan Myers2017-04-201-49/+46
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-03-191-12/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-9/+9
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-12/+7
* SERVER-26370 Cleanup MigrationDestinationManagerKaloian Manassiev2016-09-291-1/+1
* SERVER-24991 log redaction for storage mongosRamon Fernandez2016-08-271-7/+8
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-20206 cleanupOrphaned should log when it startsSam Dunietz2016-07-081-2/+2
* SERVER-24415 Replace instances of shared_ptr<CollectionMetadata> with ScopedC...Leon Zaruvinsky2016-07-071-4/+1
* SERVER-24664 Get rid of calls to ShardingState::getCollectionMetadataLeon Zaruvinsky2016-06-221-2/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-23340 Turn off secondaryThrottle by defaultJudah Schvimer2016-04-261-1/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22628 Sharding secondary throttle parsing into separate classKaloian Manassiev2016-02-171-37/+7
* SERVER-22591 Move ChunkMoveWriteConcernOptions to separate fileKaloian Manassiev2016-02-121-0/+307