summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76550 Shards undergoing draining must chop big chunks to move them offr6.0.6-rc1r6.0.6Pierlauro Sciarelli2023-04-283-13/+137
* SERVER-76063 Always report FreeMonitoring as disabledSara Golemon2023-04-284-27/+25
* Import wiredtiger: 01c4ea404c84ed611face6b5112a0d0373e80fe9 from branch mongo...Luke Chen2023-04-282-16/+4
* Import wiredtiger: 3e3f67820f36ffcc10d4107cd2ef58f55083a291 from branch mongo...Luke Chen2023-04-283-1/+147
* SERVER-75369 Fix the overflow of total possible enumeration count in Lockstep...Ruoxin Xu2023-04-273-6/+37
* SERVER-76549 Remove symbolization from macos variantsMikhail Shchatko2023-04-273-1/+19
* Import wiredtiger: 3718ee4f836ac53db26cba378b58e5c2ec14c31e from branch mongo...Luke Chen2023-04-272-4/+70
* Import wiredtiger: 840661d64bac810fe6c019c6515e7e2fcd50791b from branch mongo...Luke Chen2023-04-272-28/+1
* Import wiredtiger: 814d4e59259792b01a70fe845928b827fd40d24f from branch mongo...Luke Chen2023-04-2710-8/+16
* Import wiredtiger: 7d9dd68f72ac6965278fcb3cda0282f91431a8e8 from branch mongo...Luke Chen2023-04-274-2/+25
* Import wiredtiger: 01ba693ccd1ca59827875aa0f5864ba007efa4f2 from branch mongo...Luke Chen2023-04-272-15/+8
* Import wiredtiger: a7dc285de9c56a5d66522e8887543b9b4c157f09 from branch mongo...Luke Chen2023-04-2712-11/+88
* Import wiredtiger: 282fe2bab684f89ea92edf111461ccbe1b469375 from branch mongo...Luke Chen2023-04-274-10/+4
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-04-2616-58/+341
* SERVER-75987 Synchronize the connection and server threads in `transport_laye...Blake Oler2023-04-261-4/+5
* SERVER-76498: update push task to run on rhel8.7dylrich2023-04-261-1/+1
* SERVER-76502 Safe up checks to FeatureFlag::isEnabled on dangerous pathGabriel Marks2023-04-262-2/+4
* SERVER-76519: migrate crypt push task to GarasignTural Farhadov2023-04-264-47/+40
* SERVER-76321 Fix buffer overrun in 'RowValueBuilder'David Storch2023-04-253-14/+142
* SERVER-74380 Do not enforce ErrorExtraInfo for StaleEpoch errorsKaloian Manassiev2023-04-251-4/+4
* SERVER-72686: Support collstats in agg pipeline for timeseries collections (c...Adityavardhan Agrawal2023-04-257-157/+290
* SERVER-75082 Make balancer migrations throttling configurableSilvia Surroca2023-04-252-9/+15
* SERVER-76446 Schedule non-microbenchmark sys-perf tests to run monthly on 6.0SimonEismann2023-04-251-0/+28
* SERVER-73943 Exclude pin_code_segments_on_startup.js from rhel-82-arm64Jason Chan2023-04-241-0/+1
* SERVER-71009 SERVER-76172 Limit the select chunks operation timeSilvia Surroca2023-04-243-30/+298
* SERVER-68670 Collecting balancing stats must not impact scalabilityPol Pinol Castuera2023-04-2417-69/+489
* SERVER-73390 Mitigate database version regression bug on drop database ( che...Enrico2023-04-241-12/+31
* SERVER-65700 list-append's Evergreen report generator masks failures if a sin...Richard Samuels2023-04-217-3/+625
* SERVER-76139 sync_source_changes.js should wait for node to no longer be newl...Kaitlin Mahar2023-04-212-2/+5
* SERVER-76004 Removing incorrect tassertSergi Mateo Bellido2023-04-211-8/+0
* SERVER-76273 Make SessionCatalogMigrationDestination's opCtxs interruptible o...Jordi Serra Torrens2023-04-211-0/+3
* SERVER-71792 Log list of cursors a range deletion is going to wait onPierlauro Sciarelli2023-04-214-8/+78
* SERVER-72146 Add statistic to count the number of bytes cloned from the donor...Marcos José Grillo Ramirez2023-04-203-0/+7
* SERVER-75481 Consider ideal data size when balancingPierlauro Sciarelli2023-04-202-1/+35
* SERVER-73943 Pin program code segments in memory on startupJason Chan2023-04-208-1/+186
* SERVER-74380 Make the router loop not invariant on unexpected namespacesr6.0.6-rc0Kaloian Manassiev2023-04-2027-127/+219
* SERVER-76178 Fix moveRange authorization requirementsPierlauro Sciarelli2023-04-202-1/+31
* SERVER-72146 Add extra migration statistics including the total bytes cloned ...Marcos José Grillo Ramirez2023-04-195-2/+39
* SERVER-69783 use integral value for large 'expireAfterSeconds' in ttl testBenety Goh2023-04-191-1/+1
* SERVER-69783 add test case for TTL index with floating point 'expireAfterSeco...Benety Goh2023-04-191-0/+8
* SERVER-76274 moved microbenchmarks to their own distroSimon Eismann2023-04-191-4/+4
* SERVER-75360 Add number of results from mongot to slow query log lineTed Tuckman2023-04-192-0/+4
* SERVER-74997 Reduce the timeout of tlsOCSPVerifyTimeoutSecs to 4 secondsAdrian Gonzalez2023-04-191-1/+1
* SERVER-76241 Add search_pinned_connections_auth to relevant tasks in evergree...George Wangensteen2023-04-181-0/+2
* SERVER-75356 Fix sharded explain path's handling of 'let' parametersDavid Storch2023-04-1820-69/+266
* SERVER-75725 Control TaskExecutorCursor's connection-pinning behavior with a ...George Wangensteen2023-04-188-13/+54
* SERVER-74112 Make mongod->mongot connections auth configurableGeorge Wangensteen2023-04-171-0/+2
* SERVER-57056 Give LogSeverity::Log() messages syslog severity level infoGabriel Marks2023-04-171-1/+1
* SERVER-75183 Add a server parameter to configure connection-pinning behavior ...George Wangensteen2023-04-172-0/+42
* SERVER-73613 Let TaskExecutorCursor Pin Connections When RequestedGeorge Wangensteen2023-04-178-344/+882