summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72276 Removing outdated entries for multiversion testseb779f26e0c24657bda7de380c1e8e42Aaron Morand2022-12-211-16/+12
* SERVER-71020 SERVER-71939 Ensure aborting time series batch eventually remov...Dan Larkin-York2022-12-212-37/+163
* SERVER-71787 Balancer needs to attach forceJumbo to `moveRange` commandPierlauro Sciarelli2022-12-211-0/+10
* SERVER-71921 Task update_timeseries_fuzzer times out on some variantsjasurbeknurboyev2022-12-211-0/+2
* SERVER-71689 Refresh the catalogCache after dropping a collectionSergi Mateo Bellido2022-12-215-68/+82
* SERVER-72222 fix mapReduce single reduce optimization in sharded clustersDavis Haupt2022-12-212-41/+97
* SERVER-71436 Range deleter must not aggressively spam the log when shard key ...Pierlauro Sciarelli2022-12-211-6/+14
* Revert "SERVER-70100 Ensure at-least-once emission of oplog entry on shardCol...Paolo Polato2022-12-201-4/+0
* SERVER-70768 Balancer use wrong chunk size for jumbo chunksSilvia Surroca2022-12-208-67/+250
* SERVER-72091 Enable auth-delay sys-perf variantdalyd2022-12-201-20/+20
* SERVER-70100 Ensure at-least-once emission of oplog entry on shardCollection(...Paolo Polato2022-12-201-0/+4
* SERVER-72065 Fix refresh of sessions cache in CSRS secondary nodesPaolo Polato2022-12-172-14/+22
* SERVER-65259 fix cursor leak in aggregation that requires merging on shardMickey. J Winters2022-12-153-7/+108
* SERVER-72005 Run TSBS on 2022-11 sys-perf variantsGregory Noma2022-12-151-12/+12
* SERVER-66337 Ensure that check for the interrupt is done on every getNext() c...Denis Grebennicov2022-12-151-3/+20
* SERVER-71467 Dont run feature flag specific tests for multiversion testingTausif Rahman2022-12-142-0/+33
* SERVER-71449 log_successs_msg: not foundAbdulrahmanKanaan2022-12-131-1/+1
* Revert "SERVER-69927 Fix benchmark analysis"Ryan Egesdahl2022-12-132-12/+12
* SERVER-72011 Add the ability to load js files to fsm worker threadsMoustafa Maher Khalil2022-12-121-0/+11
* SERVER-71984 add directConnection=True to standalone.py for multiversion testingTrevor Guidry2022-12-121-1/+1
* SERVER-71756 Defragmentation policy should issue dataSize commands with estim...Allison Easton2022-12-121-2/+8
* SERVER-71788 Defragmentation should handle ChunkTooBig errorsAllison Easton2022-12-121-1/+9
* SERVER-70594 Add updated build variants to sys-perf v6.0 branchdalyd2022-12-091-118/+923
* SERVER-71247 Make final methods in StubMongoProcessInterface non-final.Matthew Russotto2022-12-091-2/+2
* SERVER-65177 Use executor clock to calculate elapsed initial sync timeali-mir2022-12-083-4/+11
* SERVER-70237 Chunks merge commit must not create a BSON object too largeTommaso Tocci2022-12-074-96/+141
* SERVER-69927 Fix benchmark analysisRyan Egesdahl2022-12-062-12/+12
* SERVER-67704 SERVER-67705 Fix processor package counting for ARMGabriel Marks2022-12-0611-104/+149
* SERVER-68500 multiversion tag files are not correctly excluding tests in CITausif Rahman2022-12-061-0/+1
* Import wiredtiger: b53bacaa4e0c5fece1e63608cc7bb2430f671ff0 from branch mongo...Luke Chen2022-12-052-137/+1
* Import wiredtiger: f0ff3ca5c8e3ebe1147059e4200b26dd58e420e4 from branch mongo...Luke Chen2022-12-053-197/+2
* Import wiredtiger: 39b6544025d2b4f6bbf5ef251dbcdaffee638fd8 from branch mongo...Luke Chen2022-12-055-69/+251
* Import wiredtiger: 043606c2f83e919f0f9de5c9c9cac7d771dc0af1 from branch mongo...Luke Chen2022-12-0511-161/+602
* Import wiredtiger: 8e14a40cb6db5cd5d021c111b8e1abcaff7b79bc from branch mongo...Luke Chen2022-12-053-2/+154
* Import wiredtiger: d90f4fa81dec7af7d20f7ee52f3d1258aa2c20e6 from branch mongo...Luke Chen2022-12-056-134/+339
* Import wiredtiger: 29d40146fc78114efd83aa579c5d9c013f0a6016 from branch mongo...Luke Chen2022-12-0517-234/+591
* Import wiredtiger: af07f15ca3491e6cb9d278f3afefb93dcc8248ec from branch mongo...Luke Chen2022-12-052-2/+5
* Import wiredtiger: 7b279fd981e787fd9fe294a706aec8a0fbaa200b from branch mongo...Luke Chen2022-12-0513-765/+1011
* SERVER-71759 dataSize command doesn't yieldTommaso Tocci2022-12-041-13/+16
* SERVER-68338 sync_source_changes.js needs to wait for heartbeatMatthew Russotto2022-12-021-23/+34
* SERVER-70394 Fix self-swap in MultiPlanStage::removeRejectedPlansIvan Fefer2022-12-021-1/+1
* SERVER-58712: Fix update performance on collections with multiple secondary i...Ivan Fefer2022-12-024-12/+86
* SERVER-71094 Increase log level for 'Voted yes in election' to (debug) 1Matthew Russotto2022-12-013-2/+9
* SERVER-71666 Reduce number of scanned index entries on chunk migration commitPierlauro Sciarelli2022-11-301-18/+17
* SERVER-71139 Ensure indexes with simple collation are created correctly durin...Matthew Russotto2022-11-301-102/+212
* SERVER-71568 Fix race condition related to access to ChangeStreamOptionsMindaugas Malinauskas2022-11-302-3/+3
* SERVER-66920 Fix assertion that didn't expect exact match for seek cursorSulabh Mahajan2022-11-291-7/+3
* SERVER-68576 Added number of sharded collections to serverStatus command.Pol Pinol Castuera2022-11-295-4/+32
* SERVER-68125 Correctly track all memory used during index buildsLouis Williams2022-11-2518-260/+687
* SERVER-70973 Balancer should stop iterating collections when there are no mor...Silvia Surroca2022-11-2512-108/+211