summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54283 Make the checks for new sharded DDL code path be uniformKaloian Manassiev2021-02-054-40/+66
* SERVER-54131 zone_changes_range.js test has a race condition in runBalancer()Alexandre Bique2021-02-051-5/+8
* SERVER-54158 Missing shard metadata refresh from the CS in coll_timestamp_tes...Sergi Mateo Bellido2021-02-051-0/+2
* SERVER-54028 Add support for command alias in IDL spec.Rishab Joshi2021-02-059-10/+107
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-051-2/+2
* Import wiredtiger: 772edf829f31c87fad4cdb8f73bf7e50b993e067 from branch mongo...Luke Chen2021-02-0542-823/+2045
* SERVER-53520 Assert recipients own all their docs in ReshardingTest.Max Hirschhorn2021-02-052-21/+143
* SERVER-50976 Add currentOp reporting for ReshardingCoordinatorService InstancesAmirsaman Memaripour2021-02-055-10/+67
* SERVER-54183: Rollback resharding operations that are not timestamped.Daniel Gottlieb2021-02-053-2/+31
* SERVER-53894 Ensure updateFeatureCompatibilityVersionDocument() is idempotentAli Mir2021-02-054-27/+31
* SERVER-54228 : Change ValidateResult from BasicCommandWithRequestParser to on...Moustafa Maher2021-02-051-1/+7
* SERVER-53271 Compute executionTimeMillisEstimates metric for SBE PlanStagesAnton Korshunov2021-02-0524-0/+187
* SERVER-54259 include bucketDocs in timeseries_bucket_limit_count.js assertion...Benety Goh2021-02-051-9/+9
* SERVER-50141 Rewrite ServiceStateMachineTestBen Caimano2021-02-052-546/+659
* SERVER-53420 Make transport Session source/sink/poll functions noexceptBen Caimano2021-02-053-70/+102
* SERVER-50141 Destroy OperationContext explicitly after sinkBen Caimano2021-02-056-468/+702
* SERVER-53963 Improve error message for unsupported operations on time-series ...Dan Larkin-York2021-02-053-6/+30
* SERVER-52720: Handle choosing a new donor node when startApplyingOpTime existsXueruiFa2021-02-0510-97/+549
* SERVER-52538 Merge Collation and CollationSpec classesA. Jesse Jiryu Davis2021-02-0514-1084/+323
* SERVER-53751 Make some findMatchingLogLine tests tolerate higher log levelDavid Percy2021-02-052-10/+15
* SERVER-53999 Allow a time-series bucket's id to move backward before being co...Gregory Noma2021-02-056-59/+222
* Revert "SERVER-43762 Move top_drop.js from noPassthroughWithMongod to Core"Bynn Lee2021-02-051-5/+1
* SERVER-54004 Improve oplog truncation thread's log level 0 loggingBynn Lee2021-02-051-7/+2
* SERVER-35121 added verification of python requirements.txt.Daniel Moody2021-02-054-1/+88
* SERVER-52779 Added new coordinator to create collection with the new shard co...Marcos José Grillo Ramírez2021-02-0521-127/+1161
* SERVER-54189 [SBE] Support queries like "find({_id:1},{a:1})" and "find({_id:...Drew Paroski2021-02-053-3/+86
* SERVER-53373: Pin resharding durable history across restart.Daniel Gottlieb2021-02-0524-27/+764
* SERVER-48862 Part 2: aborting index builds when a migration startsMatthew Russotto2021-02-0511-18/+164
* SERVER-51021 Add currentOp reporting for ReshardingRecipientService InstancesAmirsaman Memaripour2021-02-055-10/+108
* SERVER-50887 'bug' messages should be changed to a warning severityDianna Hohensee2021-02-042-12/+13
* SERVER-53827 Use assert.soon instead of assert.eq to wait for range deletion ...Marcos José Grillo Ramirez2021-02-041-5/+9
* SERVER-53156 Convert collMod command implementation to inherit from IDL-gener...Moustafa Maher2021-02-0411-73/+190
* SERVER-54255 Update RHEL 7 AMI for package testingBrian McCarthy2021-02-041-1/+1
* SERVER-53891 Fix read from uninitialized variable in SBE parserIan Boros2021-02-043-25/+45
* SERVER-53023 Create TTL index on config.tenantMigrationRecipientVishnu Kaushik2021-02-0412-95/+227
* SERVER-52564 Deadlock between step down and MongoDOperationContextSessionRandolph Tan2021-02-043-0/+59
* SERVER-43762 Move top_drop.js from noPassthroughWithMongod to CoreBynn Lee2021-02-041-1/+5
* SERVER-50978 Add currentOp reporting for ReshardingDonorService InstancesAmirsaman Memaripour2021-02-046-65/+323
* Revert "SERVER-50656 Add cancellation support to WaitForMajorityService"George Wangensteen2021-02-0423-405/+154
* SERVER-54011 Change showRecordId() to support the ObjectId typeGregory Wlodarek2021-02-042-3/+75
* SERVER-54013 Verify that an _id index cannot be created on a time-series coll...Gregory Wlodarek2021-02-041-0/+38
* SERVER-54286 Disable write concern tests for rename collectionPierlauro Sciarelli2021-02-041-1/+1
* SERVER-54244 add shard-lite-all-feature-flags sys-perf variantRobert Guo2021-02-041-2/+21
* SERVER-53967: scaled_collection_stats.js should use {_waitForDelete: true} in...Jordi Serra Torrens2021-02-041-1/+2
* SERVER-54230 Stop returning sorted shard IDs vector from ShardRegistryTommaso Tocci2021-02-048-59/+78
* SERVER-52781 force rename majority concern on mongos and target chunks by uuidPierlauro Sciarelli2021-02-042-7/+9
* SERVER-54167: Advance VectorClock on configOpTime advancementJordi Serra Torrens2021-02-044-7/+27
* SERVER-54106 Use DecimalCounter for time-series insertsGregory Noma2021-02-045-49/+55
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-0427-79/+919
* SERVER-53769 Upgrade libunwind to 1.5Daniel Moody2021-02-0470-433/+1396