summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70768 Balancer use wrong chunk size for jumbo chunksSilvia Surroca2022-12-206-21/+72
* 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-151-7/+21
* 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-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-67704 SERVER-67705 Fix processor package counting for ARMGabriel Marks2022-12-0610-104/+145
* 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-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-011-1/+1
* SERVER-71666 Reduce number of scanned index entries on chunk migration commitPierlauro Sciarelli2022-11-301-18/+17
* 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-291-0/+11
* SERVER-68125 Correctly track all memory used during index buildsLouis Williams2022-11-2516-254/+592
* SERVER-70973 Balancer should stop iterating collections when there are no mor...Silvia Surroca2022-11-2512-108/+211
* SERVER-71477 Check '_internalAllCollectionStatsSpec.getStats()' exists before...Pol Pinol Castuera2022-11-242-7/+9
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-11-2317-102/+410
* SERVER-66466 TransportLayerASIOTest remove ThreadContextBilly Donahue2022-11-223-62/+59
* SERVER-69874 Execute in dryRun mode first during unique index conversion on a...Yuhong Zhang2022-11-215-0/+175
* SERVER-68769 If the shard key index cannot be dropped, it cannot be hidden.Pol PiƱol Castuera2022-11-175-22/+52
* SERVER-71191 Unlock and relock RSTL during index build setupGregory Noma2022-11-163-5/+45
* SERVER-71055 Update stable timestamp in `OplogOrder` testGregory Noma2022-11-161-0/+1
* SERVER-70158 Specify argument evaluation order in generateTrigExpressionBinaryAdityavardhan Agrawal2022-11-161-11/+19
* SERVER-68361 Make migration properly handle cases when shard key value modifi...Randolph Tan2022-11-143-33/+88
* SERVER-71092 Fixing a sharding testSergi Mateo Bellido2022-11-111-2/+2
* SERVER-60829 Disallow abort token to cause tenant migration abort after local...Hugh Tong2022-11-092-5/+14
* SERVER-70793 Make database metadata refresh first check new metadata under th...Antonio Fuschetto2022-11-091-0/+21
* SERVER-69160: Await replication in shards in shardingTest for FCV initializationVarun Ravichandran2022-11-091-0/+7
* SERVER-67898 Add chunk size in bytes to BalancerCollectionStatusResponsePierlauro Sciarelli2022-11-092-2/+7
* SERVER-69603 Do not report drop events as part of shardCollectionEnrico Golfieri2022-11-0915-58/+111
* SERVER-67795: Add serverstatus counters for updateMany, deleteMany calls (v6.0)Adi Zaimi2022-11-094-0/+32
* SERVER-70879 Fix race where multiple threads are turning an index multikey co...Henrik Edin2022-11-082-3/+144
* SERVER-68541 Serialize the removeShard and commitMovePrimary commands to prev...Antonio Fuschetto2022-11-087-67/+294
* SERVER-70436 Handle covered $or null queries with regexAlya Berciu2022-11-087-102/+200
* SERVER-71112: Fix resharding failures count in unittestnandinibhartiyaMDB2022-11-071-1/+1
* SERVER-70725 Narrow errors resulting in `CollectionUUIDMismatch` in cluster a...Gregory Noma2022-11-041-1/+2