summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-59681 Start storing SBE plans in the new plan cacheRuoxin Xu2021-10-0125-2/+192
|
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-10-0111-11/+293
|
* SERVER-60367 hang analyzer: use cygpath -w to NT-ify the evergreen workdirRichard Samuels2021-10-011-1/+5
|
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-0177-726/+357
|
* SERVER-58311 Close BackgroundSync cursors before Rollback To StableJosef Ahmad2021-10-011-0/+7
| | | | | | | WiredTiger Rollback To Stable (RTS) requires exclusive access to all WT data handles. BackgroundSync holds an open cursor on _mdb_catalog.wt just before calling RT. This patch releases all BackgroundSync cursors in order to free up its data handles.
* SERVER-60161 Make _kChunkOpLock and _kZoneOpLock acquisitions interruptableJordi Serra Torrens2021-10-013-16/+16
|
* SERVER-60372 Get rid of unused ScopedShardVersionCriticalSectionPierlauro Sciarelli2021-10-012-108/+0
|
* SERVER-60070 Add parameter to control SBE plan cache sizeAlexander Ignatyev2021-10-0112-139/+540
|
* Import wiredtiger: d372e53b8649df91baa30dbba599066c865ed403 from branch ↵Luke Chen2021-10-017-115/+164
| | | | | | | | | mongodb-master ref: a6257d90ea..d372e53b86 for: 5.1.0 WT-8022 Verify WT_CURSOR.modify return values in format test program
* SERVER-59409 part 2 no op change in tests to require term and Set version in ↵Andrew Shuvalov2021-10-0136-13/+233
| | | | Hello
* SERVER-59872 Block profile_getmore.js in ↵Mickey. J Winters2021-10-011-0/+1
| | | | replica_sets_jscore_multiversion_passthrough with requires_fcv_51
* SERVER-59685 Expect appropriate errors for index buildAdi Zaimi2021-09-305-9/+14
|
* SERVER-60147 analyze result of X509_digestsergey.galtsev2021-09-301-1/+3
|
* SERVER-59785 [SBE] Change $concatArrays to not short-circuit on nullMihai Andrei2021-09-302-107/+84
|
* SERVER-59178 Re-enable SBE as the default execution engineJennifer Peshansky2021-09-3019-98/+82
|
* SERVER-60358 catch stopiteration errorsRobert Guo2021-09-301-0/+3
|
* SERVER-59058 Enforce fast count validation in ValidateCollections Python hookGregory Noma2021-09-3023-116/+58
|
* SERVER-60359 Temporarily disable $split in SBEJennifer Peshansky2021-09-301-2/+6
|
* SERVER-60292 [SBE] Make compareValue check for type mismatch when comparing ↵Mihai Andrei2021-09-303-3/+37
| | | | objects
* SERVER-58512 Enable feature flag for change stream oplog rewrites.Rishab Joshi2021-09-301-1/+2
|
* SERVER-60045 Fix tenant migrations test to support aborted migrationsAndrew Shuvalov2021-09-301-4/+64
|
* SERVER-58960 Add benchmarks to measure the overhead from ShardingWriteRouter ↵Luis Osta2021-09-308-4/+385
| | | | on the write codepath
* SERVER-59916 Force failing transaction in write_conflicts to endLuis Osta2021-09-301-0/+10
|
* SERVER-59702 Add TxnRetryCounterTooOld to the list of VoteAbort errorsJonathan Lee2021-09-302-2/+31
|
* SERVER-52324 Enable featureFlagShardedLookupKatherine Wu2021-09-3010-22/+16
|
* SERVER-60144 Handle stale routing info on mongos for sharded time-series ↵Arun Banala2021-09-3024-64/+427
| | | | collections
* SERVER-60325 Remove extraneous call to exec->saveState() in ↵Jennifer Peshansky2021-09-301-1/+0
| | | | documentsourcetests.cpp
* SERVER-58376: Perform local reads when on the primary reading from an ↵Hana Pearlman2021-09-3016-81/+927
| | | | | | unsharded coll Co-authored-by: Alya Carina Berciu alya.berciu@mongodb.com
* SERVER-60340 Don't forward mongo ports through SSH tunnel in powercycleMikhail Shchatko2021-09-301-21/+5
|
* SERVER-52533 Remove TODO referencing a closed ticketKaloian Manassiev2021-09-301-1/+0
|
* SERVER-59878 Update PyKMIP to 0.10.0Gabriel Marks2021-09-302-3/+5
|
* SERVER-59294 Check action type for oidResetErwin Pe2021-09-304-4/+30
|
* SERVER-60301 Remove the update metadata format machinery from the SSCCLSergi Mateo Bellido2021-09-306-259/+34
|
* SERVER-59234 Work around GCC 11 C++20 mode stringop-overread warningAndrew Morrow2021-09-302-3/+3
|
* SERVER-59233 Address stringop and array bounds warnings with GCC 11Andrew Morrow2021-09-306-31/+29
|
* SERVER-59618 require Locker instance when creating OperationContextBenety Goh2021-09-302-4/+6
|
* SERVER-60231 Add 'required_sharding' tag to fix test failureArun Banala2021-09-301-0/+4
|
* Import wiredtiger: a6257d90ea63fb6abc7aa95791a514c56b918a82 from branch ↵Alison Felizzi2021-09-303-5/+31
| | | | | | | | | mongodb-master ref: c20fb9b9e5..a6257d90ea for: 5.1.0 WT-8119 Add targeted compact testing to the existing testing framework
* SERVER-59064 Remove run_unittests_with_recording in Build VariantSiran Wang2021-09-302-21/+11
|
* SERVER-59422 Add $expr rewrite for "to" field.Rishab Joshi2021-09-303-56/+690
|
* SERVER-60156 Add a way to bypass storageValid() for time-series updatesYuhong Zhang2021-09-2914-30/+51
|
* SERVER-60231 Unordered batched time-series inserts should abort upon stale ↵Arun Banala2021-09-294-130/+272
| | | | config expections
* SERVER-60299 Backport PCRE bugfix for Bugzilla #2613Ryan Egesdahl2021-09-294-3/+93
|
* SERVER-60316 FaultManager should start with periodic checks disabledAndrew Shuvalov2021-09-292-15/+33
|
* SERVER-60288 Dump ulimit information before running tests on Linux and Macsergey.galtsev2021-09-292-0/+21
|
* SERVER-60290 Update Windows external auth test distroBrian McCarthy2021-09-291-3/+3
|
* SERVER-59863 Verify running endSessions for a parent session will reap child ↵Cheahuychou Mao2021-09-291-0/+124
| | | | sessions as well
* SERVER-59934 Take a MODE_X collection lock when dropping regular viewsPavi Vetriselvan2021-09-291-1/+4
|
* SERVER-60275 WiredTigerHarnessHelper registers client observer before ↵Benety Goh2021-09-292-0/+6
| | | | | | | initializing storage engine This fixes a TSAN data race introduced in commit 6b3acc72af58963a772213cc882e34b6db5bf14. (suppressed by partial revert in commit 505bd6a60bf925e01b4ef0b7eb501708b87c21b6).
* SERVER-60261 Update some comments on `$coerceToBool`-related issuesYoonsoo Kim2021-09-292-11/+8
|