summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71683 Tenant collection cloner reads the next batch from socket buffer...r6.1.1-rc1Suganthi Mani2022-12-073-161/+17
* SERVER-71477 Check '_internalAllCollectionStatsSpec.getStats()' exists before...Pol Pinol Castuera2022-11-242-7/+9
* SERVER-69874 Execute in dryRun mode first during unique index conversion on a...Yuhong Zhang2022-11-185-0/+175
* SERVER-71191 Unlock and relock RSTL during index build setupGregory Noma2022-11-163-5/+45
* Import wiredtiger: 9f60092c26a08601c2728269d3a42cd8a49b7d1d from branch mongo...Luke Chen2022-11-162-1/+19
* SERVER-68769 If the shard key index cannot be dropped, it cannot be hidden.Pol Pinol Castuera2022-11-155-22/+52
* SERVER-68361 Make migration properly handle cases when shard key value modifi...Randolph Tan2022-11-143-33/+88
* Import wiredtiger: f33fe0274f33f378b77f015c976889b0eed05197 from branch mongo...Luke Chen2022-11-143-1/+147
* SERVER-67795: Add serverstatus counters for updateMany, deleteMany calls(6.1)Adi Zaimi2022-11-104-0/+27
* SERVER-69877 Remove untimestamped writes to the catalog when restarting unfin...Gregory Wlodarek2022-11-1018-120/+248
* SERVER-67898 Add chunk size in bytes to BalancerCollectionStatusResponsePierlauro Sciarelli2022-11-092-2/+7
* SERVER-70793 Make database metadata refresh first check new metadata under th...Antonio Fuschetto2022-11-091-0/+18
* SERVER-69603 Do not report drop events as part of shardCollectionEnrico Golfieri2022-11-0916-60/+113
* SERVER-70879 Fix race where multiple threads are turning an index multikey co...Henrik Edin2022-11-082-3/+144
* SERVER-71055 Update stable timestamp in `OplogOrder` testGregory Noma2022-11-081-0/+1
* SERVER-68541 Serialize the removeShard and commitMovePrimary commands to prev...Antonio Fuschetto2022-11-087-67/+297
* SERVER-70773 Skip rebuilding instance on stepup in tenant migration recipient...Didier Nadeau2022-11-081-0/+3
* SERVER-70436 Handle covered $or null queries with regexAlya Berciu2022-11-087-102/+200
* SERVER-70167 Resumed create coordinator may incorrectly try to release the cr...Enrico Golfieri2022-11-083-5/+28
* SERVER-70725 Narrow errors resulting in `CollectionUUIDMismatch` in cluster a...Gregory Noma2022-11-041-1/+2
* SERVER-70274 Improve performance of change stream pre-images purging job by l...Denis Grebennicov2022-11-048-367/+223
* SERVER-70602 Handle faulty balancerCompliant reporting by waiting for some no...Silvia Surroca2022-11-041-0/+6
* SERVER-67926 Delete non-existing garbage collectable tenant migration data sh...mathisbessamdb2022-11-012-5/+161
* SERVER-70864 Get rid of fine-grained range deleter lockTommaso Tocci2022-11-016-40/+42
* 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-281-1/+11
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHAB...Reo Kimura2022-10-276-12/+12
* SERVER-70361 Prevent crash due to duration overflow in waitForConditionOrInte...Blake Oler2022-10-275-22/+114
* Import wiredtiger: 005ca70527d68c4ad868ea50091413f6b99f272b from branch mongo...Luke Chen2022-10-254-3/+18
* SERVER-69429 Check shard key compatibility during collMod convert to uniqueYuhong Zhang2022-10-191-1/+20
* SERVER-69429 Check shard key restriction for indexes with `prepareUnique` optionYuhong Zhang2022-10-195-26/+30
* SERVER-70657 Update NOMAS feature flags version to 6.0Pierlauro Sciarelli2022-10-181-2/+2
* SERVER-69037 fix incorrect calculation of bytes in MiBKyle Suarez2022-10-171-2/+2
* SERVER-69784 Fix signed char misusesMatt Kneiser2022-10-142-3/+5
* SERVER-70190 Fix ExpressionSwitch::optimize() to manage _children vector corr...David Storch2022-10-143-64/+145
* SERVER-69756: Abort a resharding operation immediately.nandinibhartiyaMDB2022-10-143-2/+45
* SERVER-69134 Adding a way to clear the metadata managerSergi Mateo Bellido2022-10-135-12/+53
* SERVER-64730 Interrupt ongoing refreshes after entering into the critical sec...Sergi Mateo Bellido2022-10-133-4/+14
* SERVER-67891 SERVER-69465 SERVER-68249 SERVER-69069 Sharded data distribution...Silvia Surroca2022-10-1316-28/+677
* SERVER-69575 Add unit tests for SDT instance and cumulative metricsBrett Nawrocki2022-10-1112-132/+431
* SERVER-63811 Add check to allow documents stage to run without a database exi...galon12022-10-1011-27/+91
* SERVER-68932 Fix resharding critical section metricsBrett Nawrocki2022-10-105-18/+42
* 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-69444 Make the joining of concurrent critical section and refresh look...Antonio Fuschetto2022-10-062-101/+87
* SERVER-69748 Remove redundant totalPipelineLookup counterJennifer Peshansky2022-10-053-14/+4
* SERVER-69348 Remove repairDatabase commandSpencer Jackson2022-10-053-49/+0
* SERVER-68854 Refactor SchedulingTicketHolder queueing logicJordi Olivares Provencio2022-10-053-56/+34
* SERVER-66972 Database critical section does not serialize with ongoing refreshesAntonio Fuschetto2022-10-059-72/+318