summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-54460 Ensure that opCtx that waits on PrimaryOnlyService completion ↵Cheahuychou Mao2021-05-045-9/+20
| | | | promise gets killed on stepdown
* 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-042-8/+34
| | | | 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-042-1/+23
| | | | operation has been cancelled
* 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-048-41/+18
|
* 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-043-0/+135
|
* SERVER-56062 CappedPositionLost during an index builds collection scan phase ↵Gregory Wlodarek2021-05-031-2/+5
| | | | restarts
* SERVER-55556 add new totalUnitsWritten metric; add new localTime field to ↵Eric Milkie2021-05-035-2/+148
| | | | | | | 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-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-032-5/+22
|
* 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-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509Mark Benvenuto2021-05-0314-18/+120
|
* 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-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
* Revert "SERVER-56331 [SBE] Implement support for the CodeWScope BSON type"Drew Paroski2021-05-039-212/+20
| | | | This reverts commit 6db26f07a0f4a12a5e410ca42987142f3cb4753d.
* SERVER-55588 Add translation logic for $integral executorRuoxin Xu2021-05-0113-107/+354
|
* SERVER-56556 create collection coordinator waits on wrong opTime to be ↵Tommaso Tocci2021-05-013-7/+16
| | | | mojority committe
* SERVER-56482 createCollection coordinator do not release critical section on ↵Tommaso Tocci2021-05-011-3/+4
| | | | stepdown
* SERVER-53563 Cancel tenant migrations on FCV change (donor side)Vesselina Ratcheva2021-05-015-0/+76
|
* SERVER-46412: Track, log, and profile user cache acquisition stats in CurOpVarun Ravichandran2021-04-308-18/+386
|
* SERVER-56262 Fix _cappedFirstRecord usage for capped collectionsGregory Wlodarek2021-04-302-30/+48
|
* SERVER-55829: Use 'illegal_cyclic_or_unresolved_dependences_allowlisted' in ↵Varun Ravichandran2021-04-303-3/+3
| | | | Scons files
* SERVER-56331 [SBE] Implement support for the CodeWScope BSON typeDrew Paroski2021-04-309-20/+212
|
* SERVER-55963 Use "denylist" in replication subsystemsShreyas Kalyan2021-04-3022-256/+256
|
* SERVER-56362 Add macOS version info to getBuildInfo()Sara Golemon2021-04-301-0/+32
|
* SERVER-55790 Ensure query rewrites for time-series collections are correct ↵Katherine Wu2021-04-305-22/+59
| | | | in the case of mismatched collations
* SERVER-56083 [SBE] Expressions unsupported in SBE for agg operations prevent ↵Eric Cox2021-04-301-0/+5
| | | | SBE engine from being selected even if not pushed down
* SERVER-54664 Add per-function execution stats to $setWindowFields stageNick Zolnierz2021-04-307-85/+226
|
* SERVER-47123 remove AutoGetOrCreateDb classBenety Goh2021-04-303-50/+0
| | | | Use AutoGetDb (and its ensureDbExists() method) instead.
* SERVER-47123 remove AutoGetOrCreateDb from implicit collection creation ↵Benety Goh2021-04-301-2/+3
| | | | | | | during CRUD operations This class is deprecated in favor of AutoGetDb which provides the same functonality in AutoGetDb::ensureDbExists().