summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import wiredtiger: c0d466d05f48b392e7c38a1ffc4a1f5c30b58d6c from branch ↵Luke Chen2021-07-194-480/+634
| | | | | | | | | mongodb-master ref: 038e0a6839..c0d466d05f for: 5.1.0 WT-7629 Run clang format on .cxx files in the codebase.
* Import wiredtiger: 038e0a6839a1d4eefb6b9d8ef3f2fa03620ffb91 from branch ↵Luke Chen2021-07-194-1/+158
| | | | | | | | | mongodb-master ref: e6d16f8d03..038e0a6839 for: 5.1.0 WT-6729 Quiesce eviction prior running rollback to stable's active transaction check
* SERVER-58048 fix mac os x compile - explicit LL suffix to fix XCode buildBenety Goh2021-07-171-3/+3
| | | | Similar fix was previously applied in commit 2675ca0d17d2d2e24d25fcea2f6c9f46ce1be2d4.
* SERVER-58591: Better instrumentation for TLS authentication problem during ↵Andrew Shuvalov2021-07-162-3/+19
| | | | concurrent tenant migration
* SERVER-58625 Add multi_update tag to geo_update1.js to exclude from certain ↵Wenbin Zhu2021-07-161-3/+6
| | | | passthrough suites.
* SERVER-58637 Tag null_query_semantics.js as requires_fcv_50David Storch2021-07-161-0/+6
|
* SERVER-58618 Temporarily disable interruptible_testAlex Li2021-07-161-1/+1
|
* SERVER-56486 Improve SBE multiplannerMihai Andrei2021-07-167-62/+98
| | | | | | | | | | | | | | | This patch introduces a number of improvements to the SBE multiplanner. In particular: - We no longer run plans in round-robin fashion (i.e. switch between plans until each has returned one result, and so on). Instead, each plan runs until it finishes its trial period. - The number of reads is progressively decreased. More precisely, the number of reads used by a plan during is trial period is used as the maximum number of reads for subsequent plans. - Non blocking plans are run before blocking ones. This is a heuristic that limits the amount of work done by a blocking plan as each blocking plan will now be bounded by the smallest number of reads used by a non blocking plan during its trial period.
* SERVER-58610: fix Simple8b windows variant bugJackson Xie2021-07-162-7/+9
|
* SERVER-57779: Add double support for simple8b encodinglukebhan2021-07-164-1/+269
|
* SERVER-58515 disable parallel test in ephemeralForTest builderBenety Goh2021-07-161-2/+3
|
* SERVER-58039 Generate releases.h file with FCV enumsMina Mahmood2021-07-165-0/+136
|
* SERVER-58594 ReplicationCoordinatorImpl::handleHeartbeatResponse_forTest ↵Vishnu Kaushik2021-07-161-4/+6
| | | | doesn't use _mutex when reading _rsConfig
* SERVER-58495 ensure unique collection names in time-series test ↵Benety Goh2021-07-161-8/+10
| | | | timeseries_list_collections.js
* SERVER-58031 Shorten timeouts in ssl_cluster_ca.jsSpencer Jackson2021-07-161-0/+8
|
* SERVER-57783 update7.js is not resilient to ObjectID wraparoundYuhong Zhang2021-07-161-3/+3
|
* SERVER-52007 Add search meta feature flagTed Tuckman2021-07-161-0/+5
|
* SERVER-58608: Fix sharding_last_lts_mongos_and_mixed_shards_genDavid Bradford2021-07-161-1/+2
|
* SERVER-58609 Disable the Simple8b unittests as they are failing on Windows.Henrik Edin2021-07-161-1/+1
|
* SERVER-58494 ensure unique collection names in time-series test ↵Benety Goh2021-07-161-7/+5
| | | | timeseries_list_collections_filter_name.js
* SERVER-58386 clean up null_query_semantics.js to use different collection ↵Benety Goh2021-07-161-4/+13
| | | | name for each test case
* Revert "SERVER-57763: Allow partial filter expression to use $geoWithin"Uladzimir Makouski2021-07-162-165/+0
| | | | This reverts commit 9aa9f7bec0ebbedea4dc9f3e3369780413dcef7f.
* Revert "SERVER-57779: Add double support for simple8b encoding"Uladzimir Makouski2021-07-163-268/+0
| | | | This reverts commit 8e3077326a9ce4ff6d446cf5a895c1348f702da5.
* SERVER-58531 Remove unused tag requires_full_ddl_support from test suitesMarcos José Grillo Ramirez2021-07-165-5/+0
|
* SERVER-56992 Create FSM workload for interleaved chunk merge & chunk splitSimon Graetzer2021-07-161-0/+243
|
* SERVER-58535 _shardsvrRenameCollection should be interrupted on stepdownJordi Serra Torrens2021-07-161-0/+2
|
* SERVER-57790 Stop the balancer thread while serving setFCV.Paolo Polato2021-07-163-3/+75
|
* Import wiredtiger: e6d16f8d03ab27f7b74ba97ee10873f21a72f64a from branch ↵Luke Chen2021-07-162-6/+1
| | | | | | | | | mongodb-master ref: 19190bd88d..e6d16f8d03 for: 5.1.0 WT-7856 Enable flush test with open cursor in test_tiered04
* Import wiredtiger: 19190bd88d594f5f7ab02303afc6f59dd4f0ea60 from branch ↵Luke Chen2021-07-164-1/+103
| | | | | | | | | mongodb-master ref: 0d87872310..19190bd88d for: 5.1.0 WT-7837 Clear updates structure in wt_hs_insert_updates to avoid firing assert
* Import wiredtiger: 0d87872310d00cc1ca39122d825dbb2f6f8badc5 from branch ↵Luke Chen2021-07-162-2/+8
| | | | | | | | | mongodb-master ref: 8cca29d99e..0d87872310 for: 5.1.0 WT-7828 Move many-coll-test to ubuntu1804-wt-large and update thresholds accordingly
* Import wiredtiger: 8cca29d99e0d0cae29e26440d33b5355fe4fd483 from branch ↵Luke Chen2021-07-163-20/+3
| | | | | | | | | mongodb-master ref: 24b148776d..8cca29d99e for: 5.1.0 WT-7852 Don't release eviction server lock when evicting pages
* Import wiredtiger: 24b148776d00f38bc566d8fd74b038d64d4bdd4c from branch ↵Luke Chen2021-07-163-1/+9
| | | | | | | | | mongodb-master ref: 3920a8bd07..24b148776d for: 5.1.0 WT-7843 Add missing macros to define PRIxMAX
* Import wiredtiger: 3920a8bd073ed718a1c3c4df7e073fda4da3822f from branch ↵Luke Chen2021-07-162-2/+3
| | | | | | | | | mongodb-master ref: c85ab8d5c2..3920a8bd07 for: 5.1.0 WT-7851 Fix illegal checksum configuration in compatibility-test-for-newer-releases
* Import wiredtiger: c85ab8d5c2ea820f709c5750b7c92ca2e62f3adc from branch ↵Luke Chen2021-07-162-3/+8
| | | | | | | | | mongodb-master ref: 2f0c065d26..c85ab8d5c2 for: 5.1.0 WT-7778 Fix null dereferencing, and return of incorrect allocation size
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-1625-1702/+189
|
* SERVER-56763 Move $merge target collection epoch validation outside ofNick Zolnierz2021-07-153-10/+17
| | | | | | parsing This allows us to consult and refresh the catalog cache without holding locks
* SERVER-58133 Use generated task for replica_sets_jscore_passthrough on ↵ali-mir2021-07-152-1/+2
| | | | Enterprise macOS via Rosetta 2 and extend timeout for macOS task
* SERVER-39048, SERVER-57957: ban sharded $lookup and $graphLookup in a ↵Hana Pearlman2021-07-158-66/+117
| | | | transaction
* SERVER-58564 Add missing bitcastTo()'s in SBE HashAgg/HashJoin unittestsDrew Paroski2021-07-152-2/+5
|
* SERVER-57761 Increment insert opcounter as part of resharding collection cloningHaley Connelly2021-07-154-9/+23
|
* SERVER-57779: Add double support for simple8b encodinglukebhan2021-07-153-0/+268
|
* SERVER-57474 profile_operation_metrics.js queries yield less frequentlyGregory Wlodarek2021-07-151-4/+3
|
* SERVER-58477 Minor wording changes and typo fixes in SConstructRyan Schmidt2021-07-151-38/+38
| | | | | | Closes #1373. Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
* SERVER-57276 Capture max/min percent complete in FTDC metrics as seen by the ↵Junhson Jean-Baptiste2021-07-157-14/+171
| | | | commit monitor
* SERVER-58149: Simple8b flush currNums into bufJackson Xie2021-07-153-52/+180
|
* SERVER-58147: Simple8b reduce redundant computationsJackson Xie2021-07-152-85/+240
|
* SERVER-58295 delete accidentally re-introduced testsVishnu Kaushik2021-07-155-1066/+0
|
* SERVER-58576 Improve build variant task gen unit testsDavid Bradford2021-07-152-3/+5
|
* SERVER-58425 Include list of DocumentSource-like objects in CanonicalQueryEric Cox2021-07-156-7/+163
|
* SERVER-57547 Add SBE builder for group accumulatorsEric Cox2021-07-155-0/+660
|