summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-54040 Resharding may fail to throw WouldChangeOwningShard despite ↵r4.9.0-alpha4jannaerin2021-01-272-12/+17
| | | | destined recipient having changed
* SERVER-54041 ReshardingOplogApplicationRules::applyOperation() doesn't retry ↵jannaerin2021-01-271-2/+4
| | | | on WriteConflictExceptions
* SERVER-54071 Deduplicate `BatchedCommandRequest build*Op` methods in the ↵Pierlauro Sciarelli2021-01-277-273/+194
| | | | codebase
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-2719-78/+511
|
* SERVER-53394 Make ShardingTaskExecutorPoolReplicaSetMatching default to ↵George Wangensteen2021-01-2711-2/+104
| | | | disabled for mongod
* SERVER-53994 Remove redundant try-catch statement in run_reconfig_background.jsAli Mir2021-01-271-16/+9
|
* SERVER-53495 Extend query README with MQL parsing detailsTed Tuckman2021-01-271-0/+71
|
* SERVER-54062 Stop donor replica set if feature flag is not enabledCheahuychou Mao2021-01-271-0/+1
|
* Import wiredtiger: 462a8434b56a1274b2d8cf8dd91240021df294c7 from branch ↵Luke Chen2021-01-2724-158/+678
| | | | | | | | | | | | | | | | | mongodb-5.0 ref: e39ffb5541..462a8434b5 for: 4.9.0 WT-6673 Rollback to stable to fix the inconsistent checkpoint by removing updates outside of the checkpoint snapshot WT-7121 Include log-structured allocation python tests in WT WT-7126 Coverity analysis defect 116991: Explicit null dereferenced WT-7127 Coverity analysis defect 116992: Unchecked return value WT-7128 Coverity analysis defect 116993: Resource leak WT-7131 Tiered cursors should return error if configured with zero tiers Reverted ticket(s): WT-7091 Restrict usage of LSM to only operate in conjunction with compatible incremental backup mechanism
* SERVER-50386 Testing and documentation for ByteArrayDeprecated subtypeJustin Seyster2021-01-276-9/+339
|
* SERVER-54061 Rename failpoints in TenantMigrationDonorServiceCheahuychou Mao2021-01-2721-75/+90
|
* SERVER-54062 Test that tenant migration fails with NamespaceExists if the ↵Cheahuychou Mao2021-01-271-0/+78
| | | | recipient already has tenant's data
* SERVER-53579 Update mypy versionRyan Egesdahl2021-01-271-1/+1
| | | | | | | | The version of mypy we were depending on was very old and was causing a version conflict on typed-ast with another module. On newer pip versions, the result was a *very* slow process of walking back compatible versions of multiple packages. This change updates mypy to the latest version available.
* SERVER-53205 Check for a removed field from reply type in IDL compatibility ↵Huayu Ouyang2021-01-2714-11/+534
| | | | checker script
* SERVER-54058 Update Debian 10 AMI for package testingBrian McCarthy2021-01-271-1/+1
|
* SERVER-53987 Do not create the _id index for time-series collectionsGregory Wlodarek2021-01-263-8/+80
|
* SERVER-53987 Disable a subset of time-series tests on cst_jscore_passthroughGregory Wlodarek2021-01-261-0/+6
|
* SERVER-53145 Specify input/output to collMod command in IDLMoustafa Maher2021-01-267-13/+159
|
* SERVER-53850 Move timeseries-related collections stats to their own sectionDan Larkin-York2021-01-262-13/+16
|
* SERVER-52723 Handle oplog application restart in TenantMigrationRecipientServiceJason Chan2021-01-2612-48/+1011
|
* SERVER-53829 Make listCollections and listIndexes commands lock freeHenrik Edin2021-01-265-22/+149
|
* Revert "SERVER-53397 Desugar $setWindowFields partitionBy using $sort"David Percy2021-01-2619-511/+78
| | | | This reverts commit dc1c3a791f63dfb909ed520aadab66a4b1ce66e9.
* SERVER-53991 donorAbortMigration should not try to abort migration after the ↵Jason Zhang2021-01-261-3/+0
| | | | donor has written commit decision
* SERVER-49222 ARM64 support on Amazon Linux 2Brian McCarthy2021-01-266-25/+144
|
* SERVER-53586 Limit the size of TenantMigrationDonorService::Instance's task ↵Jason Zhang2021-01-263-7/+11
| | | | executor thread pool
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-2619-78/+511
|
* SERVER-53975 Fix performance of group-by-count aggregationsIan Boros2021-01-262-1/+9
|
* SERVER-53933 Update compile expansions shared cache script for releasesr4.9.0-alpha3Brian McCarthy2021-01-261-1/+1
|
* SERVER-54034: Changing medium to large distros for replica_setsCristopher Stauffer2021-01-261-3/+3
|
* SERVER-53431 Server should respond running operations with appropriate ↵Matthew Russotto2021-01-265-29/+57
| | | | topologyVersion on stepdown
* SERVER-54003 Validate BSON type to be array when parsing BSON object to ArrayMoustafa Maher2021-01-267-9/+29
|
* SERVER-53724 Make DBClient able to reauthenticate with x509 automatically ↵Jason Zhang2021-01-2511-17/+24
| | | | when reconnecting for tenant migrations
* SERVER-53404 Add ttlExpiresAt to IDL type for ↵Cheahuychou Mao2021-01-254-8/+37
| | | | admin.system.external_validation_keys docs
* SERVER-51369 IDL parser/binder changes for variant typesA. Jesse Jiryu Davis2021-01-2511-162/+596
|
* SERVER-53201 Check for removed commands in IDL compatibility checker scriptHuayu Ouyang2021-01-258-33/+202
|
* SERVER-52539 Convert createIndexes command to TypedCommandSara Golemon2021-01-2515-447/+444
|
* SERVER-53932: Round up multi-key write during recovery of prepared ↵Lingzhi Deng2021-01-253-11/+21
| | | | transactions to the stable timestamp
* SERVER-38339 Better SessionKiller thread name in logsAlexandre Bique2021-01-251-1/+1
|
* SERVER-53960: Don't generate enterprise tests with burn_in on non-enterprise ↵David Bradford2021-01-253-3/+36
| | | | builds
* SERVER-53992: Remove calls to detect-outliersDavid Bradford2021-01-252-34/+0
|
* SERVER-53981 Make TenantMigrationAccessBlocker::setCommitOpTime and ↵Cheahuychou Mao2021-01-251-0/+12
| | | | setAbortOpTime not try to set completion promise if it is already set
* SERVER-52814 Serialize projection _id field to always equivalent projection specTed Tuckman2021-01-259-38/+197
|
* SERVER-53487: Add utilized fields in an inclusion projection based on ↵Hana Pearlman2021-01-258-16/+445
| | | | dependency analysis of pipeline after $unpackBucket
* Import wiredtiger: e39ffb554160de902060cd063c4b1547ff6d5e1e from branch ↵Chenhao Qu2021-01-2570-709/+2530
| | | | | | | | | | | | | | | mongodb-5.0 ref: 1e9c8aed12..e39ffb5541 for: 4.9.0 WT-6309 Add support for start/stop arguments to wt printlog command WT-6866 Refactor python backup tests initial base class WT-6946 Adding test tags to an initial set of test programs WT-7084 Fix assert in test code and a comment error WT-7109 Retain no longer supported configuration options for backward compatibility WT-7113 Integrate prototype tiered storage code into WT WT-7114 Revert Makefile code to always run the prototype script
* SERVER-53773 Enable featureFlagTimestampedUUID in 'all feature flags' variantsSergi Mateo Bellido2021-01-251-0/+7
|
* SERVER-53819 re-enable timeseries tests in causal consistency suitesBenety Goh2021-01-2412-10/+12
| | | | Adds tag for excluding tests from retryable passthrough.
* SERVER-53289: Adjusting time for all feature flags variantsCristopher Stauffer2021-01-241-1/+1
|
* SERVER-53289: Adjusting time for all feature flags variantsCristopher Stauffer2021-01-241-1/+1
|
* SERVER-53819 provide each test case in timeseries_min_max.js with unique ↵Benety Goh2021-01-241-3/+7
| | | | | | | collection name Supports dbhash background checking on system.views by ensuring each test case is represented by a separate document in system.views.
* SERVER-53816 time-series tests should be tagged with ↵Benety Goh2021-01-2410-11/+10
| | | | | | | 'assumes_no_implicit_collection_creation_after_drop' Time-series tests require custom collection creation options that are incompatible with the defaults in the collection drop JS hook in sharded collection passthroughs.