summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-56962 Use .denylist suffix for etc/ sanitizer filesbd1f707Sara Golemon2021-05-044-37/+37
|
* SERVER-54460 Ensure that opCtx that waits on PrimaryOnlyService completion ↵Cheahuychou Mao2021-05-047-10/+97
| | | | promise gets killed on stepdown
* SERVER-56614 fix ninja shell dressing for windows evergreen tasksDaniel Moody2021-05-043-20/+23
|
* SERVER-56599 Make ShardingDDLCoordinatorService threadpool size unlimitedTommaso Tocci2021-05-041-1/+3
|
* SERVER-56344 Test that secondaries with capped collections upgrading from ↵Gregory Wlodarek2021-05-043-8/+136
| | | | FCV 4.4 to FCV 5.0 delete all documents over the cap after stepping up
* SERVER-55600: Indicate to resharding metrics system if a resharding ↵Jamie Anderson2021-05-043-1/+44
| | | | operation has been cancelled
* SERVER-29438 Combine max_time_ms_sharded_new_commands.js with ↵Jamie Anderson2021-05-042-41/+18
| | | | max_time_ms_sharded.js
* SERVER-56386 Exclude index_filter_catalog_independent.js from tenant ↵Ethan Zhang2021-05-041-0/+1
| | | | migration passthrough suite
* SERVER-56567 Add boolean field to reshardingFields to indicate whether an ↵Blake Oler2021-05-043-18/+62
| | | | abort came from a user cancelation
* SERVER-49752 Remove redundant ident reaper 'nss' loggingDianna Hohensee2021-05-049-43/+19
|
* SERVER-56582: Adjust timeouts of windows-debug and code-coverage build variantsDavid Bradford2021-05-042-1/+2
|
* SERVER-55058 More move optimizations for Document/ValueDenis Grebennicov2021-05-0413-15/+106
|
* Import wiredtiger: 33706217c01f343a3bb2d314257a918659e9d6de from branch ↵Luke Chen2021-05-0412-277/+254
| | | | | | | | | mongodb-5.0 ref: 637a8d089e..33706217c0 for: 5.0.0 WT-7428 Move bucket storage to tiered structure
* Import wiredtiger: 637a8d089e42882db1209009df312d5a9491d238 from branch ↵Luke Chen2021-05-042-1/+19
| | | | | | | | | mongodb-5.0 ref: 652def8ae4..637a8d089e for: 5.0.0 WT-7474 Reset cursor-order checks whenever a search is performed
* Import wiredtiger: 652def8ae433a2001145d34baec9ef9f5610a97e from branch ↵Luke Chen2021-05-0415-125/+581
| | | | | | | | | mongodb-5.0 ref: 859f83a6cc..652def8ae4 for: 5.0.0 WT-7264 Creating a new configuration for search near that allows it to exit quickly when searching for prefixes
* Import wiredtiger: 859f83a6ccf9bf1361f8aa75c1ba59e5624ea02d from branch ↵Luke Chen2021-05-042-4/+5
| | | | | | | | | mongodb-5.0 ref: 5b6109fa42..859f83a6cc for: 5.0.0 WT-7423 Clear checkpoint LSN and backup metadata on import
* Import wiredtiger: 5b6109fa425d492c42fbb9f259c429a0290865ea from branch ↵Luke Chen2021-05-044-6/+138
| | | | | | | | | mongodb-5.0 ref: c173271607..5b6109fa42 for: 5.0.0 WT-6538 Fix onpage prepare visibility check if the start and stop are from the same prepared transaction
* Import wiredtiger: c17327160788b8da7766b7ff8e47ae4610b1660b from branch ↵Luke Chen2021-05-042-1/+11
| | | | | | | | | mongodb-5.0 ref: 87c819c15a..c173271607 for: 5.0.0 WT-6204 Possible race between backup and checkpoint at file close
* Import wiredtiger: 87c819c15a2bc52ac5b949a7ffe0b84e8b68ebcf from branch ↵Luke Chen2021-05-042-2/+2
| | | | | | | | | mongodb-5.0 ref: 02f4d1d902..87c819c15a for: 5.0.0 WT-7191 Use of hash city over hash fnv
* SERVER-54573 Dependency analysis for $setWindowFields stagesamontea2021-05-046-15/+149
|
* Import wiredtiger: 02f4d1d902131e2a6fd5bf680566db35d8c3a8bf from branch ↵Luke Chen2021-05-049-77/+111
| | | | | | | | | mongodb-5.0 ref: 1a7a783ee4..02f4d1d902 for: 5.0.0 WT-7476 Update configuration handling to allow for optional configuration settings
* Import wiredtiger: 1a7a783ee4a4c00be029dd58200767d15b8fda00 from branch ↵Luke Chen2021-05-042-2/+2
| | | | | | | | | mongodb-5.0 ref: a72a967a29..1a7a783ee4 for: 5.0.0 WT-7458 Coverity analysis defect 119949: Redundant test
* Import wiredtiger: a72a967a296068ef9feda3a3e3ad4b63389e8956 from branch ↵Luke Chen2021-05-042-1/+11
| | | | | | | | | mongodb-5.0 ref: cc54220b06..a72a967a29 for: 5.0.0 WT-6362 Ensure that history store operations in user session context are correct
* Import wiredtiger: cc54220b06d23167290d9928a192f1c49769840d from branch ↵Luke Chen2021-05-047-152/+166
| | | | | | | | | mongodb-5.0 ref: bcb90a271c..cc54220b06 for: 5.0.0 WT-7281 Add metric to record total sessions scanned
* Import wiredtiger: bcb90a271ce721d53ce49f1d805f52111f67a5e2 from branch ↵Luke Chen2021-05-0411-7/+45
| | | | | | | | | mongodb-5.0 ref: e3efbee8a3..bcb90a271c for: 5.0.0 WT-7345 Update incorrect copyright notices format
* SERVER-55064 Add translation logic for $first/$last executorsamontea2021-05-045-0/+339
|
* SERVER-56062 CappedPositionLost during an index builds collection scan phase ↵Gregory Wlodarek2021-05-032-2/+56
| | | | restarts
* SERVER-55556 add new totalUnitsWritten metric; add new localTime field to ↵Eric Milkie2021-05-0311-6/+224
| | | | | | | operationMetrics output totalUnitsWritten is a metric that represents the number of bytes written to a document plus any index entries that follow, prior to writing another document; these bytes are then translated into Units as per the totalUnitWriteSizeBytes parameter. Additionally, a new field localTime will now appear in every BSONArray (per database) included in the $operationMetrics aggregation stage
* SERVER-56562 sort buckets collection query results by control.min._id in ↵Benety Goh2021-05-031-2/+2
| | | | test for more predictable comparison
* SERVER-56372: Add server parameter and feature flag for RRFaMDaniel Gottlieb2021-05-031-1/+16
|
* SERVER-55947 Change fassertFailedWithStatusNoTrace to ↵Dianna Hohensee2021-05-031-1/+1
| | | | fassertFailedWithStatus in WiredTigerIndex::_handleVersionInfo
* SERVER-55789 Add explain metric for peak memory usage of $setWindowFields stageNick Zolnierz2021-05-033-16/+96
|
* SERVER-54103 Improve log message "Available memory is less than system memory"Luis Osta2021-05-031-1/+1
|
* SERVER-54671 Ensure TopologyVersionObserver is always interrupted at shutdownLuis Osta2021-05-032-1/+55
|
* SERVER-56570 added LIBDEPS docs.Daniel Moody2021-05-037-12/+440
|
* SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509Mark Benvenuto2021-05-0328-59/+221
|
* SERVER-55977 fix coverity analysis defect 118057: unchecked return valueBenety Goh2021-05-031-2/+5
|
* SERVER-56441 Avoid allocate and copy metadata if we successfully lookup ↵Yuhong Zhang2021-05-032-45/+109
| | | | existing bucket
* SERVER-56560 Avoid thread scheduling deadlock in create collection coordinatorTommaso Tocci2021-05-033-27/+32
|
* SERVER-56390 Failed to construct ShardingDDLCoordinators do not get releasedTommaso Tocci2021-05-0312-60/+105
|
* SERVER-54834 Read write concern defaults propagation jstests should notSergi Mateo Bellido2021-05-031-8/+0
| | | | | | | | | assert on wall clock times Even if all host run on the same machine, we cannot compare wall clock times because some implementations are not monotonic. Thus, even if we get one time before another one, it might happen that the first one is not smaller or equal than the second one.
* SERVER-56469 The shard server catalog cache loader should replace the ↵Sergi Mateo Bellido2021-05-035-30/+8
| | | | entries on config.cache.collections and not just update them
* SERVER-56493 Fix "unionWith_explain.js" test in various aggregation suitesDrew Paroski2021-05-031-7/+11
|
* Revert "SERVER-56331 [SBE] Implement support for the CodeWScope BSON type"Drew Paroski2021-05-039-212/+20
| | | | This reverts commit 6db26f07a0f4a12a5e410ca42987142f3cb4753d.
* SERVER-53417 reenable macOS dynamic builds (visibility test)Benety Goh2021-05-021-0/+7
|
* SERVER-55626 Extract normal shell scripts from evergreen.yml part 3Richard Samuels2021-05-0228-492/+636
|
* SERVER-53417 re-enable macOS dynamic builds (suggested builder)Benety Goh2021-05-021-0/+29
|
* SERVER-53417 temporarily disable ↵Benety Goh2021-05-021-2/+6
| | | | | | repeated_crash_recovery_with_history_store.js under macOS This is a slow test (about 30 mins) that does not run consistently under macOS in our CI system.
* SERVER-55588 Add translation logic for $integral executorRuoxin Xu2021-05-0115-108/+559
|
* SERVER-56556 create collection coordinator waits on wrong opTime to be ↵Tommaso Tocci2021-05-013-7/+16
| | | | mojority committe