summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69001: Have initial sync persist its last oplog time into the minvalid...r6.0.3-rc0Daniel Gottlieb2022-11-011-43/+53
* Import wiredtiger: 34136bb7914272cc2d9705744ae28bdb373a8781 from branch mongo...Luke Chen2022-11-013-3/+173
* Import wiredtiger: c01e34c7a23abf8b0da9a7ef1ee2a7c5cfc1b7ae from branch mongo...Luke Chen2022-11-014-3/+18
* SERVER-70864 Get rid of fine-grained range deleter lockTommaso Tocci2022-11-019-42/+45
* SERVER-69868 Return ShutdownStatus When Starting a Shutdown `TransportLayer`Celina Tala2022-10-312-4/+9
* SERVER-69136 Tests should consider balancerCollectionStatus may report balanc...Silvia Surroca2022-10-301-1/+1
* SERVER-70381 Creating auxiliary library with the ShardFiltererSergi Mateo Bellido2022-10-301-1/+11
* SERVER-69861 Uninterruptible lock guard in election causes FCBIS to hangMatthew Russotto2022-10-288-1/+37
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHAB...Reo Kimura2022-10-275-11/+11
* SERVER-70361 Prevent crash due to duration overflow in waitForConditionOrInte...Blake Oler2022-10-275-22/+114
* SERVER-70852 Recommit SERVER-66716 on v6.0Paolo Polato2022-10-271-4/+0
* SERVER-60141 Upgrade timelib to version 2022.02Alberto Massari2022-10-2540-33321/+31162
* SERVER-69429 Check shard key compatibility during collMod convert to uniqueYuhong Zhang2022-10-211-1/+20
* SERVER-69429 Check shard key restriction for indexes with `prepareUnique` optionYuhong Zhang2022-10-215-26/+30
* SERVER-62760 Implement CQF Query LoggingBen Shteinfeld2022-10-196-23/+48
* SERVER-70190 Fix ExpressionSwitch::optimize() to manage _children vector corr...David Storch2022-10-173-70/+150
* SERVER-69784 Fix signed char misusesMatt Kneiser2022-10-142-3/+5
* SERVER-69756: Abort a resharding operation immediately.nandinibhartiyaMDB2022-10-143-2/+44
* SERVER-63811 Add check so documents stage runs when db does not existgalon12022-10-1411-27/+91
* SERVER-66913 make configureCollectionBalancing() return NamespaceNotSharded o...Pierlauro Sciarelli2022-10-143-11/+13
* SERVER-67813 Review "requires_fcv_61" tags when data size aware balancing lan...Pierlauro Sciarelli2022-10-141-2/+2
* SERVER-67301 Balancer may perform one unnecessary migration for a completely ...Silvia Surroca2022-10-143-15/+115
* SERVER-67733 ShardingTest::awaitBalancerRound() doesn't work in case of CSRS...Tommaso Tocci2022-10-143-43/+19
* SERVER-67346 Disable autosplit on config.system.sessions when upgrading the c...Paolo Polato2022-10-142-5/+6
* SERVER-57417 Enable NoMoreAutoSplitter Feature flagAllison Easton2022-10-142-1/+40
* SERVER-66781 Enable BalanceAccordingToDataSize feature flagAllison Easton2022-10-142-1/+7
* SERVER-66078 Make config.system.sessions balanceable by data size criteriaPaolo Polato2022-10-145-9/+41
* SERVER-64319 Fix the name hiding issue for usages of ShardingCatalogManager::...Allison Easton2022-10-143-111/+122
* SERVER-66827 Balancer must not skip round if a collection has balacing disabledPierlauro Sciarelli2022-10-141-3/+3
* SERVER-66753 Use 64-bit integer in the balancer policy minSize counterKaloian Manassiev2022-10-141-7/+4
* SERVER-66208 Remove chunk creation for shard collection with existing dataPierlauro Sciarelli2022-10-143-6/+18
* SERVER-63668 Guard the chunk splitter behind the no more auto-splitter featur...Allison Easton2022-10-141-1/+3
* SERVER-65816 Change balancer policy to balance on data size rather than numbe...Pierlauro Sciarelli2022-10-1415-165/+490
* SERVER-69134 Adding a way to clear the metadata managerSergi Mateo Bellido2022-10-135-12/+53
* SERVER-67891 SERVER-69465 SERVER-68249 SERVER-69069 Sharded data distribution...Silvia Surroca2022-10-1316-29/+674
* SERVER-70475 Cherry pick signed integer compairson warning from newer boost o...Andrew Morrow2022-10-131-1/+3
* SERVER-69898 Wait for the critical section catch-up phase before refreshing t...Antonio Fuschetto2022-10-072-3/+3
* SERVER-69930 Unexpected error message in the logs attempting to refresh the v...Antonio Fuschetto2022-10-071-1/+1
* SERVER-69380 Avoid swapping meta projection with $_internalUnpackBucket if a ...Nicholas Zolnierz2022-10-062-1/+50
* SERVER-68233 MongoShell numberDecimalsAlmostEqual(NumberDecimal(0), NumberDec...Denis Grebennicov2022-10-061-7/+15
* SERVER-67466 Internal transactions API may be memory unsafe when outer Operat...Sanika Phanse2022-10-062-5/+8
* SERVER-69348 Remove repairDatabase commandSpencer Jackson2022-10-052-36/+0
* SERVER-68893 Remove unnecessary TicketHolder benchmarksJordi Olivares Provencio2022-10-051-84/+9
* SERVER-69389 Populate shadow collection catalog on clean shutdownGregory Noma2022-10-045-20/+20
* SERVER-69444 Make the joining of concurrent critical section and refresh look...Antonio Fuschetto2022-10-042-96/+83
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-10-0414-93/+275
* SERVER-69037 fix incorrect calculation of bytes in MiBKyle Suarez2022-10-031-2/+2
* SERVER-66916 Make rangeDeleterBatchSize and rangeDeleterBatchDelayMS dynamica...Pierlauro Sciarelli2022-10-034-51/+16
* SERVER-66972 Database critical section does not serialize with ongoing refreshesAntonio Fuschetto2022-10-039-76/+321
* SERVER-68394 Ensure we do not yield strong locks upon startup recovery when _...Faustoleyva542022-09-301-0/+4