summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44476 Include number of jumbo chunks remaining in output of removeShardMarcos José Grillo Ramírez2019-11-284-46/+89
* SERVER-42914 Add failpoint to override balancer round interval (partial cherr...Matthew Saltz2019-11-182-7/+22
* SERVER-31083 Allow passing primary shard to "enableSharding" command for a ne...Marcos José Grillo Ramírez2019-11-076-46/+128
* SERVER-41529 Prevent dangling index records by calling _addDocumentToIndexBlo...Suganthi Mani2019-11-061-2/+2
* SERVER-43241 Never shutdown grid executorsBen Caimano2019-10-301-1/+0
* SERVER-42737 Make secondary reads in ShardServerCatalogCacheLoader block behi...Randolph Tan2019-10-241-0/+7
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...Janna Golden2019-10-072-8/+15
* SERVER-37837 Get rid of TransactionReaperKaloian Manassiev2019-09-271-28/+8
* SERVER-36159 Log whenever the gossiped config server opTime term changesKevin Pulo2019-08-263-8/+16
* SERVER-41480 Increment major version on splits where the shard version equals...Matthew Saltz2019-08-132-65/+213
* 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