summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44166 Update range deletion task IDL to contain collection UUID and pe...Matthew Saltz2019-10-232-4/+11
* SERVER-42737 Make secondary reads in ShardServerCatalogCacheLoader block behi...Randolph Tan2019-10-231-0/+7
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-2110-10/+10
* SERVER-44107 Don't reuse operation context in PersistentTaskQueueTest::TestIn...Alex Taskov2019-10-211-8/+29
* SERVER-42112 uassert on _flushDatabaseCacheUpdates cmdResponse in configsvrDr...Esha Maharishi2019-10-173-3/+129
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-173-17/+20
* SERVER-42299 Batch chunk and tag upgrade/downgrade modification transactionsJack Mulrow2019-10-162-170/+129
* SERVER-43103 fix divison by zero when moving extremely small chunksMarcos José Grillo Ramírez2019-10-161-0/+6
* SERVER-42299 Upgrade/downgrade for config.chunks and config.tagsJack Mulrow2019-10-158-18/+422
* SERVER-43965 Include name of collection in error message for failing to creat...Esha Maharishi2019-10-111-7/+10
* SERVER-40435 A clearJumboChunk command to clear the jumbo flagRandolph Tan2019-10-115-0/+393
* SERVER-43641 fix testBenety Goh2019-10-101-2/+4
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-1/+1
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-074-30/+30
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-0319-19/+19
* SERVER-43252: Only compute WriteConcernResult.writtenTo for CmdGetLastErrorLingzhi Deng2019-10-032-2/+2
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-1/+1
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-303-4/+5
* SERVER-42186 PersistentTaskQueue implementationAlex Taskov2019-09-263-0/+525
* SERVER-42367 Disallow refineCollectionShardKey in FCV < 4.4Jack Mulrow2019-09-241-0/+7
* SERVER-42390 Allow documents in a sharded collection to not contain all shard...Blake Oler2019-09-245-117/+6
* SERVER-43229 Check if config metadata has merged chunk already before checkin...Janna Golden2019-09-242-3/+8
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-1753-264/+266
* SERVER-43100 Remove CoordinateCommitReturnsNoneIfCoordinatorWasRemoved unit testChou Mao2019-09-161-11/+0
* SERVER-43174 Make migration destination threads killableRandolph Tan2019-09-132-5/+5
* SERVER-43315 OpObserver::onAbortIndexBuild() accepts reason for aborting inde...Benety Goh2019-09-132-0/+2
* SERVER-43295 startIndexBuild kicks off index builds on secondariesBenety Goh2019-09-132-1/+8
* SERVER-39862 make setShardVersion pass along error codeKevin Pulo2019-09-111-0/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-1020-111/+92
* SERVER-42188 Create IDL type for range deletion task for persistence in the q...Alex Taskov2019-09-102-0/+62
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-093-17/+20
* SERVER-43149 MigrationDestinationManager emits startIndexBuild and commitInde...Benety Goh2019-09-092-2/+23
* SERVER-42842 Unable to drop collection in admin database of sharded clusterEsha Maharishi2019-09-092-7/+39
* SERVER-32871 Invalidate CatalogCache entries when ShardRegistry reload discov...Matthew Saltz2019-09-061-10/+28
* SERVER-41615: set flag to denote that the coordinator has recovered.Lamont Nelson2019-09-066-5/+56
* SERVER-39763 transactions_target_at_point_in_time.js should disable expiring ...Esha Maharishi2019-09-051-4/+7
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-0518-63/+512
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-043-29/+24
* SERVER-42751 Take CSRLock when observing transaction commit for migrationAlex Taskov2019-08-291-1/+6
* SERVER-42914 Implement random chunk selection policy for balancer for use in ...Alex Taskov2019-08-283-7/+96
* SERVER-39996 Moved setting ignorePrepared behavior outside of waitForReadConc...Suganthi Mani2019-08-261-2/+3
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-232-34/+13
* SERVER-39573 Prefix TransactionCoordinator logs with transaction idJack Mulrow2019-08-224-54/+134
* SERVER-40987 Output transaction information in curOp for coordinator workerLamont Nelson2019-08-2211-31/+427
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...jannaerin2019-08-222-8/+14
* SERVER-42833 Make _configsvrRenameCollection return an error if the source an...Jason Zhang2019-08-211-0/+14
* SERVER-42950 Make _configsvrRefineCollectionShardKey return if shard key is a...Jamie Heppenstall2019-08-211-12/+11
* SERVER-42856 Make the check for chunk moved in the op observer take hashed sh...Randolph Tan2019-08-211-2/+4
* SERVER-42772 Return transaction commit decision from onCompletion future in T...Matthew Saltz2019-08-218-64/+51