summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44152: Pre-warm connection pools in mongosr4.2.17-rc0r4.2.17Anton Oyung2021-09-179-0/+318
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-168-6/+120
* SERVER-48090: Support python 3.6 with test generation toolsDavid Bradford2021-09-141-1/+1
* SERVER-45385 unblacklisted sharding/kill_sessions.js by removing multiversion...Jonathan Lee2021-09-101-4/+0
* SERVER-58192 Fix memory leak in analyzeSort()Milena Ivanova2021-09-102-17/+18
* SERVER-49521 fix writeConcern for non-txn createIndexes commands in core/txns...Benety Goh2021-09-093-4/+14
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-09-0913-3/+634
* 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-58826 [4.2] Disallow compact_keeps_indexes.js and explain_shell_helper...Arun Banala2021-08-241-4/+4
* SERVER-59262 Remove burn_in_tests tasks from storeFindAndModifyImagesInSideCo...Jason Chan2021-08-231-7/+3
* SERVER-59301 fixed waitInHello fail injection and tests using itAndrew Shuvalov2021-08-213-11/+26
* SERVER-57360 Log additional debug info for invariant(_requests.empty()) in ~L...Dianna Hohensee2021-08-204-1/+44
* Revert "SERVER-59191 Use expansions in modules"vrachev2021-08-192-22/+22
* SERVER-59414 Retry curator setup in powercycleMikhail Shchatko2021-08-194-36/+50
* 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-173-0/+128
* 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-125-2/+57
* SERVER-57033 Backport use of roles in UserCache keySara Golemon2021-08-1210-59/+100
* SERVER-59191 Use expansions in modulesvrachev2021-08-122-22/+22
* SERVER-59197: Delete findAndModify image entries when their corresponding ses...Daniel Gottlieb2021-08-113-15/+60
* 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-054-0/+130
* 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-045-33/+134
* SERVER-39621 Change sync source when primary steps down and chaining is disabledSamy Lanka2021-08-044-0/+139
* SERVER-58402: Increase timeout of shutdown command in shutdown_primary.jsXueruiFa2021-08-041-1/+1
* 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-55648 Disable retryable_mongos_write_errors.js in sharding_last_stable...jannaerin2021-07-301-0/+2
* SERVER-55648Mongos doesn't return top-level batch-write error in case of shut...Luis Osta2021-07-292-0/+65
* SERVER-50547 Pipeline length limitJames Wahlin2021-07-275-0/+109
* SERVER-55649 Sharding messages being logged for non-sharded clustersAllison Easton2021-07-221-1/+4
* SERVER-54729 Add explicit dependencies to Debian packagesRyan Egesdahl2021-07-214-19/+37
* Revert "SERVER-54729 Add explicit dependencies to Debian packages"Ryan Egesdahl2021-07-214-39/+21
* SERVER-57642 Configure $sample pushdown PlanExecutor to use 'INTERRUPT_ONLY' ...Mihai Andrei2021-07-212-2/+58
* SERVER-58258 Fix race between 'replSetGetStatus' request and initial syncer c...Wenbin Zhu2021-07-212-10/+33
* SERVER-58283 Add a variables file for configuring developer style MONGO_VERSI...Andrew Morrow2021-07-201-0/+13
* SERVER-57798 Direct user to manually install on Compass download failureRyan Egesdahl2021-07-201-3/+3
* SERVER-54729 Add explicit dependencies to Debian packagesRyan Egesdahl2021-07-204-21/+39
* 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-203-1/+26
* SERVER-57727 race conditions in x509_invalid.jssergey.galtsev2021-07-201-28/+49
* SERVER-57650 Make MigrationChunkClonerSource interruptible when waiting for r...Cheahuychou Mao2021-07-203-10/+26
* SERVER-58623: make RSM to respect refresh interval fail injection after initAndrew Shuvalov2021-07-193-16/+25
* SERVER-58191 Allow delete_during_migrate test to tolerate chunk migration tim...Paolo Polato2021-07-161-2/+13
* SERVER-56839 Index seeks should advance their cursor until aLouis Williams2021-07-132-3/+103