summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* STAR-2531 Bump commit for the 6.1.0 GA releaseSTAR-2531Aaron Morand2022-10-041-0/+1
|
* SERVER-69389 Populate shadow collection catalog on clean shutdownr6.1.0-rc4Gregory Noma2022-10-035-20/+20
| | | | (cherry picked from commit 5457b4527960627071d26310111b29510105d42f)
* SERVER-60753 Skip removing index build entries explicitly from ↵Gregory Wlodarek2022-10-032-2/+8
| | | | | | 'config.system.indexBuilds' when recovering from the oplog as a standalone (cherry picked from commit c7f9bb9676a8859a21aaea5fdd81e23a4e9d79e8)
* SERVER-68371 Allow search queries to pass through query analysisJacob Evans2022-10-031-3/+3
|
* SERVER-66737 performing reads for retryable writes should not be recorded in ↵Sophia Tan2022-09-302-2/+158
| | | | Operation Metrics
* SERVER-68394 Ensure we do not yield strong locks upon startup recovery when ↵Faustoleyva542022-09-301-0/+4
| | | | _id index is missing
* SERVER-68115 Do not drop empty path component from elemMatch path during ↵joshua2022-09-305-59/+58
| | | | index selection
* SERVER-69530 Skip sharding DB check during index buildsJordi Olivares Provencio2022-09-281-1/+5
|
* SERVER-69700 Await secondaries' readinessAbdul Qadeer2022-09-271-0/+6
| | | | (cherry picked from commit 6eaf0ea0d0bf24a0d7cfe97c7de7070b3b1baa7e)
* Import wiredtiger: 0e90362a6e0ec654480da2ffce384c6b53a06be6 from branch ↵r6.1.0-rc3Luke Chen2022-09-264-21/+218
| | | | | | | | | mongodb-6.1 ref: 0af906ba58..0e90362a6e for: 6.1.0-rc3 WT-9870 Fix the global time window state before performing rollback to stable (#8280) (#8288)
* Import wiredtiger: 0af906ba5866a9dd3de643e1daf8d983028f88f4 from branch ↵Luke Chen2022-09-262-3/+8
| | | | | | | | | mongodb-6.1 ref: b12072d37a..0af906ba58 for: 6.1.0-rc3 WT-9863 - Downgrade assertion in __hs_delete_reinsert_from_pos (#8268)
* SERVER-69001: Have initial sync persist its last oplog time into the ↵Daniel Gottlieb2022-09-213-143/+68
| | | | | | minvalid document. (cherry picked from commit ff2fffdf496ac1bc039cd8c84024cc6159cf80b6)
* SERVER-69793 Disable memory underflow check in the query systemNikita Lapkov2022-09-212-16/+12
| | | | (cherry picked from commit 4d58e73a530c35a43c62cebb0d827f6cd03e8a29)
* SERVER-68139: Test resharding success with limited memorynandinibhartiyaMDB2022-09-214-7/+61
| | | | (cherry picked from commit 901ce6eed061d21df66d82ded539d294da6d3de4)
* Revert "SERVER-67464 Add base64url encode/decode"Varun Ravichandran2022-09-206-303/+65
| | | | | | This reverts commit ef8c3a1546b72894360dab8e3121434ba306c884. (cherry picked from commit b97bcd00e8b8b4ebf3988feb6eea288b705bf00c)
* Revert "SERVER-65843: Feature flag for OIDC authentication spike"Varun Ravichandran2022-09-202-53/+0
| | | | | | This reverts commit efde5e5d4aa90df5ea9543a25fd954ece536c608. (cherry picked from commit ec2724c6a4cb6582d710f450714398c8bd6a70fb)
* Revert "SERVER-67552: Creates a generic RsaPublicKey class that serves as a ↵Varun Ravichandran2022-09-205-193/+0
| | | | | | | | wrapper around RSA public key material in OpenSSL." This reverts commit 8f895e99ade9d42f015595a60500bb694b9027ce. (cherry picked from commit bc19fa9af32e8c015f0f58a5455b91196487a490)
* Revert "SERVER-67660 Add JWKManager"Varun Ravichandran2022-09-208-354/+17
| | | | | | This reverts commit 338cdd44e47e18ec40fae28d41de2d3822c28136. (cherry picked from commit ba91e172b1ab0430b8bc72720b510d595069968d)
* Revert "SERVER-67551: Asymmetric Key class"Varun Ravichandran2022-09-209-535/+0
| | | | | | This reverts commit b6f2d94e35f0c6f4b00cd68077510f697f354122. (cherry picked from commit 489dcc7c682900bfa7483a83532b6ed55dcf9006)
* SERVER-67653 don't initiate critical section if remainingMillis is omittedAndrew Witten2022-09-202-7/+64
| | | | | | | | (cherry picked from commit abd6330d793235c8fbc5de7bf3ec53855ebea9d3) SERVER-69693 use lambda instead of repeating code (cherry picked from commit dd9d37fa07a7af46ac4ee8dabeb235dc9571afb0)
* SERVER-69005 $internalBoundedSort should not accept empty sort patternMatt Boros2022-09-201-0/+4
| | | | (cherry picked from commit a14ebbf41e0ae4346e806e1ac5d7a3fdaa42d529)
* SERVER-69785 robustify change_streams_per_shard_cursor.jsMickey. J Winters2022-09-201-7/+7
| | | | (cherry-picked from 1219ff764c932f16a68c7ba1afd9b925f9f876c8)
* SERVER-67715 escape $changeStream regexKyle Suarez2022-09-194-4/+82
| | | | (cherry picked from commit c9fe899fff347770c0e30fa0272f6157be6676a8)
* SERVER-69584 Pass ConnectionMetrics by shared_ptrVojislav Stojkovic2022-09-1911-21/+33
| | | | (cherry picked from commit f81093713522be99a93571f0f3e5f0e16c4db600)
* SERVER-69611 Set the -ffp-contract=off compiler option by defaultJosef Ahmad2022-09-192-0/+56
| | | | (cherry picked from commit d8901a2835d3f464d394631d85dc7aa9493fc095)
* SERVER-68003 Make experiment_unified_ninja.vars the defaultTausif Rahman2022-09-198-73/+207
| | | | | (cherry picked from commit 41d0a45aaf90b8e4e9a91f13a72e5623ecd963c4) (cherry picked from commit 6e2d63630ee90db15b7b122aba1b8c538357a0df)
* Import wiredtiger: b12072d37a533c8f57b65beb00020ba099e75505 from branch ↵Luke Chen2022-09-1911-157/+597
| | | | | | | | | mongodb-6.1 ref: 3b7547744a..b12072d37a for: 6.1.0-rc3 WT-9805 Save the updates need to be deleted from history store and delete them later (#8262)
* Import wiredtiger: 3b7547744a48b59e8efee92083c4832a550e5340 from branch ↵Luke Chen2022-09-193-3/+173
| | | | | | | | | mongodb-6.1 ref: 2a3bf2949e..3b7547744a for: 6.1.0-rc3 WT-9792 Fix RTS to remove globally visible update of the data store update from the history store (#8261)
* STAR-3029 Updated the FCV constant in the logkeeper snapshot workload for ↵Aaron Morand2022-09-161-5/+5
| | | | 6.1 (#1492)
* SERVER-69707 Fix undefined slot error for $group with conditional expressionYoonsoo Kim2022-09-162-17/+263
| | | | (cherry picked from commit 8e990303de72e04600770082e41aec92f6221c8b)
* SERVER-68680 Avoid deadlocks when recursively invoking `opportunisticRead/Write`Amirsaman Memaripour2022-09-153-2/+33
| | | | (cherry picked from commit e884fbf3ac392ca01d080f68beb96328c7ae4c60)
* SERVER-68783 Disambiguate 0 time estimate from no estimate in reshardingr6.1.0-rc2Brett Nawrocki2022-09-1319-117/+328
| | | | (cherry picked from commit 54dfa66ba84af002a0b43d2b7f49e0a8119f6c55)
* SERVER-69399 Wait for primary after replica set restart in ↵Allison Easton2022-09-131-0/+3
| | | | | | disable_resumable_range_deleter.js (cherry picked from commit ddc6e3f3d2ec0288310807141da94ba24d79fb2b)
* SERVER-69207 Coverity fix use after moveSergi Mateo Bellido2022-09-121-1/+1
| | | | (cherry picked from commit 310dd9f04ad50187706ae5e839a68171b356dbf0)
* Import wiredtiger: 2a3bf2949e4e75dab96fc0e8fb1c1fd67eb243c3 from branch ↵Luke Chen2022-09-093-182/+4
| | | | | | | | | mongodb-6.1 ref: 672be218bf..2a3bf2949e for: 6.1.0-rc2 Revert "WT-9792 Fix RTS to remove globally visible update of the data store update from the history store (#8240)" (#8253)
* Import wiredtiger: 672be218bfa99c082c1bcd62f53bf1ad2211239e from branch ↵Luke Chen2022-09-092-3/+6
| | | | | | | | | mongodb-6.1 ref: 30c7dcaef3..672be218bf for: 6.1.0-rc2 WT-9838 Allow checkpoint when creating first object. (#8250)
* Import wiredtiger: 30c7dcaef3d9593e1985eed2132c39d0d4f1b66a from branch ↵Luke Chen2022-09-092-3/+1
| | | | | | | | | mongodb-6.1 ref: 987bc122e7..30c7dcaef3 for: 6.1.0-rc2 WT-9841 Fix tracking of live_open variable, so it works both in diagnostic and non-diagnostic mode (#8252)
* Import wiredtiger: 987bc122e766ff2147e512b05e42a8434ccf1924 from branch ↵Luke Chen2022-09-092-7/+21
| | | | | | | | | mongodb-6.1 ref: 8be0aa4ba3..987bc122e7 for: 6.1.0-rc2 WT-9405 Fix segfault when opening history store cursor during rollback (#8239)
* Import wiredtiger: 8be0aa4ba3878c34dbcd956e12ecc44cba094f30 from branch ↵Luke Chen2022-09-092-1/+9
| | | | | | | | | mongodb-6.1 ref: fe32af9801..8be0aa4ba3 for: 6.1.0-rc2 WT-9839 Disable stress testing in test_tiered08. (#8251)
* Import wiredtiger: fe32af9801bbfe192afeca271072250f35af6160 from branch ↵Luke Chen2022-09-099-76/+190
| | | | | | | | | mongodb-6.1 ref: c4fa0f7511..fe32af9801 for: 6.1.0-rc2 WT-9457 Preserve ckpt_most_recent value across restart (#8245)
* Import wiredtiger: c4fa0f7511202f4b9908e0b70a444197dddd07c2 from branch ↵Luke Chen2022-09-093-4/+182
| | | | | | | | | mongodb-6.1 ref: 2537dbfc79..c4fa0f7511 for: 6.1.0-rc2 WT-9792 Fix RTS to remove globally visible update of the data store update from the history store (#8240)
* Import wiredtiger: 2537dbfc7938d44113f355000c677bc8badb2969 from branch ↵Luke Chen2022-09-0921-166/+180
| | | | | | | | | mongodb-6.1 ref: fc5838e909..2537dbfc79 for: 6.1.0-rc2 WT-9143 Refactor and review existing CppSuite bounded cursor stress for improvement (#8223)
* Import wiredtiger: fc5838e9095b279533f151b03dc31ff2f3756b00 from branch ↵Luke Chen2022-09-097-133/+166
| | | | | | | | | mongodb-6.1 ref: c004346e10..fc5838e909 for: 6.1.0-rc2 WT-9816 Add session_flush_tier_readonly for readonly connections. (#8242)
* Import wiredtiger: c004346e10b186c1ecea4a1ee3186619666c9c17 from branch ↵Luke Chen2022-09-0916-226/+245
| | | | | | | | | mongodb-6.1 ref: bb64c7cdca..c004346e10 for: 6.1.0-rc2 WT-7833 wt_btree_switch_object needs to coordinate with concurrent write requests to btree (#8044)
* Import wiredtiger: bb64c7cdcac3638b66ecea5c240df1448d409ab8 from branch ↵Luke Chen2022-09-095-79/+251
| | | | | | | | | mongodb-6.1 ref: cfb48c05eb..bb64c7cdca for: 6.1.0-rc2 WT-9751 Fix memory leak if we fail eviction in single page rewrite (#8214)
* Import wiredtiger: cfb48c05ebcc12aa122d245430dbda07c5f0513a from branch ↵Luke Chen2022-09-094-4/+206
| | | | | | | | | mongodb-6.1 ref: e217c5727a..cfb48c05eb for: 6.1.0-rc2 WT-9781 Fix search near exact edge case with bounded cursor (#8231)
* Import wiredtiger: e217c5727a0922118d3d294729864605c2e8bacc from branch ↵Luke Chen2022-09-0910-17/+49
| | | | | | | | | mongodb-6.1 ref: 0ac82ac3fb..e217c5727a for: 6.1.0-rc2 WT-9758 Only reset cursor bounds when calling cursor reset externally (#8208)
* Import wiredtiger: 0ac82ac3fb889ed948dcb23ef77b3cd82d6de935 from branch ↵Luke Chen2022-09-092-16/+28
| | | | | | | | | mongodb-6.1 ref: e605c3eee1..0ac82ac3fb for: 6.1.0-rc2 WT-9799 Only reconfigure every 2+ seconds. (#8233)
* Import wiredtiger: e605c3eee1daaf355d7a498dd3dc89036c43c2d8 from branch ↵Luke Chen2022-09-094-36/+38
| | | | | | | | | mongodb-6.1 ref: 064bbe0878..e605c3eee1 for: 6.1.0-rc2 WT-9591 Adapt to LLVM v9.0+ for a Symoblizer call (#8198)
* Import wiredtiger: 064bbe0878ef559d76339d7812ef141e89436eaa from branch ↵Luke Chen2022-09-093-4/+235
| | | | | | | | | mongodb-6.1 ref: dd3f4cb274..064bbe0878 for: 6.1.0-rc2 WT-9772 Fix RTS to abort the updates using the recovered checkpoint snapshot (#8229)