summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65718 Fix mypy errorr4.4.14-rc0r4.4.14Mikhail Shchatko2022-04-181-0/+1
| | | | (cherry picked from commit f75812f03d58aa1fa0755aaef0f29e33853fb67a)
* Import wiredtiger: a0eaa7957bb8ac7eca814b89fa406c17f857095b from branch ↵Etienne Petrel2022-04-1823-165/+507
| | | | | | | | | | | | | | | mongodb-4.4 ref: 638aa27c3f..a0eaa7957b for: 4.4.14 WT-8362 Remove or rewrite HS entries of a key when OOO tombstone is written to datastore WT-8450 Report stats in hs_cleanup_stress, don't validate them WT-8708 Fix timestamp usage error in test/checkpoint WT-8824 Disable code coverage measurement on mongodb-4.4 WT-8879 Set the OOO flag when the selected tombstone is globally visible WT-8909 Disable cpp test search_near_01 on 4.4 WT-8924 Don't check against on disk time window if there is an insert list when checking for conflicts in row-store
* SERVER-56003 use separate run icecc scripts for multiple ninja file builds.Daniel Moody2022-04-132-2/+13
| | | | (cherry picked from commit fc2b624564c1ec4f7d27c98e5a0074920e7ee5a1)
* SERVER-64757 Improve error messages when scons fails to generate-ninja on ↵Richard Samuels2022-04-131-1/+4
| | | | | | Windows (cherry picked from commit 4db485642f9d1d3675308e8415da27c4ef212b79)
* SERVER-55429 Add timeout to migrations when waiting for range deletions on ↵Marcos José Grillo Ramirez2022-04-1225-22/+126
| | | | | | intersecting ranges (cherry picked from commit 69ff1f7fc8d17a424985df906215d4d23cd7710a)
* SERVER-65421 Fix package test failures on RHEL 6/7Brian McCarthy2022-04-111-0/+27
|
* SERVER-65422 Fix package test failures on Ubuntu 16.04Brian McCarthy2022-04-111-0/+7
|
* SERVER-64983 Abort transaction after releasing Client lockDaniel Gómez Ferro2022-04-113-19/+59
|
* SERVER-64410 Add ability to defer merge sort in pipelineTed Tuckman2022-04-088-9/+183
|
* SERVER-65033Shreyas Kalyan2022-04-081-0/+1
| | | | | (cherry picked from commit f909fbe1731e0e04a3a4e48edc032530ac6499ea) (cherry picked from commit 2bbc15e7a70cde042c6d23954a7a3032275ddfc4)
* SERVER-64554 the abortIndexBuild oplog entry drops unfinished indexes when ↵Gregory Wlodarek2022-04-071-2/+33
| | | | | | run with --recoverFromOplogAsStandalone (cherry picked from commit 52e9dc623220c1467b075cca141eb4113e792117)
* SERVER-62229 Allow applying index build abort entry when in ↵Pavi Vetriselvan2022-04-061-1/+2
| | | | | | recoverFromOplogAsStandalone mode (cherry picked from commit bb6c77de8123856e9eb6bcc4f47479d9e37ddbd7)
* SERVER-57000 Fix handling of correlated pipeline with facetsamontea2022-04-016-1/+109
|
* SERVER-52724 ↵Gregory Wlodarek2022-03-291-2/+2
| | | | | | 'ttl_monitor_does_not_unregister_index_during_collection_creation.js' waits for two TTL passes as opposed to one (cherry picked from commit 145a48bf2fdddbc44fdea4ab9c0a5475ed1bb1b7)
* Import wiredtiger: 638aa27c3f2893cfb422791b264a71459539e036 from branch ↵Luke Chen2022-03-2432-233/+549
| | | | | | | | | | | | | | | | | | | | mongodb-4.4 ref: 9698fc6dd7..638aa27c3f for: 4.4.14 WT-8074 Panic in reconciliation if inserting content into the history fails WT-8149 Updating metadata salvage csuite test to handle salvaging table metadata without salvaging file metadata WT-8198 Switch the bulk load cursor to a scratch buffer WT-8270 Updating the time window clear obsolete stage of reconciliation to correctly consider global visibility. WT-8422 Clear the on-disk cell time window if it is obsolete WT-8598 Avoid checkpoint cleanup always on shutdown WT-8649 WT_SESSION methods cannot release scratch buffers unless reset or closing WT-8743 Configure hs_cleanup configuration to stress the cache less WT-8753 Add tombstone when rolling back in-memory, prepared, reconciled updates WT-8799 Disable documentation update on mongodb-5.0 WT-8874 Disable compatibility tests on mongodb-5.0 WT-8894 Find the path to the mongod executable for many-collection-test
* SERVER-64772 Don't finish index build before stepdown in ↵Gregory Wlodarek2022-03-231-44/+35
| | | | index_killop_after_stepdown.js
* SERVER-58310 Always hold `_mutex` before modifying `CallbackState::callback`Amirsaman Memaripour2022-03-111-2/+9
| | | | (cherry picked from commit a9bec8a996b1d8fd6d3e28b200d8483f9a944bcb)
* SERVER-64304 Prevent a server crash due to index builds started when using ↵Gregory Wlodarek2022-03-104-4/+22
| | | | | | the --recoverFromOplogAsStandalone startup parameter (cherry picked from commit d563fc234fedf423e55f99bc840ba8188b523603)
* SERVER-62242 fixed $indexOfArray handling of duplicate vals in const arraysSteve Tarzia2022-03-092-3/+35
|
* SERVER-63497 Fix icecream debuggingRyan Egesdahl2022-03-071-2/+2
| | | | | (cherry picked from commit 1c31d7055ebb875775cd987c14cc82fb40a19b2e) (cherry picked from commit 91c01f506c0de7f683c632e418bf075435b93a63)
* SERVER-60412 Support using cgroups v2 to inquire about the memory limitAmirsaman Memaripour2022-03-071-5/+11
| | | | (cherry picked from commit 6bc31230f0cd0de66f02268c5ce0920c4f27effe)
* SERVER-64202 Use a 3-node replica set to avoid having the primary stepdown ↵Benety Goh2022-03-041-0/+6
| | | | if it can't see a majority of the replica set
* SERVER-63974 Pin version of itsdangerous python dependencyShreyas Kalyan2022-03-031-0/+1
| | | | (cherry picked from commit 4c57dd17b98b925b5bb1adfeabe65f5b29f5d670)
* SERVER-44847 Clean up explicit 'comment' fields name attached to distinct ↵Mindaugas Malinauskas2022-03-025-16/+1
| | | | and count commands in IDL files
* SERVER-61769 Remove inMultiDocumentTransaction from expCtxJennifer Peshansky2022-03-017-11/+14
| | | | (cherry picked from commit 9b4519e5436a970b90a966cdc16dd8129833a9ae)
* SERVER-57037 Improve precision of operator countersMilena Ivanova2022-02-2816-17/+338
| | | | | | (cherry picked from commit a7d667da957305b1532fa07059f2bec6b2be97b4) (cherry picked from commit 59aa9b7fd40e1a2c96c97b7dc214778e42039f27) (cherry picked from commit 13ed17c8e001c07ab84233ebb48f5c3f18499833)
* Revert "SERVER-57588 Inconsistent query results when an array position is ↵Timour Katchaounov2022-02-2516-338/+17
| | | | | | indexed whose value is an array" This reverts commit ad12685ff33131f95053dc567639312999957475 due to incorrect git message.
* SERVER-57676: Wait for a checkpoint correctly before releasing the ↵Lingzhi Deng2022-02-241-17/+28
| | | | | | hangOplogCapMaintainerThread in oplog_rollover.js (cherry picked from commit 7ffbb65c777ea73a911b86e8b0eddb3658e65d47)
* SERVER-40691 $nin:[[],...] queries are not indexedr4.4.13-rc0r4.4.13Jess Balint2022-02-248-12/+164
| | | | (cherry picked from commit 6889d8d80d0e69cc5c3de68eb05fe89e9b93cff4)
* SERVER-63505 Replace node connection with node index in rollback_views.jsali-mir2022-02-231-1/+1
|
* SERVER-57588 Inconsistent query results when an array position is indexed ↵Timour Katchaounov2022-02-2316-17/+338
| | | | | | whose value is an array (cherry picked from commit 90699509e15b33fda10832e79efcd158aee1f0eb)
* Import wiredtiger: 9698fc6dd74a57d0281d7d27ecc5311d433441c7 from branch ↵Luke Chen2022-02-234-6/+12
| | | | | | | | | | | | | mongodb-4.4 ref: 57d44e1a1f..9698fc6dd7 for: 4.4.13 WT-8004 Create a read order for the architecture guide WT-8320 Select updates restored from history store irrespective of visibility WT-8424 Use consistent toolchain in little-endian WT-8477 Enforce the use of Pymongo 3.12.2 in our Evergreen tests WT-8605 Disable the perf tests for non-develop branches in Evergreen
* SERVER-63505 Wait until primary is writable primary in rollback_views.jsali-mir2022-02-221-0/+2
| | | | (cherry picked from commit 0e49ab5c9c0ca7ec977154cda0ffc1d5611751b3)
* SERVER-63505 Ensure arbiter recognizes primary node in rollback_views.jsali-mir2022-02-221-1/+1
| | | | (cherry picked from commit babeb73f150a771624480aaae40e2f1fbaba66ae)
* SERVER-63203 Do not fail chunk split if more than 8192 points are requestedPaolo Polato2022-02-218-52/+72
|
* SERVER-48328 remove index key generation error whitelistVishnu Kaushik2022-02-171-27/+2
| | | | (cherry picked from commit e4b7ca4206b59fe54e0da6cfe3ae03aea8114be6)
* SERVER-63141 Ensure stages without dependency tracking are not cached in $lookupAlya Berciu2022-02-153-3/+106
|
* SERVER-57662 Wait for config.system.sessions collection to exist on the ↵Sanika Phanse2022-02-141-13/+13
| | | | config server before refreshing logical session cache
* SERVER-48059 backup restore WaitForReplication hook should ignore shutdown ↵Pavi Vetriselvan2022-02-111-3/+12
| | | | | | errors (cherry picked from commit 4639620984ecf63486a8c3a2534151d9bc619b9a)
* SERVER-62948 Ensure FTDC collectors read without a timestampGregory Noma2022-02-101-0/+4
| | | | (cherry picked from commit 3b31903d7ba72e8c9cc3e64b7dc0617cc26e0ecc)
* SERVER-63422 Fix build failure for `op_msg_fuzzer` test on v4.4Amirsaman Memaripour2022-02-081-1/+1
|
* SERVER-62906 Add a check in the createCollection/shardCollection path ↵Antonio Fuschetto2022-02-074-0/+27
| | | | verifying the collection name length
* SERVER-62875 Archive data files for the ↵Gregory Wlodarek2022-02-041-0/+1
| | | | multi_stmt_txn_jscore_passthrough_with_migration suite
* SERVER-55483 Add a new startup parameter that skips verifying the tableGregory Wlodarek2022-02-043-0/+64
| | | | | | | logging settings (cherry picked from commit 9cbf52051d506a029546c1e7e28a5f77afd8bd46) (cherry picked from commit 4fe865b3085ff7a8ccea186076ec0575a3bec197)
* SERVER-26755 Increase the timeout for find operations against config.chunksCheahuychou Mao2022-02-032-1/+11
| | | | (cherry picked from commit fa03802cb9b42818dd2180f966dd8da64203186a)
* SERVER-61977 Concurrent rollback and stepUp can cause a node to fetch from a ↵Moustafa Maher Khalil2022-02-035-6/+93
| | | | timestamp before lastApplied once it has stepped down
* SERVER-62368 Range deleter must honor rangeDeleterBatchDelayMSPierlauro Sciarelli2022-02-034-65/+46
|
* SERVER-63197 Pin microbenchmarks genny versionCarl Raiden Worley2022-02-021-1/+1
|
* SERVER-63097 stepdown_race_with_transaction.js should use the ↵Vishnu Kaushik2022-02-021-0/+1
| | | | 'uses_transactions' tag.
* SERVER-62511 Fix race in dbcheck_no_history_on_secondary.jsLouis Williams2022-02-011-1/+2
| | | | (cherry picked from commit 2f9bf168ae85dfd3a5bb9c15c5e534660562470c)