summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-53963 Improve error message for unsupported operations on time-series ↵Dan Larkin-York2021-02-053-6/+30
| | | | collections
* 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
| | | | | Previously, these two tests would fail when run on a higher log level, because more than one log line would contain the expected comment.
* SERVER-53999 Allow a time-series bucket's id to move backward before being ↵Gregory Noma2021-02-056-59/+222
| | | | committed
* Revert "SERVER-43762 Move top_drop.js from noPassthroughWithMongod to Core"Bynn Lee2021-02-051-5/+1
| | | | This reverts commit 81d03da0472dff56f8430c9d003f9d2a43892ba2.
* 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 ↵Marcos José Grillo Ramírez2021-02-0521-127/+1161
| | | | collection path
* SERVER-54189 [SBE] Support queries like "find({_id:1},{a:1})" and ↵Drew Paroski2021-02-053-3/+86
| | | | "find({_id:1}).returnKey()"
* 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
| | | | task to be scheduled
* SERVER-53156 Convert collMod command implementation to inherit from ↵Moustafa Maher2021-02-0411-73/+190
| | | | IDL-generated base class
* 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
| | | | This reverts commit da77452821c355346d873a6b31160c101adc60de.
* 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 ↵Gregory Wlodarek2021-02-041-0/+38
| | | | collection
* 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} ↵Jordi Serra Torrens2021-02-041-1/+2
| | | | in moveChunk
* 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
|
* SERVER-54258: fix use-after move error in resharding_donor_service.cpp and ↵LaMont Nelson2021-02-042-2/+5
| | | | resharding_recipient_service.cpp
* SERVER-53929 Add stricter parser checks around positional projectionIan Boros2021-02-043-21/+36
|
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-02-0423-154/+405
|
* Revert "SERVER-52538 Merge Collation and CollationSpec classes"A. Jesse Jiryu Davis2021-02-0414-323/+1084
| | | | This reverts commit 780295a9322938abbb1c5f9abbb2b22a4f707357.
* SERVER-53401 Create PartitionIterator for window functionsNick Zolnierz2021-02-044-0/+438
|
* SERVER-52781 Implement the new rename collection path in ↵Pierlauro Sciarelli2021-02-0411-157/+785
| | | | `_shardsvrRenameCollection`
* SERVER-50465 Package tests not run on ARM hostsBrian McCarthy2021-02-043-29/+64
|
* SERVER-49299 added explicit depends to inteldecimal for ninjaDaniel Moody2021-02-041-6/+18
|
* SERVER-52722 Handle cloning restart in TenantMigrationRecipientServiceJason Chan2021-02-043-20/+37
|
* SERVER-53319 move createRetryableWritesView into tenant_migration_utilPavi Vetriselvan2021-02-046-43/+45
|
* SERVER-53581: Implement TenantMigrationRecipientAccessBlockerLingzhi Deng2021-02-045-0/+517
|
* SERVER-51551 Support expression $isArray in SBEMickey. J Winters2021-02-042-4/+8
|
* SERVER-54169 update geo_s2disjoint_holds.js to check command error code ↵Benety Goh2021-02-031-22/+29
| | | | rather than listIndexes
* SERVER-53978 Allow patch builds to push to the cacheAndrew Morrow2021-02-031-8/+2
|
* SERVER-54218 Update authentication counter patterns of useBen Caimano2021-02-0315-166/+178
|
* SERVER-54215 Rewire sasl/authenticate library dependenciesBen Caimano2021-02-037-30/+57
|