summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49561 Add resharding fields to config.collectionsBlake Oler2020-08-055-126/+3
* SERVER-49030 Make CurOp::_start and CurOp::_end atomicJustin Seyster2020-08-042-96/+125
* SERVER-50047 add debug logging to investigate moveChunk when source == destin...Misha Tyulenev2020-08-041-0/+29
* SERVER-50077 Set unsharded shard version on collection creation only on prima...Marcos José Grillo Ramírez2020-08-042-9/+27
* SERVER-49976 Cleanup database cache on shard removalTommaso Tocci2020-08-045-217/+2
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-042-10/+2
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-033-18/+21
* SERVER-48678 Create IDL definitions for resharding durable stateBlake Oler2020-08-035-0/+319
* SERVER-49800 fix use-after-move violations in shardingBenety Goh2020-08-021-2/+2
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-026-9/+10
* SERVER-49800 fix use-after-move violations in testsBenety Goh2020-08-011-1/+1
* SERVER-48264 Don't invariant when task is cancelled by the executorRandolph Tan2020-08-011-16/+34
* SERVER-49935 Add startup method to ReplicaSetAwareService interfaceSpencer T Brody2020-07-311-0/+1
* SERVER-48978 Futurize handleRequestAndrew Chen2020-07-302-1/+3
* SERVER-49975 Use separate thread pools for CatalogCache and its loadersTommaso Tocci2020-07-3012-75/+57
* SERVER-49147 fix mac os x compileBenety Goh2020-07-301-0/+1
* SERVER-49147 Make _configsvrCommitChunkMigration idempotentPierlauro Sciarelli2020-07-294-76/+111
* SERVER-48601 ChunkSplitter should use the same chunk bounds for splitVector a...Jack Mulrow2020-07-291-1/+11
* SERVER-48992 Implement database cache on top of ReadThroughCacheTommaso Tocci2020-07-293-5/+6
* SERVER-49947 Catalog Cache async task accesses un-owned StringData variableTommaso Tocci2020-07-291-1/+1
* SERVER-49065 Mark API Version 1 commandsPV992020-07-282-0/+8
* SERVER-49427 Remove unused function declarations in MetadataManager and Colle...Cheahuychou Mao2020-07-283-42/+0
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-2/+2
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-1/+1
* SERVER-49427 Delete pending_chunk.js and remove now-defunct code in the Metad...Cheahuychou Mao2020-07-246-266/+1
* SERVER-49508 Step up deadlock between migration recovery and prepared transac...Tommaso Tocci2020-07-246-15/+11
* SERVER-48638 Added LibdepsLinter to enforce LIBDEPS rulesDaniel Moody2020-07-231-1/+1
* SERVER-49307 Add owning shard name to changelog entry for split and merge chunkjannaerin2020-07-231-0/+3
* SERVER-48677: Add reshardCollection cmd to configsvr.Kshitij Gupta2020-07-235-0/+561
* SERVER-49809 return MovePrimaryInProgress on view create or modify commandsMisha Tyulenev2020-07-231-1/+1
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-226-116/+103
* SERVER-49767 Complete TODO listed in SERVER-49755Tommaso Tocci2020-07-221-2/+0
* SERVER-48365 Migration manager recovery should handle a refined shard keyPierlauro Sciarelli2020-07-212-48/+111
* SERVER-49433 Stop incrementing the collection major version on chunk splitsMatthew Saltz2020-07-212-160/+20
* SERVER-49292 Futurify CatalogCacheLoader APITommaso Tocci2020-07-2113-548/+299
* SERVER-49719 Check that appliedOps oplog entry's field exists in _isTopologyC...Pierlauro Sciarelli2020-07-211-0/+5
* SERVER-49681 Move persistent task store under dbPierlauro Sciarelli2020-07-208-517/+5
* SERVER-43633 Prohibit user writes to system.views in FCV 4.6Gregory Noma2020-07-202-3/+0
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-0/+2
* SERVER-48641 SERVER-48689 Yield session in migration destination driver when ...Jack Mulrow2020-07-164-26/+97
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-152-0/+3
* SERVER-48556 Return full error string including code name from migration thre...Alex Taskov2020-07-151-1/+1
* SERVER-49086 follow-up: exclude system unsharded collections from MovePrimary...Misha Tyulenev2020-07-101-0/+4
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-092-3/+3
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-092-7/+8
* SERVER-48740 Modify ChunkMap to use std::vector internallyAlex Taskov2020-07-081-2/+3
* SERVER-49316 Unbreak dynamic buildSpencer T Brody2020-07-081-0/+4
* SERVER-49316 Move wait_for_majority_service to its own librarySpencer T Brody2020-07-0711-580/+8
* SERVER-49086 fail with MovePrimaryInProgress for insert update and delete com...Misha Tyulenev2020-07-061-3/+32
* SERVER-49295 Add upsert parameter to PersistentTaskStore updatePierlauro Sciarelli2020-07-031-3/+12