summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55151 Implement rename participant primary only servicePierlauro Sciarelli2021-04-289-132/+716
* SERVER-49328 Architecture Guide updates for Efficient inserts for Time-series...Dan Larkin-York2021-04-281-9/+13
* SERVER-55682: Improve ability to test ReshardingCoordinator from C++.Kshitij Gupta2021-04-283-119/+166
* SERVER-55265 Extend SessionCatalogMigrationSourceTest to cover multiple state...Yuhong Zhang2021-04-281-6/+131
* SERVER-55898 Implement a serialiser between Sharded DDL and FCV switch betwee...Jordi Serra Torrens2021-04-282-4/+8
* SERVER-56353 Cleanup incomplete chunks from a failed pre-5.0 shard/dropCollec...Kaloian Manassiev2021-04-282-1/+21
* SERVER-55647 shard-local db and collection caches may not contain timestamps ...Jordi Serra Torrens2021-04-271-15/+41
* SERVER-47699 Change yield type used by range deleter from YIELD_MANUAL to YIE...Antonio Fuschetto2021-04-271-1/+1
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-275-9/+130
* SERVER-55867 commitMovePrimary concurrent with setFCV may write incorrect met...Antonio Fuschetto2021-04-273-9/+27
* SERVER-56342 Check response when writing to the config server on new create c...Marcos José Grillo Ramirez2021-04-261-0/+2
* SERVER-51741 Remove ReshardingOplogApplier::applyUntilCloneFinishedTs().Max Hirschhorn2021-04-267-799/+173
* SERVER-55264 Extend SessionCatalogMigrationDestinationTest to cover multiple ...Yuhong Zhang2021-04-261-3/+69
* SERVER-55263 Extend ReshardingOplogApplierRetryableTest to cover multiple sta...Yuhong Zhang2021-04-261-0/+73
* SERVER-54035 Build out resharding cleanupBlake Oler2021-04-264-18/+216
* SERVER-56337 Remove ReshardingOplogApplierRetryableTest test cases.Max Hirschhorn2021-04-262-1615/+19
* SERVER-56337 Add unit tests for ReshardingOplogBatchApplier class.Max Hirschhorn2021-04-263-4/+428
* SERVER-56341 ShardingDDLCoordinator grabs collection distlock even on databas...Tommaso Tocci2021-04-261-1/+1
* SERVER-56173: FCV upgrade to 5.0 can fail to refresh collection on shards in ...Jordi Serra Torrens2021-04-261-2/+18
* SERVER-55872 Implement mechanism to wait for ongoing ShardingDDLCoordinators ...Tommaso Tocci2021-04-262-7/+44
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-232-17/+17
* SERVER-51360 Fix Uninitialized scalar field defect raised by Coverity.Paolo Polato2021-04-231-1/+1
* SERVER-56259: shardCollection legacy should hold the distlocks while writing ...Jordi Serra Torrens2021-04-231-11/+11
* SERVER-47699 Change yield type used by range deleter from YIELD_MANUAL to YIE...Antonio Fuschetto2021-04-231-1/+1
* SERVER-56174 Fix PauseDuringStateTransitions usages in donor unit tests.Max Hirschhorn2021-04-231-30/+33
* SERVER-54704 Remove processAbortReasonNoDonorMachine() and processAbortReason...Haley Connelly2021-04-223-100/+90
* SERVER-55288 Re-add ReshardingRecipientServiceTest test fixture.Max Hirschhorn2021-04-222-0/+280
* Revert "SERVER-43964 UUID etc need not befriend IDL types"Uladzimir Makouski2021-04-222-17/+17
* SERVER-54959 Avoid cursor timeout during resharding collection cloning.Max Hirschhorn2021-04-221-0/+7
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-222-17/+17
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Mark Benvenuto2021-04-213-3/+3
* SERVER-55288 Create RecipientStateMachineExternalState class.Max Hirschhorn2021-04-219-187/+391
* SERVER-55996: Remove the invariant check for existence of _currentOpKshitij Gupta2021-04-212-14/+12
* SERVER-56199 Make collection drop use the proper chunks index on transitions ...Kaloian Manassiev2021-04-215-12/+17
* SERVER-56225 Wrong BSONElelment integer conversion in ShardingDDLCoordinatorS...Tommaso Tocci2021-04-211-1/+7
* SERVER-39468: Take distLocks on legacy renameCollectionJordi Serra Torrens2021-04-211-0/+10
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-2118-15/+97
* SERVER-56215 Temporarily disable unit-tests for CoordinatorCommitMonitorAmirsaman Memaripour2021-04-201-1/+1
* SERVER-56158 Add resharding::WithAutomaticRetry() util around AsyncTry.Max Hirschhorn2021-04-205-99/+156
* SERVER-56169 Do not use fastcount to count DDL coordinators on stepUpTommaso Tocci2021-04-202-2/+31
* SERVER-55969 Stop checking for DisableIncompleteShardingDDLSupport future fla...Tommaso Tocci2021-04-201-2/+1
* SERVER-53920 Periodically obtain remainingOperationTimeEstimatedMillis estima...Amirsaman Memaripour2021-04-2015-58/+775
* SERVER-55700 Update kImplicitDefault in WriteConcernOptionsHuayu Ouyang2021-04-192-3/+3
* SERVER-56159 Disable StepDownStepUpEachTransition test case in resharding_don...Haley Connelly2021-04-191-0/+4
* SERVER-54035 Pull out oplog cleanup into utility fileBlake Oler2021-04-194-42/+51
* SERVER-55551 Add recoverable critical section in create collection pathMarcos José Grillo Ramirez2021-04-196-169/+118
* SERVER-56136 Get rid of the `type_shard_identity` libraryKaloian Manassiev2021-04-194-39/+45
* SERVER-56104 Retake critical section on step up can invariant because of Repl...Pierlauro Sciarelli2021-04-161-2/+12
* SERVER-56065 Properly serialise the chunk entries format on transitions betwe...Kaloian Manassiev2021-04-1612-156/+284
* SERVER-55641: Reorganize the FCV upgrade/downgrade configsvr metadata patch-u...Jordi Serra Torrens2021-04-152-57/+136