summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64517 Recover RecoverableCriticalSection after initialSync and startup...r5.0.7-rc0Jordi Serra Torrens2022-03-1813-62/+143
* Import wiredtiger: 3b6a65170adf05883a55b5d0175547ab6e3c6912 from branch mongo...Luke Chen2022-03-182-6/+15
* SERVER-63417 Oplog fetcher should not retry when a node is known to be downMatthew Russotto2022-03-1726-42/+427
* SERVER-63417 Refactor shouldChangeSyncSource and improve tests for it in topl...Matthew Russotto2022-03-173-28/+250
* SERVER-59290 Improve criteria for shouldChangeSyncSourceGabriel Marks2022-03-176-42/+169
* SERVER-64580 Set strict false in create collection coordinator documentMarcos Jose Grillo Ramirez2022-03-171-1/+1
* SERVER-64555 Allow new unique index data formats to existYuhong Zhang2022-03-171-7/+12
* Import wiredtiger: 8c170bbf340667285f3720fa7b09836e3d34c786 from branch mongo...Luke Chen2022-03-1727-248/+806
* SERVER-60678: Add peeking to SessionASIOTyler Seip2022-03-164-7/+186
* SERVER-60677: Implement parser for Proxy Protocol V1 and V2 headersTyler Seip2022-03-164-0/+1133
* SERVER-57466 Swallow connection reset-related errors received during ASIO ses...Blake Oler2022-03-168-108/+201
* SERVER-58503 Kill open cursors for a connection when a load balanced connecti...George Wangensteen2022-03-1612-333/+611
* SERVER-63531 Correct error to indicate that non-voting members can be include...Louis Williams2022-03-163-14/+100
* SERVER-58502 mongos hello loadBalanced optionBilly Donahue2022-03-1510-19/+411
* SERVER-64182 reconsile minor differences during 5.0 backportAndrew Shuvalov2022-03-143-5/+2
* SERVER-64182 avoid duplicate health checks; cleanupsAndrew Shuvalov2022-03-145-64/+144
* SERVER-64223: Increase kActiveFaultDuration for HostNameFailsAndGoodHostNameS...Kshitij Gupta2022-03-141-0/+1
* SERVER-63319 remove manually scheduling health checks from fault manager the ...LaMont Nelson2022-03-141-16/+1
* SERVER-63319: Refactor FaultManager Stats test to allow health check thread t...LaMont Nelson2022-03-142-24/+44
* SERVER-59384: Should provide ability to perform periodic DNS health checksKshitij Gupta2022-03-1413-12/+342
* SERVER-63013: When health observer returns status failure it will neverKshitij Gupta2022-03-147-21/+93
* SERVER-63471: waitForPrimaryOnlyServices finish rebuilding before testing ste...Lingzhi Deng2022-03-141-11/+7
* SERVER-58310 Always hold `_mutex` before modifying `CallbackState::callback`Amirsaman Memaripour2022-03-111-2/+9
* SERVER-58562 Add a boolean field _isFromLoadBalancer to ClientAlex Li2022-03-112-0/+19
* SERVER-58206: Add a feature flag for L4 load balancer supportTyler Seip2022-03-113-0/+43
* SERVER-64403 Encode the sort key from a document with collation only if value...Denis Grebennicov2022-03-112-17/+21
* SERVER-64304 Prevent a server crash due to index builds started when using th...Gregory Wlodarek2022-03-106-4/+29
* SERVER-64369 Must not allow deletes from capped collections in FCV 4.4Gregory Wlodarek2022-03-094-9/+59
* SERVER-58499 Added a new error code LoadBalancerSupportMismatchAlex Li2022-03-091-0/+2
* SERVER-62242 fixed $indexOfArray handling of duplicate vals in const arraysSteve Tarzia2022-03-092-3/+35
* SERVER-58069 ASSERT_THAT: a matcher-based assert for unit testsBilly Donahue2022-03-0812-37/+1393
* SERVER-62521 Ensure distributed locks are being released even if a remote ste...Marcos José Grillo Ramirez2022-03-081-12/+35
* SERVER-63201 Allow user deletes on capped collectionsGregory Wlodarek2022-03-075-19/+26
* SERVER-58204 physical layout: session_asio.cpp and asio_utils.cppBilly Donahue2022-03-076-995/+1171
* SERVER-56931 instrumentation for Asio setOption failuresBilly Donahue2022-03-073-15/+80
* SERVER-63497 Fix icecream debuggingRyan Egesdahl2022-03-071-2/+2
* SERVER-60412 Support using cgroups v2 to inquire about the memory limitAmirsaman Memaripour2022-03-071-5/+11
* SERVER-63214 Ignore hash inconsistency between whole dbs when collection hash...Jason Chan2022-03-041-0/+10
* SERVER-61104 Robustify find_and_modify_invalid_query_params.jsRishab Joshi2022-03-041-2/+6
* SERVER-54374 Do not attempt to update commit point via heartbeat propagation ...Vesselina Ratcheva2022-03-032-1/+87
* SERVER-63974 Pin version of itsdangerous python dependencyShreyas Kalyan2022-03-031-0/+1
* SERVER-63742 Default topology time in shard can lead to infinite refresh in s...Antonio Fuschetto2022-03-0217-59/+123
* Revert "SERVER-62521 Ensure distributed locks are being released even if a re...Marcos José Grillo Ramirez2022-03-021-18/+8
* SERVER-61769 Remove inMultiDocumentTransaction from expCtxJennifer Peshansky2022-03-017-11/+14
* SERVER-62521 Ensure distributed locks are being released even if a remote ste...Marcos José Grillo Ramirez2022-03-011-8/+18
* SERVER-62907 Vector clock components must survive CSRS non-rolling restartAntonio Fuschetto2022-03-011-0/+21
* SERVER-60109 Ensure vector clock is recovered on step-upPierlauro Sciarelli2022-03-015-33/+29
* SERVER-63968 Prohibit ennumeration of builtin roles on $external databaseSara Golemon2022-02-283-4/+64
* SERVER-63859 Disallow collMod with 'expireAfterSeconds' parameter over a view...Nicholas Zolnierz2022-02-282-1/+7
* SERVER-63986 Use requires_fcv_50 on update_with_dollar_fields.jsRui Liu2022-02-251-1/+1