summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-4/+3
* SERVER-42646 Cap splitVector response at max BSONObj sizeBlake Oler2019-08-202-3/+88
* SERVER-42430 Create whitelist of namespaces that are allowed to be created im...Janna Golden2019-08-193-14/+3
* SERVER-42143 Use a single RS transaction for refineCollectionShardKey metadat...Jamie Heppenstall2019-08-191-58/+187
* SERVER-42862 Set forceRefreshFromThisThread to true in forceShardFilteringMet...Jamie Heppenstall2019-08-191-2/+2
* SERVER-42700 Move _configsvrRenameCollection logic into new method ShardingCa...Jason Zhang2019-08-163-90/+115
* SERVER-42348 Make _configsvrRenameCollection update sharding catalog.Jason Zhang2019-08-152-4/+58
* SERVER-42121 Make mongo's renameCollection call configsvrRenameCollection.Jason Zhang2019-08-145-11/+407
* SERVER-42792 CollectionShardingState::_getMetadataWithVersionCheckAt should r...Esha Maharishi2019-08-131-3/+3
* SERVER-42791 Remove unused/duplicate definition of UnshardedCollection in met...Esha Maharishi2019-08-131-14/+0
* SERVER-42754 Make RSMChangeListeners for shard configs exception-safeBen Caimano2019-08-121-15/+21
* SERVER-11328 Allow more than one shard to be in 'draining' modeKaloian Manassiev2019-08-124-105/+81
* SERVER-42593 Remove fcv4.0 shardCollection pathjannaerin2019-08-083-798/+15
* SERVER-41949 Attach the databaseVersion on the write path on mongos"jannaerin2019-08-081-0/+8
* SERVER-42368 Remove max shard key size limit of 512 bytesJamie Heppenstall2019-08-081-6/+0
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-2/+2
* SERVER-42600 Implement the FCV 4.4 checkShardVersion protocolEsha Maharishi2019-08-087-25/+48
* SERVER-42654 add TODO to the place to change FCVMisha Tyulenev2019-08-062-2/+1
* SERVER-42500 Trigger best-effort shard refreshes after refineCollectionShardKeyJamie Heppenstall2019-08-061-7/+56
* SERVER-41925 enumerate the FCV 4.4 dependencies in the sharding codeMisha Tyulenev2019-08-064-6/+5
* SERVER-42395 Add diagnosability and supportability features for refineCollect...Jamie Heppenstall2019-08-051-0/+28
* SERVER-42329 Remove use of stringified id (concatenation of ns and minKey) in...Jamie Heppenstall2019-08-028-68/+65
* SERVER-33973 Force cleanup of possibly remaining partial data after failed co...Blake Oler2019-08-015-310/+287
* SERVER-42349 Write new unsharded collections to the sharding catalog under fe...Esha Maharishi2019-08-011-10/+121
* SERVER-42152 Delete existing chunks on new epoch in persisted routing table c...Jamie Heppenstall2019-08-013-2/+51
* SERVER-42481 Remove FCV checks around prepared transactionsJason Chan2019-08-011-5/+0
* SERVER-42559 Make the WaitWithOpTimeEarlierThanLowestQueued test run more pre...Randolph Tan2019-08-011-0/+19
* SERVER-42338 Make the hang failpoint callback always ran on the executor threadRandolph Tan2019-07-311-20/+35
* SERVER-42397 Log refineCollectionShardKey in the audit logJamie Heppenstall2019-07-311-0/+5
* SERVER-42364 Update config.collections schema to have a 'distributionMode' fieldEsha Maharishi2019-07-302-0/+8
* SERVER-42335 Make ShutdownShouldCancelQueuedRequests cpp test propagate the i...Randolph Tan2019-07-301-8/+14
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-292-49/+17
* SERVER-42468 Always wait for the TransactionCoordinator to complete in the Me...Kaloian Manassiev2019-07-291-12/+23
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2773-761/+503
* SERVER-42141 Implement sharded metadata updates for refineCollectionShardKey ...Jamie Heppenstall2019-07-253-0/+109
* SERVER-42119 Add shardsvrRenameCollection that wraps the existing mongod rena...Jason Zhang2019-07-253-0/+117
* SERVER-42359 Remove okToReadWhileRefreshing from getPersistedMetadataSinceVer...Jamie Heppenstall2019-07-241-4/+3
* SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern...Kaloian Manassiev2019-07-235-17/+80