summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49858 Add Command::acceptsAnyApiVersionParametersA. Jesse Jiryu Davis2020-09-102-4/+12
* SERVER-50853 Enable retries of getShardAndCollectionVersion on the config serverPierlauro Sciarelli2020-09-101-6/+8
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-102-0/+7
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-0910-46/+30
* SERVER-48318 Make snapshot window equal to max of minSnapshotHistoryWindowInS...Cheahuychou Mao2020-09-092-2/+5
* SERVER-50740 Add onShutdown() method to ReplicaSetAwareInterface class.Suganthi Mani2020-09-091-0/+1
* SERVER-50218 Change shard server and config server op observers to support $v...Ian Boros2020-09-092-46/+45
* SERVER-49570 Create ReshardingCoordinator in configsvrReshardCollectionHaley Connelly2020-09-094-0/+86
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-084-4/+4
* SERVER-46199 Fix CollectionShardingState <-> CatalogCache destruction order i...Kaloian Manassiev2020-09-052-5/+7
* SERVER-50288 Return collection version on split and merge commandsPierlauro Sciarelli2020-09-045-53/+86
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-041-1/+1
* SERVER-50507 Avoid race conditions during recoverRefreshShardVersionPierlauro Sciarelli2020-09-043-21/+37
* SERVER-46199 Make the RoutingTableHistory movableKaloian Manassiev2020-09-037-165/+194
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-039-18/+19
* SERVER-46199 Hide the RoutingTableHistory detail from the ChunkManagerKaloian Manassiev2020-09-033-12/+8
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-0212-21/+22
* SERVER-50577 Return actual donor shard version in getShardAndCollectionVersionPierlauro Sciarelli2020-09-023-49/+64
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-028-13/+35
* SERVER-49564 Create ReshardingDonorServiceBlake Oler2020-09-023-0/+256
* SERVER-49520: Add linter rule for generic FCV referencesLingzhi Deng2020-09-021-0/+3
* SERVER-49970 Prefer the VectorClock's ConfigTime to configOpTime when queryin...Pierlauro Sciarelli2020-09-011-5/+2
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-0121-111/+115
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-313-3/+3
* SERVER-49567 Create refresh mechanism to refresh a list of given shardsHaley Connelly2020-08-284-0/+186
* SERVER-50558 Update wireversion invariants in ShardingCatalogManager to be aw...Jason Chan2020-08-281-9/+13
* SERVER-49890: Create resharding oplog view on startup.Daniel Gottlieb2020-08-273-9/+82
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-271-1/+1
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-6/+6
* SERVER-50392 Clean up how waiting for PrimaryOnlyService Instance completion ...Spencer T Brody2020-08-272-20/+5
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-2710-30/+38
* SERVER-50117 Add resumeToken and pre/post image oplog tests for createAggForR...Randolph Tan2020-08-265-19/+452
* SERVER-49569 Create ReshardingCoordinatorServicejannaerin2020-08-268-230/+758
* SERVER-50458 Re-enable retryability of commitChunkMigration on the config serverPierlauro Sciarelli2020-08-261-3/+2
* Revert "SERVER-49569 Create ReshardingCoordinatorService"Max Hirschhorn2020-08-268-752/+230
* SERVER-49569 Create ReshardingCoordinatorServicejannaerin2020-08-258-230/+752
* Revert "SERVER-49858 Don't forward API params from drop/dropDatabase to confi...A. Jesse Jiryu Davis2020-08-252-0/+8
* SERVER-50344 Rename Client methods to clarify that they are about being kille...Spencer T Brody2020-08-259-19/+35
* SERVER-50481 Make _vectorClockPersist command nicely fail on non-sharded nodesPierlauro Sciarelli2020-08-251-0/+4
* SERVER-49019 Run commitTransaction for refineShardKey on fresh opCtxjannaerin2020-08-211-3/+14
* SERVER-48600 refineCollectionShardKey internal transaction should check for w...Jack Mulrow2020-08-211-1/+6
* SERVER-50215 _configsvrCommitChunkMigration might return before changes are m...Tommaso Tocci2020-08-201-1/+7
* SERVER-49756 Add downgradeOnDiskChanges parameter to setFeatureCompatibilityV...Jason Chan2020-08-182-13/+19
* SERVER-50117 Implement pipeline for iterating over donor oplog entriesRandolph Tan2020-08-174-0/+139
* SERVER-48860 Create migration oplog applier class, writing no-ops onlyMatthew Russotto2020-08-174-5/+28
* SERVER-49921 Optimised persistence and recovery of the VectorClockKaloian Manassiev2020-08-174-12/+99
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-1715-56/+48
* SERVER-49734 Used local write concern to cleanup active migration on config s...Alex Taskov2020-08-171-5/+2
* SERVER-50176 Use the Sharding Fixed executor for the shardVersion recovery taskKaloian Manassiev2020-08-142-6/+6
* SERVER-49858 Don't forward API params from drop/dropDatabase to config serversA. Jesse Jiryu Davis2020-08-132-8/+0