summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65649 Throttle merge/split chunk ops issued by the balancerPaolo Polato2022-04-281-1/+1
|
* SERVER-66041 Chunk cloner must never consider `too big` a chunk with only ↵Pierlauro Sciarelli2022-04-281-1/+1
| | | | one document
* SERVER-65895 Also create applier metrics for donor shards with no progress ↵Randolph Tan2022-04-272-25/+89
| | | | document
* SERVER-65386 Change add shard behavior to absorb shard cluster's parameters ↵Marcos José Grillo Ramirez2022-04-274-32/+218
| | | | when promoting first RS to shard
* SERVER-65988 Make TransactionCoordinator log full session idsCheahuychou Mao2022-04-262-20/+20
|
* SERVER-63003: Fix the name hiding issue in the Resharding Coordinator ServicenandinibhartiyaMDB2022-04-261-5/+4
|
* SERVER-65705 avoid division by zero in ShardsvrGetStatsForBalancingTommaso Tocci2022-04-261-1/+1
|
* SERVER-65015 Granular locks for synchronizing orphans trackingAllison Easton2022-04-263-5/+17
|
* SERVER-64406 apply dynamic throttling to balancer roundsPaolo Polato2022-04-252-18/+32
|
* SERVER-65308 Run `ConfigInitializationTest` with `wiredTiger`Gregory Noma2022-04-251-3/+6
|
* SERVER-64817 Compute missing bound of moveRange within MigrationSourceManagerPierlauro Sciarelli2022-04-2513-347/+387
|
* SERVER-65065 Improve logging when configsvr coordinator failsMarcos José Grillo Ramirez2022-04-251-7/+8
|
* Revert "SERVER-62956 add a noop oplog message for refineCollectionShardKey ↵Uladzimir Makouski2022-04-252-52/+0
| | | | | | command" This reverts commit 66bec5f4f6b81bf86d36ee14d46226f73619b4a6.
* SERVER-64398 do not create MigrationCoordinator docs on migration abortPaolo Polato2022-04-251-12/+22
|
* SERVER-64285 Create indexes on `config.rangeDeletions`Allison Easton2022-04-252-6/+18
|
* SERVER-64386 fix clang cxx20 compileBenety Goh2022-04-231-1/+1
|
* SERVER-62956 add a noop oplog message for refineCollectionShardKey commandMisha Tyulenev2022-04-222-0/+52
|
* SERVER-64386 Track and Report New Coordinator Fields in ServerStatusRandolph Tan2022-04-224-8/+328
|
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-228-47/+60
|
* SERVER-64379 Implement restoration of countWritesToStashCollectionsRandolph Tan2022-04-229-10/+35
|
* SERVER-65895 Also create applier metrics for donor shards with no progress ↵Randolph Tan2022-04-221-2/+14
| | | | document
* SERVER-65407: Use admin database for applyOpsKshitij Gupta2022-04-221-1/+1
|
* SERVER-62266: Serialize setClusterParameter and drop cluster parameter ↵Varun Ravichandran2022-04-224-36/+54
| | | | collection during FCV 6.0 downgrade
* SERVER-65795 Ensure BalancerStatsRegitry async initialization is interrupted ↵Tommaso Tocci2022-04-222-31/+66
| | | | on stepdown
* SERVER-64376 Add Parity Recipient Applying Fields in CurrentOpBrett Nawrocki2022-04-2121-137/+369
| | | | | | | | Track and report the following fields in ShardingDataTransformInstanceMetrics for resharding $currentOp: oplogEntriesFetched totalApplyTimeElapsedSecs remainingOperationTimeEstimatedSecs
* SERVER-64627 Refactor onInitialSyncComplete and onStartupRecoveryComplete ↵Vesselina Ratcheva2022-04-217-18/+10
| | | | into new sharding hook that also works with FCBIS
* SERVER-65431 Disallow renaming to/from a collection with encrypted fieldsErwin Pe2022-04-211-1/+7
|
* SERVER-61782 SERVER-63835 Use futures in transaction API run implementation ↵Jack Mulrow2022-04-201-18/+18
| | | | and simplify construction
* SERVER-65802 Return NamespaceExists when dropTarget=false but unsharded ↵Pierlauro Sciarelli2022-04-201-1/+1
| | | | target collection exists
* SERVER-65483 Add tests for compact contention with concurrent FLE2 inserts ↵Erwin Pe2022-04-201-0/+1
| | | | and deletes
* SERVER-6491 Make dropIndexes take the distlock so it can never run in ↵Randolph Tan2022-04-202-0/+221
| | | | parallel with shardCollection
* SERVER-65536 Relax constraints on numer of records in ↵Tommaso Tocci2022-04-191-1/+6
| | | | ShardsvrGetStatsForBalancingCmd
* SERVER-64384 Track and Report Parity Coordinator Fields in ServerStatusRandolph Tan2022-04-1910-15/+265
|
* SERVER-64374 Add parity $currentOp resharding recipient copying fieldsBrett Nawrocki2022-04-1811-49/+209
|
* SERVER-63623 Implemented Basic Global Index Metrics Restoration For CrudOp ↵Randolph Tan2022-04-1822-46/+462
| | | | Metrics
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-1/+1
|
* SERVER-64378 Track and Report New Donor and Recipient Fields in CurrentOpRandolph Tan2022-04-157-2/+69
|
* SERVER-64372 Clean up some wording in comments and logsBrett Nawrocki2022-04-142-4/+3
|
* SERVER-64372 Add parity $currentOp resharding donor fieldsBrett Nawrocki2022-04-1411-6/+222
| | | | | | | Track and report the following fields in ShardingDataTransformInstanceMetrics for resharding $currentOp: countWritesDuringCriticalSection totalCriticalSectionTimeElapsedSecs
* SERVER-65545 Delegate `ClockSourceMock` to `ServiceContextMongoDTest`Gregory Noma2022-04-141-2/+2
|
* SERVER-65302 Run `ReshardingCoordinatorServiceTest` with `wiredTiger`Gregory Noma2022-04-141-5/+0
|
* SERVER-65303 Run `ReshardingTxnClonerTest` with `wiredTiger`Gregory Noma2022-04-141-4/+12
|
* SERVER-65306 Run `ReshardingOplogSessionApplicationTest` with `wiredTiger`Gregory Noma2022-04-141-7/+17
|
* SERVER-65307 Run `ReshardingOplogBatchApplierTest` with `wiredTiger`Gregory Noma2022-04-141-6/+12
|
* SERVER-65652 Delegate `TickSourceMock` to `ServiceContextMongoDTest`Gregory Noma2022-04-144-10/+18
|
* SERVER-65328 MigrationSourceManager must reject bounds with outdated shard ↵Pierlauro Sciarelli2022-04-141-0/+34
| | | | key patterns
* SERVER-62955 Add a noop entry to oplog for reshardCollection commandMisha Tyulenev2022-04-141-0/+52
|
* SERVER-65215 Make _shardsvrGetStatsForBalancing command accept/return ↵Pierlauro Sciarelli2022-04-132-7/+27
| | | | collection UUIDs
* SERVER-65438 Use the new ChunkVersion format in appendLegacyWithFieldKaloian Manassiev2022-04-139-57/+48
|
* SERVER-59922: Use FCV check with feature flag in replica set setClusterParameterAdam Rayner2022-04-121-15/+15
|