summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41866 On term mismatch do not invoke the getDatabase callback under mu...Kaloian Manassiev2019-07-091-28/+19
* SERVER-41869 Rename `struct dbTask` to DBTaskKaloian Manassiev2019-07-032-41/+40
* SERVER-41869 On term mismatch do not invoke the getChunkSince callback under ...Kaloian Manassiev2019-07-037-68/+44
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-3012-79/+79
* SERVER-26531 Don't reset the control chunk's 'jumbo' flag on migration commitKaloian Manassiev2019-06-303-55/+59
* SERVER-39756 Rearrange shardCollection code to allow critical section to be e...Blake Oler2019-06-115-418/+644
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-06-044-21/+31
* SERVER-36443 Clear ChunkManager objects in metadata when no longer in usejannaerin2019-05-293-14/+134
* SERVER-36355: Improve error message when shard key not present in all documentsnatalie.tsvetkova2019-05-071-2/+3
* SERVER-40318 Make condition variable wait in NamespaceSerializer exception safejannaerin2019-04-091-1/+3
* SERVER-40333 Only clone collection options once for each shard in shardsvrSha...Blake Oler2019-04-011-8/+15
* SERVER-35219 Change the sleep on the destination side into a cond var wait on...Randolph Tan2019-03-206-22/+187
* SERVER-40010 Make only FCV 4.0 secondaries ask the primary to flush the datab...Kaloian Manassiev2019-03-121-0/+11
* SERVER-38745 convert MigrationDestinationManager::cloneCollectionIndexesAndOp...Benety Goh2019-03-091-28/+37
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2019-03-041-2/+8
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-03-011-1/+1
* SERVER-39847 Migrating session info can trigger fassert when destination shar...Randolph Tan2019-02-281-14/+65
* SERVER-37591 Change MigrationSourceManager cleanup to only remove the MSM fro...Matthew Saltz2019-02-111-2/+12
* SERVER-38205 avoid splitVector scan when range contains single keyKevin Pulo2019-02-102-0/+76
* SERVER-36958 Parts of the command do not retry on network errorsEsha Maharishi2019-02-061-25/+76
* SERVER-38957 Allow a failed changelog write in movePrimary's cleanupOnError t...Blake Oler2019-02-051-3/+6
* SERVER-39234 Ensure `shardCollection` initial split works the same between co...Kaloian Manassiev2019-01-308-237/+557
* SERVER-39180 Don't distribute chunks on `shardCollection` if the collection i...Kaloian Manassiev2019-01-255-97/+175
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-212-6/+2
* SERVER-39030 fix logging of low cardinality keys in splitVectorKevin Pulo2019-01-171-1/+1
* SERVER-38445 Fix Date_t addition with DurationMatthew Saltz2019-01-112-4/+4
* SERVER-38472 Do not check if collection sharded from config serverjannaerin2019-01-084-61/+95
* SERVER-38050 Validate the sameness of collection metadata after the range del...Blake Oler2018-12-313-35/+74
* SERVER-38196 do not wait for replication of mods if they were not appliedMisha Tyulenev2018-12-271-1/+3
* SERVER-38751 Make _transferMods during migration steady state also use kNoRet...Kaloian Manassiev2018-12-231-1/+1
* SERVER-38751 Make _migrateClone and _transferModes requests use kNoRetry policyKaloian Manassiev2018-12-221-2/+2
* SERVER-38392: remove assertion that we can't shard a non-empty collection ass...r4.0.5-rc0Kim Tao2018-12-116-153/+103
* SERVER-37339 Sharding state is set to initialized on Grid before sharding com...Esha Maharishi2018-12-101-2/+2
* SERVER-38371 Do not skip subsequent session records if one session's migratio...Kaloian Manassiev2018-12-054-129/+207
* SERVER-30714 Handle 'not master' errors in ReplicationCoordinatorExternalStat...Kaloian Manassiev2018-12-051-7/+3
* SERVER-37616 tuneable range deleter batch sizeKevin Pulo2018-12-053-4/+25
* SERVER-37354 Make _shardsvrShardCollection re-entrantjannaerin2018-11-281-0/+1
* SERVER-37354 Make _shardsvrShardCollection re-entrantjannaerin2018-11-275-81/+649
* SERVER-37080 tunable migration clone insertion batchesKevin Pulo2018-11-221-40/+74
* SERVER-37051 Check for term change after fetching the queued metadata in Shar...Kaloian Manassiev2018-11-162-4/+18
* SERVER-37918 Make sure tags passed to the fast initial split algorithm are in...Kaloian Manassiev2018-11-053-78/+20
* SERVER-37578 Fix failing sharding_catalog_manager_testKaloian Manassiev2018-10-312-9/+13
* SERVER-37496 Register balancer shutdown task when MongoD is single-threadedJack Mulrow2018-10-291-9/+0
* SERVER-37578 Assert that a zone is associated with a shard during shard colle...jannaerin2018-10-292-2/+27
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-251-26/+22
* SERVER-36959 Use afterOpTime when counting chunks in _shardsvrShardCollectionjannaerin2018-10-241-1/+2
* SERVER-37657 Report the offending oplog entries if a batch contains non-incre...Kaloian Manassiev2018-10-221-2/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-19203-2547/+2969
* SERVER-37142 Make clearing the MovePrimarySourceManager a no-op if one doesn'...Jack Mulrow2018-10-191-2/+0
* SERVER-31892 moveChunk with should wait for majority write concernjannaerin2018-10-081-1/+22