summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-42106 Use auto-generated _ids for config.chunks and config.tagsJamie Heppenstall2019-07-221-0/+4
* SERVER-42106 Use auto-generated _ids for config.chunks and config.tagsJamie Heppenstall2019-07-2213-36/+118
* SERVER-41480 Increment major version on splits where the shard version equals...Matthew Saltz2019-07-222-65/+213
* SERVER-42120 Add configsvrRenameCollection that takes NamespaceSerializer loc...Jason Zhang2019-07-182-0/+128
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-1613-133/+703
* SERVER-42212 Make config server wait for majority before sending _flushDataba...Esha Maharishi2019-07-151-1/+3
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-152-5/+3
* SERVER-41041 ViewCatalog should actively reload after changesGregory Wlodarek2019-07-152-8/+21
* SERVER-41204 Output the transaction abort reason in the slow log lineKaloian Manassiev2019-07-149-76/+187
* SERVER-41658 Convert ShardCollectionType into an IDL typeJamie Heppenstall2019-07-125-63/+62
* SERVER-41950 Flush database cache on primary shard when creating a database i...Esha Maharishi2019-07-113-0/+27
* SERVER-41944 Validate the given shard key for refineCollectionShardKeyJamie Heppenstall2019-07-115-233/+377
* SERVER-35807 Prepend _movePrimary and _cloneCatalogData internal commands wit...Jason Zhang2019-07-106-19/+55
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-095-10/+8
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-081-53/+37
* SERVER-34431 MoveDatabaseShardingState into its own mapjannaerin2019-07-088-99/+143
* SERVER-41866 On term mismatch do not invoke the getDatabase callback under mu...Kaloian Manassiev2019-07-081-28/+18
* SERVER-37422 Log balancer start and stop events in action logjannaerin2019-07-081-0/+4
* SERVER-41943 Validate the given namespace for refineCollectionShardKeyJamie Heppenstall2019-07-031-2/+36
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-033-0/+3
* SERVER-41469 Enforce w:1 for creation of transactions table on step-upJason Chan2019-07-012-1/+5
* SERVER-41160 Add shutdown method for CatalogCacheLoaderRandolph Tan2019-07-017-11/+46
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-283-7/+5
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-06-275-21/+34
* SERVER-40258 Rename CSRLock::lock to CSRLock::lockSharedRandolph Tan2019-06-278-13/+14
* SERVER-36824 prevent prepareTransaction command on standalonePavi Vetriselvan2019-06-271-0/+5
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-2712-79/+79
* SERVER-26531 Don't reset the control chunk's 'jumbo' flag on migration commitKaloian Manassiev2019-06-273-55/+59
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-263-5/+7
* SERVER-41813 Allow ViewCatalog lookup without validating system viewsBlake Oler2019-06-261-5/+7
* SERVER-41616: track commit/abort decisions for two phase commit coordinatorLamont Nelson2019-06-267-8/+79
* SERVER-34166 Stop writing config server connection string and shard name to m...Jason Zhang2019-06-261-15/+2
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-263-7/+5
* SERVER-36529 OpObservers for session operations should pass SessionTxnRecordJudah Schvimer2019-06-251-2/+7
* SERVER-41780 always wait for write concern on prepareTransaction retriesJudah Schvimer2019-06-251-7/+13
* SERVER-41572 use FailPointEnableBlock to control failpoints in transaction_co...Lamont Nelson2019-06-241-72/+46
* SERVER-41195 Turn off auto-splitting when the balancer is turned offRandolph Tan2019-06-241-4/+7
* SERVER-41734 Return 'char' instead of 'const char' in anonymous function sign...Blake Oler2019-06-241-1/+1
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-212-9/+8
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-73/+41
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-2010-103/+176
* SERVER-40681 Make AutoGetCollection interface match AutoGetDBGregory Noma2019-06-184-12/+8
* SERVER-41655 Add classes RefineCollectionShardKeyCommand and ConfigsvrRefineC...Jamie Heppenstall2019-06-182-0/+101
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-143-8/+8
* SERVER-40986 Include relevant server-wide two phase commit metrics on mongod ...Esha Maharishi2019-06-135-0/+176