summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65319 Count explicit use of allowDiskUse:falseRomans Kasperovics2022-05-035-73/+81
|
* SERVER-64194 Add test coverage for refreshFromStorageIfNeeded() for a ↵Sanika Phanse2022-05-021-0/+113
| | | | | | retryable internal transaction with write statements with kUninitializedStmtId (cherry picked from commit 500de2dcb8dacdac28ba3258ff8143883f087337)
* SERVER-66104 Make internal_transactions_transient_error_after_setFCV.js ↵Cheahuychou Mao2022-05-021-2/+1
| | | | | | | | check for InternalTransactionNotSupported in writeErrors instead InternalTransactionNotSupported is no longer a transient transation error so it is returned as a write error instead of as a top-level error
* SERVER-66104 Not label InternalTransactionNotSupported as a transient ↵Cheahuychou Mao2022-05-021-0/+12
| | | | | | transaction error (cherry picked from commit 3bef8610d3274be1e758b146008abdc103e7792c)
* SERVER-66029 Fix lifetime of timers in refineCollectionShardKey transaction ↵Jack Mulrow2022-05-021-42/+43
| | | | | | callback (cherry picked from commit 5cf29656a8c3a61fb1696efdf8ddad69ca5855dd)
* SERVER-65439: Conditionally set multikey paths when indexing recordsChristopher Caplinger2022-05-024-0/+72
| | | | (cherry picked from commit 51b92630cc5a6448de092c1c6a38c70d702c5153)
* SERVER-66070 MigrationSourceManager::getMigrationStatusReport must expect ↵Pierlauro Sciarelli2022-05-021-6/+8
| | | | optional max bound
* SERVER-65436 Make autosplit_setFCV_downgrade_from_60.js set the FCV back to ↵Cheahuychou Mao2022-04-301-0/+1
| | | | latest during teardown
* SERVER-66080 SimulateCrash hook waits for mongod to stop before copying data ↵Gregory Wlodarek2022-04-291-2/+11
| | | | | | files (cherry picked from commit f121c23374f7d95717a4686033d034e056ac2198)
* SERVER-65808 support $search as subpipeline of $lookup with ↵ruslan.abdulkhalikov2022-04-291-13/+8
| | | | | | localField+foreignField (cherry picked from commit 736d9efe5ef102c2d4e5de5d268787030cd4c346)
* SERVER-65961 Copy only BSON types during yielding of SBE plansNikita Lapkov2022-04-2912-30/+66
| | | | (cherry picked from commit a88230980fbeefa27f3b7cc07776650c6dfdb49f)
* SERVER-65993 Make internal transaction concurrency workloads create test ↵Cheahuychou Mao2022-04-291-0/+2
| | | | | | collection in the setup phase with w: majority (cherry picked from commit dc51c89abfef9f4202f9cb3cbe32674439f7e9f6)
* SERVER-65988 Make TransactionCoordinator log full session idsCheahuychou Mao2022-04-292-20/+20
| | | | (cherry picked from commit ba809f2d9088a863fd8de2f675029f117e87d9fc)
* SERVER-65640 Add concurrency workload that performs resharding while there ↵Cheahuychou Mao2022-04-297-21/+209
| | | | | | are active internal transactions started using test command (cherry picked from commit e4bb8a12180f0263c28b3da60eb7e7537faab202)
* SERVER-64986 Make maxClusterTime not default to null timestmapCheahuychou Mao2022-04-291-1/+1
| | | | (cherry picked from commit 0157495746bb4c0c1f6c19ece2b39ecb61748f30)
* SERVER-64986 Make internal transactions concurrency workloads retry ↵Cheahuychou Mao2022-04-293-7/+23
| | | | | | testInternalTransactions commands that are run as retryable writes (cherry picked from commit c8e87a7de952d4dfeee3141f62dbebc6c8697187)
* SERVER-64986 Add concurrency workloads that test internal transactions using ↵Cheahuychou Mao2022-04-2910-13/+735
| | | | | | test command (cherry picked from commit 5da689d92cffe1cdd42c6b8ee36c22e7b892d911)
* SERVER-65788 Do not hold Global lock when calling startDataReplicationMatthew Russotto2022-04-292-3/+12
| | | | (cherry picked from commit 67a207b72111d9a03ac5457f042a66b92bd842eb)
* SERVER-64627 Refactor onInitialSyncComplete and onStartupRecoveryComplete ↵Vesselina Ratcheva2022-04-2919-73/+119
| | | | | | into new sharding hook that also works with FCBIS (cherry picked from commit 14e04b0acc27f7d7092eb93bf1b2666c50226d06)
* Import wiredtiger: 396f9004282cf8a8d8d7580dfea065ca0352f3d8 from branch ↵Luke Chen2022-04-2911-136/+138
| | | | | | | | | | mongodb-6.0 ref: 5003f657b0..396f900428 for: 6.0.0-rc4 WT-8234 Prevent eviction of internal pages while reconciling leaf pages which could refer to their memory WT-9177 Fix deadlock with checkpoint waiting for transactions to complete
* SERVER-66041 Chunk cloner must never consider `too big` a chunk with only ↵Pierlauro Sciarelli2022-04-291-1/+1
| | | | one document
* SERVER-65436 Create FSM workload to test chunk splitting on downgradeAllison Easton2022-04-291-0/+128
| | | | | | | | (cherry picked from commit 9ecc0667d496e0d8de81460c736623016775d196) SERVER-65911 Disable autosplit_setFCV_downgrade_from_60.js on multiversion (cherry picked from commit 1a3dcd8bf083bb2800211b66a49cbcc65cc0b6bd)
* SERVER-66009 Avoid use of mongo process interface if search is in an update ↵Ted Tuckman2022-04-282-1/+5
| | | | pipeline
* SERVER-65773 Improved MozJS error handlingMohammad Dashti2022-04-286-6/+141
| | | | (cherry picked from commit 6808bcf11efcb0b2e1af095093803a61326cb4c6)
* SERVER-66049 add csfle push task to AL2 ARMJon Streets2022-04-281-1/+1
| | | | (cherry picked from commit 1423d114a13b61754744c73cf18d794b81e9b87f)
* SERVER-66032 Secondary oplog application failure for prepared internal ↵Cheahuychou Mao2022-04-281-1/+4
| | | | | | transactions that span an FCV change (cherry picked from commit ef9865164e5932a636b11b5373f3c4b38a490df6)
* SERVER-65998 Fix expected document in random_moveChunk_update_shard_key.jsCheahuychou Mao2022-04-281-2/+3
| | | | (cherry picked from commit f9a606edcc48f2de1cacd203ab1f5e08d014dfbc)
* SERVER-61782 SERVER-63835 Use futures in transaction API run implementation ↵Jack Mulrow2022-04-2815-399/+352
| | | | | | and simplify construction (cherry picked from commit 06252c6c7d4e5f6afd5a216547e8793c4bedc740)
* SERVER-66054 Internal transactions in jstests/multiversion are not running ↵Cheahuychou Mao2022-04-287-11/+2
| | | | on evergreen
* SERVER-65929 Avoid profiling overhead in aggregation over SBE find when not ↵Irina Yatsenko2022-04-281-1/+3
| | | | | | actually profiling (cherry picked from commit a1f721cd6b388b590b7f7c0ed6f04578093cd8c9)
* SERVER-66044 Fix feature flag assertion in ↵Rui Liu2022-04-281-3/+2
| | | | | | lookup_unionWith_subpipeline_local_read.js (cherry picked from commit d40ef71d68e67e4b55ffc8c1274a38ed4ead1f97)
* SERVER-64514 Blackduck check return code, update third_party_components.ymlMark Benvenuto2022-04-282-5/+7
| | | | (cherry picked from commit b4fd6d05d73b7a15443328514259f5c2b04073f1)
* SERVER-65922 Allow duplicate keys to be inserted before the index build with ↵Yuhong Zhang2022-04-282-4/+54
| | | | | | the `prepareUnique` option commits (cherry picked from commit b61476a952e1297436c8d9dbd72fc8d4f8b10da4)
* SERVER-65922 Disallow `unique` and `prepareUnique` to exist in the index ↵Yuhong Zhang2022-04-283-7/+33
| | | | | | spec together (cherry picked from commit fcb9d766b6f66e6a9cfabe1795c1e9d43465b151)
* SERVER-66017 Always include operationDescription in v2 resume token for ↵Arun Banala2022-04-281-9/+6
| | | | | | rename events (cherry picked from commit 6d0743c76fd5c7fc7aa018ac043e3adc983a7c16)
* SERVER-64285 Create indexes on `config.rangeDeletions`Allison Easton2022-04-284-6/+75
| | | | (cherry picked from commit 0d1f974d015f3e527f66d0dd6d1e623dc43571e6)
* SERVER-65071 remove resmoke gRPC integrationRobert Guo2022-04-2833-1032/+33
| | | | (cherry picked from commit 9563cadc7d74f9739e93f33142fc6ea607ec7d4c)
* SERVER-64803 Check for C99 libc headers during buildRyan Egesdahl2022-04-272-4/+65
| | | | (cherry picked from commit 8e9d52279220f790eb1aac6e64679b8cf11501a2)
* SERVER-66013 change CSFLE ARM build host from x86 to ARMr6.0.0-rc3Jon Streets2022-04-271-1/+1
| | | | (cherry picked from commit 8f3c0917a06575fde0ee04a43b11d3e36d73bc57)
* SERVER-65501 Re-start interleaved object compression when scalar field is ↵Henrik Edin2022-04-272-8/+144
| | | | | | | | encountered as object This makes the behavior the same as when going from object to scalar. (cherry picked from commit 8566a0723be819ade9a79b5c5c4d60590e4a895e)
* SERVER-65944 Add csfle build and push to Ent RHEL 8 x86Jon Streets2022-04-271-0/+5
| | | | (cherry picked from commit c5b934f586dba4c01a65b0a7830a4d15f8cf6614)
* SERVER-64332 skip macos notarization for archives which don't exist.Daniel Moody2022-04-271-4/+8
| | | | (cherry picked from commit 92e728ced8820a3589f2b1a805b6f7a4effcfec5)
* SERVER-63864 Add tests to validate change stream namespace and operationType ↵Arun Banala2022-04-274-74/+939
| | | | | | rewrites for newly added events (cherry picked from commit 7e8ebefc2f35671a68d7bfdb0658cb6f2d69f431)
* SERVER-65532 Avoid calls to fillOutSecondaryCollectionsInformation() in ↵Ruoxin Xu2022-04-271-19/+8
| | | | | | PrepareExecutionHelper (cherry picked from commit c516a8fc886219c1ef6e9a4eb30cf2cfadda8ee9)
* SERVER-65811 Adjust set of expected errors in ↵Paolo Polato2022-04-271-7/+7
| | | | | | migration_coordinator_abort_failover.js (cherry picked from commit f08cda52ec0e3cbe6ffea30848179ef8641d5f34)
* SERVER-65386 Change add shard behavior to absorb shard cluster's parameters ↵Marcos José Grillo Ramirez2022-04-275-59/+325
| | | | | | when promoting first RS to shard (cherry picked from commit c78b6a067da0f6bc123f839f0f62bea64d8adf66)
* SERVER-63344 Avoid cloning the SBE tree inside the plan cache mutexRuoxin Xu2022-04-276-141/+237
| | | | (cherry picked from commit 2c0f447cffcf29c906589ca1c17aa9c0739e3e5b)
* SERVER-65085 SBE plan cache entries can be incorrectly reused after a ↵Denis Grebennicov2022-04-273-14/+34
| | | | refineCollectionShardKey operation
* SERVER-64817 Compute missing bound of moveRange within MigrationSourceManagerPierlauro Sciarelli2022-04-2717-358/+398
|
* SERVER-65705 avoid division by zero in ShardsvrGetStatsForBalancingTommaso Tocci2022-04-271-1/+1
| | | | (cherry picked from commit 1aa6b2bba7b60fd4ffbcaf1c7c9c5a23a09718a0)