summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44152: Pre-warm connection pools in mongosr4.2.17-rc0r4.2.17Anton Oyung2021-09-177-0/+192
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-167-6/+67
* SERVER-58192 Fix memory leak in analyzeSort()Milena Ivanova2021-09-102-17/+18
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-09-0911-1/+632
* SERVER-34938 Secondary slowdown or hang due to content pinned in cache by sin...r4.2.16-rc0r4.2.16Moustafa Maher2021-08-302-1/+8
* SERVER-59074 Do not acquire storage tickets just to set/wait on oplog visibilityGregory Wlodarek2021-08-254-8/+52
* SERVER-59301 fixed waitInHello fail injection and tests using itAndrew Shuvalov2021-08-211-2/+10
* SERVER-57360 Log additional debug info for invariant(_requests.empty()) in ~L...Dianna Hohensee2021-08-204-1/+44
* SERVER-59135 Make mongocryptd targets in MSIs depend on libsasl2Mark Benvenuto2021-08-181-0/+1
* SERVER-52728 Upgrade path from mongoDB 2.4 to 4.2 requires dropping ping_ indexHaley Connelly2021-08-172-0/+36
* SERVER-58169: Log timestamps info on hitting invariants around stable timesta...Lingzhi Deng2021-08-171-6/+18
* Revert "SERVER-55581: Return ScopedDbConnection to connection pool in cluster...Tyler Seip2021-08-121-1/+0
* SERVER-37904 Add enableOverrideClusterChainingSetting server parameterCarolyn Duan2021-08-123-2/+15
* SERVER-57033 Backport use of roles in UserCache keySara Golemon2021-08-1210-59/+100
* SERVER-59197: Delete findAndModify image entries when their corresponding ses...Daniel Gottlieb2021-08-111-8/+38
* SERVER-55581: Return ScopedDbConnection to connection pool in cluster aggregateTyler Seip2021-08-091-0/+1
* SERVER-50486 Always interrupt multi-document transactions on step down or ste...Samy Lanka2021-08-052-0/+12
* Import wiredtiger: 7c01f21b1ee21c7f3ecba13eeab63c87dd61d474 from branch mongo...Luke Chen2021-08-052-2/+3
* SERVER-36263 Bypassing operation validation in applyOps should require specia...Moustafa Maher2021-08-043-0/+8
* SERVER-39621 Change sync source when primary steps down and chaining is disabledSamy Lanka2021-08-042-0/+104
* Import wiredtiger: 0724d88d2527bda48d0cf284237f19f01d6bf7e6 from branch mongo...Luke Chen2021-08-03811-2015/+2939
* SERVER-58909 Missing versions for admin and config databases migrating to ver...Antonio Fuschetto2021-08-021-1/+18
* SERVER-55319 ensure FCV is initialized and set to 4.2 before dropping RSTL fo...Benety Goh2021-07-311-2/+3
* SERVER-55648Mongos doesn't return top-level batch-write error in case of shut...Luis Osta2021-07-291-0/+8
* SERVER-50547 Pipeline length limitJames Wahlin2021-07-272-0/+20
* SERVER-55649 Sharding messages being logged for non-sharded clustersAllison Easton2021-07-221-1/+4
* SERVER-57642 Configure $sample pushdown PlanExecutor to use 'INTERRUPT_ONLY' ...Mihai Andrei2021-07-211-2/+6
* SERVER-58258 Fix race between 'replSetGetStatus' request and initial syncer c...Wenbin Zhu2021-07-211-8/+21
* SERVER-57798 Direct user to manually install on Compass download failureRyan Egesdahl2021-07-201-3/+3
* SERVER-58127 Fix benchRun() memory leak under an exceptionYoonsoo Kim2021-07-201-2/+2
* SERVER-53431 Server should report itself not writable during stepdownMatthew Russotto2021-07-202-0/+24
* SERVER-57650 Make MigrationChunkClonerSource interruptible when waiting for r...Cheahuychou Mao2021-07-202-10/+25
* SERVER-58623: make RSM to respect refresh interval fail injection after initAndrew Shuvalov2021-07-193-16/+25
* SERVER-56839 Index seeks should advance their cursor until aLouis Williams2021-07-131-3/+46
* SERVER-56516 Fix undefined behaviour in $slice arguments parsingNikita Lapkov2021-07-095-15/+100
* SERVER-57983 Fix Integer overflow for $rangeSajed Nahian2021-07-081-5/+6
* SERVER-49237 Add a way for OperationContexts to opt-in to always getting inte...Spencer T Brody2021-07-083-1/+26
* SERVER-55465 Response from all nodes means sufficient responses have been rec...Vishnu Kaushik2021-07-062-2/+34
* SERVER-56489: New pass-through test with hello server-side delaysAndrew Shuvalov2021-07-022-2/+50
* SERVER-57064 Log create index and dropIndex(es) on mongosAntonio Fuschetto2021-07-022-10/+23
* SERVER-53643 Wait for FCV to be majority committed before reporting it.r4.2.15-rc0r4.2.15Matthew Russotto2021-06-302-6/+49
* SERVER-57145 Invariant failure at OCSPManager::requestStatusMark Benvenuto2021-06-291-7/+13
* SERVER-58109 Make shardChunksInRangeQuery satisfiable from the index onlyKaloian Manassiev2021-06-291-11/+9
* SERVER-56062 CappedPositionLost during an index builds collection scan phase ...Gregory Wlodarek2021-06-283-56/+110
* SERVER-57897 Add readPrefMode option to benchRun find/findOne opsYoonsoo Kim2021-06-252-4/+40
* Revert "SERVER-57897 Add readPrefMode option to benchRun find/findOne ops"Yoonsoo Kim2021-06-252-38/+4
* SERVER-57897 Add readPrefMode option to benchRun find/findOne opsYoonsoo Kim2021-06-252-4/+38
* SERVER-56654 Do not use the collection distributed lock for chunk splitsKaloian Manassiev2021-06-242-21/+5
* SERVER-56779 Allow multiple concurrent merges for the same collection across ...Kaloian Manassiev2021-06-243-19/+126
* SERVER-55119 startup warning when X.509 certificates have no Subject Alternat...sergey.galtsev2021-06-224-1/+130