summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64410 Add ability to defer merge sort in pipeliner5.0.7-rc1r5.0.7Ted Tuckman2022-03-287-8/+182
* SERVER-64772 Don't finish index build before stepdown in index_killop_after_s...Gregory Wlodarek2022-03-231-45/+36
* SERVER-63112 Wait for unstable checkpoint to begin and complete after inserti...Jason Chan2022-03-231-1/+10
* SERVER-63252 Modify CollectionImpl::setIndexIsMultikey to not modify state un...Jordi Olivares Provencio2022-03-231-2/+8
* SERVER-62650 Limit cache wait time when initializing RecordIdsLouis Williams2022-03-232-14/+35
* SERVER-61804: Fix race in transport_layer_asio_testTyler Seip2022-03-221-0/+6
* SERVER-58205: Update documentation to include load balancer supportTyler Seip2022-03-222-1/+39
* SERVER-58505 Add metric to serverStatus for number of load balanced connectionsVojislav Stojkovic2022-03-226-1/+99
* SERVER-64552 Replace invariant with assertion for non-joinable rename collect...Pierlauro Sciarelli2022-03-221-5/+6
* Revert "SERVER-63531 Correct error to indicate that non-voting members can be...Louis Williams2022-03-223-100/+14
* SERVER-61352: Test connections made to mongos over proxy protocolTyler Seip2022-03-215-0/+163
* SERVER-60679: Parse proxy protocol header on proxied connectionsTyler Seip2022-03-2115-48/+182
* SERVER-58504 Abort in-progress transactions when a load-balanced client disco...George Wangensteen2022-03-217-1/+218
* SERVER-64727 Make all DDL coordinator documents parsing not strictTommaso Tocci2022-03-212-2/+2
* SERVER-61107 Serialize concurrent accesses to Socket in TCPResetAfterConnecti...Reo Kimura2022-03-211-0/+10
* SERVER-61490 disable TCPFastOpen during egress testBilly Donahue2022-03-181-2/+8
* SERVER-61016 SessionASIO ctor setsockopt exception handlingBilly Donahue2022-03-184-26/+170
* SERVER-63512 Use optimized (no isSelf calls) reconfiguration on heartbeat rec...Matthew Russotto2022-03-182-2/+128
* SERVER-61095 improvements to transport_layer_asio_test (again)Billy Donahue2022-03-184-284/+286
* 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