summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import wiredtiger: 4761fa3580dc3c9a90bfdeec4c2f6c6e83736d8d from branch ↵r4.4.19-rc2r4.4.19Luke Chen2023-02-162-6/+27
| | | | | | | | | mongodb-4.4 ref: bab09b31d3..4761fa3580 for: 4.4.19 WT-10584 Add missing read barriers in __cursor_skip_prev
* SERVER-73719 Comment out legacy sys-perf buildvariants v4.4dalyd2023-02-131-477/+477
|
* SERVER-66050 findSelfInConfig should attempt fast path for every HostAndPort ↵r4.4.19-rc1Matthew Russotto2023-02-1310-7/+167
| | | | | | before trying slow path (cherry picked from commit 0c0f80372c2adee56c16c106ec2711d39ea6b45f)
* SERVER-72512 SERVER-73636 Ensure validate surfaces index key inconsistencies ↵Dan Larkin-York2023-02-112-86/+150
| | | | | | | if they exist (cherry picked from commit c0e1438cad31e00372a9f9edaee80f9db5a4e8ed) (cherry picked from commit 2d90115a227572cc0f46b309ceb47dda6b740da3)
* SERVER-73706 Save WTRecordStoreUassertOutOfOrder fail point state to prevent ↵Gregory Wlodarek2023-02-101-3/+3
| | | | | | concurrency bugs in testing (cherry picked from commit 237c050c840b906a8d4b4cd48e7e71e219f72df4)
* SERVER-73481 Ensure validate detects out-of-order keys with {full: false}Gregory Wlodarek2023-02-103-9/+47
| | | | (cherry picked from commit 288fee69456c966751a49870eefead1b7fa6ae76)
* SERVER-71950 Fail and log the operation when out-of-order keys are detected ↵Gregory Wlodarek2023-02-101-10/+9
| | | | | | in WiredTiger (cherry picked from commit b2085e2d422278733bb6925614eb0c2f36348034)
* SERVER-73745 Zero initialize IndexKeyBucket structGregory Wlodarek2023-02-101-2/+2
| | | | (cherry picked from commit ceb331a7471e03038f72d9ba7d9d3ac9f9d80ada)
* SERVER-72825 [v4.4] Remove Outdated/Duplicate Entries for Multiversion Testsjames-hippler2023-02-101-2/+2
|
* SERVER-72677 Surface index validation errors arising from WT::verifyDan Larkin-York2023-02-104-16/+52
| | | | (cherry picked from commit 40c93f028e36f78c06756f4bfd358d240bdd9b34)
* SERVER-38232 Add RuntimeDirectory to mongod.serviceRyan Egesdahl2023-02-1010-35/+25
| | | | | | | (cherry picked from commit 1e5c67d6b9c80eda789fece2e1973a7f7c6cb7b0) (cherry picked from commit 8d463a6789d68e2fc39b93346152e1b4a626e14a) (cherry picked from commit 264b8fcfc71376d62ce7a33a4866b1c462569b85) (cherry picked from commit 75c39e4a6b213ac4a49cb85b5cca932eadc9a56d)
* Import wiredtiger: bab09b31d30af412bb5070c5f041346718fce35c from branch ↵Luke Chen2023-02-093-5/+78
| | | | | | | | | mongodb-4.4 ref: c1099d9093..bab09b31d3 for: 4.4.19 WT-10461 Fix key out of order in skip list on weakly ordered architecture
* SERVER-71969 Change sys-perf dsi compile-variant expansion v4.4dalyd2023-02-082-14/+14
|
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-02-0818-72/+289
| | | | | | | | This commit does 2 things: 1. Make sure that we register the migration source op observer hook in all paths where transactions transitions into prepare. 2. If we don't have the post image doc, fetch the latest doc from storage. (cherry picked from commit a20d97c8e30b805410d86ccdbeac2d3f05c407ba)
* SERVER-70427 Remove Chef+Kitchen package test infrastructureRyan Egesdahl2023-02-086-722/+0
| | | | | | (cherry picked from commit 09ca39216efd0c28c71144d25f55b72a9bba24a4) (cherry picked from commit 544d9e6c34b76575662d8ab5eec5d5e4247e93f2) (cherry picked from commit 3a50f68f565d4fda4120ab272153d1cf7394d4a3)
* SERVER-73106 Explicitly persist range deletion task with local write concernAntonio Fuschetto2023-02-031-1/+1
|
* SERVER-73232 Change the default log-verbosity for `_killOperations`Amirsaman Memaripour2023-02-021-1/+2
| | | | (cherry picked from commit cada8ff2bdf32b38170488f574d072a8a9c89545)
* SERVER-72620 ensure shard added to $indexStats for unsharded collectionsTyler Brock2023-01-302-1/+7
|
* SERVER-73183 Skip storageEngine option sanitization for inMemory modeYu Jin Kang Park2023-01-251-1/+2
| | | | (cherry picked from commit 1041a35afa2d66094e6b51894871f990b0f9f0f3)
* SERVER-68122 Remove encryption from storageOptions on secondary replicationYu Jin Kang Park2023-01-2515-5/+212
| | | | (cherry picked from commit ef120ac5552574fb9b84d36d842ead8519588c31)
* SERVER-73256 Disable rolling_index_builds_interrupted.js from running on ↵Gregory Wlodarek2023-01-241-0/+6
| | | | single phase index build variants
* SERVER-73176: Only print actual error message in getHostFQDNsr4.4.19-rc0Adi Zaimi2023-01-231-2/+4
|
* Import wiredtiger: c1099d90937b0beb39e78d31b5674e25f5dd04ca from branch ↵Luke Chen2023-01-234-12/+233
| | | | | | | | | mongodb-4.4 ref: c2114ce2b1..c1099d9093 for: 4.4.19 WT-9763 Return EBUSY if the time window of inserting record does not match with history store time window (v5.0 backport)
* Import wiredtiger: c2114ce2b1c40599892dc244e0fe1b5c35f9e296 from branch ↵Luke Chen2023-01-232-1/+20
| | | | | | | | | mongodb-4.4 ref: 671cb6e1d5..c2114ce2b1 for: 4.4.19 WT-9323 Fix a race tracking whether a tree has updates after a checkpoint
* Import wiredtiger: 671cb6e1d5617e0f18452e69016830fb2bacba53 from branch ↵Luke Chen2023-01-232-2/+2
| | | | | | | | | mongodb-4.4 ref: 4c5b256a1f..671cb6e1d5 for: 4.4.19 WT-10291 Only run test format failure configs once
* SERVER-72535 BACKPORT-14491 Disallow creating the 'admin', 'local', and ↵Jordi Serra Torrens2023-01-202-6/+61
| | | | 'config' databases with alternative casings on sharded clusters
* SERVER-67795: Add serverstatus counters for updateMany, deleteMany calls(v4.4)Adi Zaimi2023-01-186-11/+166
|
* SERVER-63271 Skip appending the watchdog section to serverStatus if watchdog ↵Yuhong Zhang2023-01-181-1/+5
| | | | | | | is not enabled (cherry picked from commit 6d429374fbe31b67ec0303151ebc5ec01159eee5) (cherry picked from commit 80187a3dd27d3ee77f9f73f2afa51c1c5728d9d5)
* Revert "SERVER-69982 packaging broken (missing systemd) for amazon linux 1"Juan Gu2023-01-171-2/+16
| | | | This reverts commit 3d0699faa66b414f5d6e86514c609ecc04d57a3d.
* SERVER-71769 Add a new log message when a secondary node is skipping a ↵Gregory Wlodarek2023-01-104-34/+144
| | | | | | two-phase index build (cherry picked from commit fe2d44ca11588c665d17a164ac2c9aed2c24adfb)
* SERVER-69982 packaging broken (missing systemd) for amazon linux 1Juan Gu2023-01-091-16/+2
| | | | (cherry picked from commit ca697ff471204af2973cd7db6102e96641c2436b)
* Revert "SERVER-69982 packaging broken (missing systemd) for amazon linux 1"Juan Gu2023-01-061-0/+8
| | | | This reverts commit a756768c63d4580aa799c2f8778cbdfd1fbd048d.
* SERVER-72223: Disallow majority reads from reads_during_catchup.js for ↵Lingzhi Deng2023-01-051-1/+2
| | | | ephemeralForTest
* SERVER-61032 Remove `PATH` variables when executing GDBRyan Egesdahl2022-12-281-2/+1
| | | | | (cherry picked from commit 736a3ebe7241a0fbec8734d66b75e74697ce42a5) (cherry picked from commit beb51a7c2e7dc26f31f870e59bd5b9e839392fa1)
* SERVER-61032 Fix hang_hanalyzer $PATHRyan Egesdahl2022-12-281-2/+2
| | | | | (cherry picked from commit 682f784e93b1602f0dcd74115e2105e1433857f5) (cherry picked from commit 6da1c8ecb87cbf421054a1b426c14d36481df27f)
* SERVER-61032 Ensure all current references to GDB are for v3 toolchainRyan Egesdahl2022-12-282-3/+3
| | | | | (cherry picked from commit 65cf760916f7fe0e3d06f5e06a53e0a96b24d947) (cherry picked from commit f7cb4b6b001045eb51465bfdd232d1c6852df8ab)
* SERVER-70553 Add module support to jstestsAlexander Neben2022-12-276-6/+10
|
* SERVER-72288: microbenchmark tests fail after Enable M1 Mac support for DSIMridul Augustine2022-12-221-1/+1
| | | | (cherry picked from commit 9ac3279cc3459b31a597ed4659e07ad93f073d8f)
* SERVER-72276 Removing outdated entreies for multiversion tests (#1511)Aaron Morand2022-12-211-2/+0
|
* SERVER-72222 fix mapReduce single reduce optimization in sharded clustersDavis Haupt2022-12-212-41/+97
|
* SERVER-71436 Range deleter must not aggressively spam the log when shard key ↵Pierlauro Sciarelli2022-12-211-6/+14
| | | | index not found
* SERVER-72294 Migrated all uses of suse12 to suse12-sp5Alexander Neben2022-12-211-8/+8
|
* SERVER-72136 Cast 'numShardedCollections' to 'size_t' in ↵Pol Pinol Castuera2022-12-201-1/+2
| | | | sharding_server_status.cpp
* Import wiredtiger: 4c5b256a1fd4cb08ba970b2eb998a16b0aee6f86 from branch ↵Luke Chen2022-12-194-7/+29
| | | | | | | | | mongodb-4.4 ref: b4da1f016d..4c5b256a1f for: 4.4.19 WT-9599 Acquire the hot backup lock to call fallocate in the block manager
* Import wiredtiger: b4da1f016dc9e7f83f85f0b5622848a3cc77143a from branch ↵Luke Chen2022-12-193-2/+107
| | | | | | | | | mongodb-4.4 ref: 57a7e6bd1c..b4da1f016d for: 4.4.19 WT-8234 Prevent eviction of internal pages while reconciling leaf pages which could refer to their memory.
* SERVER-65259 fix cursor leak in aggregation that requires merging on shardMickey. J Winters2022-12-162-7/+105
| | | | (cherry-picked from commit 7f40c171562cb8de1dfae04368ca54e44a193f96)
* SERVER-72170 Remove sys-perf 1 day history variant from sys-perf-4.4dalyd2022-12-161-24/+0
|
* SERVER-72143 Fix sys-perf logkeeper links on 4.4dalyd2022-12-151-2/+2
|
* SERVER-72140 - Remove move_chunk_large_chunk_map_workloads task from v4.4Ahmad Shah2022-12-151-1/+0
|
* SERVER-71449 log_successs_msg: not foundAbdulrahmanKanaan2022-12-131-1/+1
| | | | | | | | | | | | | when using service status command fixing "/etc/init.d/mongodb: 251: log_successs_msg: not found" error spelling mistake "log_successs_msg" to "log_success_msg" Closes https://github.com/mongodb/mongo/pull/1500 Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com> (cherry picked from commit 852d4db7d0988d5e06129232d912e6c9bbe43e6d) (cherry picked from commit 37a912f55bda0e444124207812e95bbccfa04f73) (cherry picked from commit ed2e0d8c34ebeada484efaab3f8210eba617cdef)