summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47478 restore 'forked process: <pid>' messager4.4.0-rc1Billy Donahue2020-04-111-0/+2
* SERVER-45088 Simplify safe reconfig avoids diverging configs testAli Mir2020-04-101-75/+48
* SERVER-45088 Test safe reconfig avoids diverging configsAli Mir2020-04-101-0/+122
* SERVER-45956 Allow findAndModify with upsert=true inside multi-document trans...Gregory Noma2020-04-1011-331/+361
* SERVER-47189 Do a reconfig on upgrade to FCV 4.4 to add a config termWilliam Schultz2020-04-103-1/+101
* SERVER-44577 Ensure WiredTiger RecordStore and SortedDataInterface cursors ha...Louis Williams2020-04-105-0/+313
* SERVER-47407 Avoid using WriteUnitOfWork in index build collection scan loopLouis Williams2020-04-103-9/+22
* SERVER-39458 Continuously drain side writes while waiting for next index buil...Louis Williams2020-04-106-14/+158
* SERVER-47361 Add test that TopologyStateMachine checks electionId before upda...jannaerin2020-04-101-0/+60
* SERVER-47423 Take collection MODE_X locks instead of databse MODE_X lock in c...Gregory Noma2020-04-104-16/+61
* SERVER-46916 misc. map reduce performance improvementsIan Boros2020-04-104-14/+54
* SERVER-47164 Drop any existing indexes conflicting with the specs from the st...Gregory Wlodarek2020-04-103-2/+37
* SERVER-47360 Take collection MODE_IX lock instead of database MODE_X lock whe...Gregory Noma2020-04-105-113/+50
* SERVER-47467 Initiate set with high election timeout in reconfig_waits_for_co...William Schultz2020-04-101-1/+1
* SERVER-46768 remove commit quorum builderBenety Goh2020-04-101-35/+0
* Revert "SERVER-47268 retry sharded transaction in noop__createIndexes_not_blo...Adam Cooper2020-04-101-38/+24
* SERVER-46610 Remove wt develop from system-perf.yml and evergreen.ymlCarl Raiden Worley2020-04-102-174/+0
* SERVER-47317 Take collection MODE_X locks instead of database MODE_X lock in ...Gregory Noma2020-04-105-35/+87
* SERVER-47268 retry sharded transaction in noop__createIndexes_not_blocked_by_...Benety Goh2020-04-101-24/+38
* SERVER-46667 Avoid invariant from invalid candidateIndexA. Jesse Jiryu Davis2020-04-102-21/+62
* SERVER-43883: Enable WTs cursor copy mode for ASAN builds.Daniel Gottlieb2020-04-103-9/+27
* SERVER-47384 Remove TODO comment for SERVER-41070Cheahuychou Mao2020-04-091-1/+0
* SERVER-45624 Make the balancer split the sessions collectionCheahuychou Mao2020-04-097-41/+319
* SERVER-47176 Make update.cpp not take database MODE_X lockGregory Noma2020-04-091-27/+22
* SERVER-47358 Take collection MODE_X locks instead of database MODE_X lock in ...Gregory Noma2020-04-091-11/+10
* SERVER-446970 KRB5_CCNAME variable is reused between JSTest jobs when it shou...Adam Cooper2020-04-091-1/+2
* SERVER-43044 IndexBuildsCoordinatorMongod reports operation statistics for sl...Gregory Wlodarek2020-04-091-0/+6
* SERVER-46544 Unblacklist tests in aggregation_secondary_reads passthroughMihai Andrei2020-04-097-50/+61
* SERVER-47255 Force $out/$merge tests within jstests/replsets to run with prim...Mihai Andrei2020-04-096-9/+37
* SERVER-46991 Create aggregation secondary reads passthrough which runs agains...Arun Banala2020-04-0918-145/+257
* Import wiredtiger: da6c25fee0c5c9b0376df0dc19caa40a553cc5a2 from branch mongo...r4.4.0-rc0Luke Chen2020-04-0949-772/+1325
* SERVER-47396 Improve kill_pinned_cursor.js diagnostic loggingCharlie Swanson2020-04-081-2/+10
* SERVER-46818: Do untimestamped writes in idemptency testsLingzhi Deng2020-04-082-2/+21
* SERVER-47337 Only allow the commitQuorum option in createIndexes to be specif...Gregory Wlodarek2020-04-081-1/+1
* SERVER-47274: Refactor task generation in evergreenDavid Bradford2020-04-0818-952/+824
* SERVER-46453 Selected_tests_gen should pick up changed files in mongo-enterpr...Lydia Stepanek2020-04-086-50/+109
* SERVER-46439 Add acceptance tests for burn_in_tags and fix windows failure.Jim OLeary2020-04-083-14/+220
* SERVER-47387 Remove TODO comment for SERVER-45707Cheahuychou Mao2020-04-081-3/+0
* SERVER-42455 Make ReplicaSetChangeNotifier::onConfirmedSet safe during shutdownjannaerin2020-04-085-29/+20
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-04-075-34/+39
* SERVER-47077 Clean up log lines in 'mongo/db'samanca2020-04-0710-228/+262
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-04-074-33/+30
* SERVER-47343 Add/update failpoints to make cancelCommand integration tests mo...Cheahuychou Mao2020-04-075-26/+66
* SERVER-47233 Consider WriteOp complete when no shards left to targetMarcos José Grillo Ramírez2020-04-072-1/+104
* SERVER-47179: Fix crash when requesting serverStatus oplog before the oplog c...Lingzhi Deng2020-04-072-14/+24
* SERVER-46799 Fix LOGV2 lines in the BatchWriteExecutorKaloian Manassiev2020-04-072-47/+37
* SERVER-47345 Fix causal consistency bug in $merge code on mongosArun Banala2020-04-071-1/+2
* SERVER-46141: Separate multiversion passthrough tests from burn in tests.Alexander Costas2020-04-076-406/+542
* SERVER-47357 return incremented iterator from fmt::formatter<HostAndPort>Billy Donahue2020-04-071-2/+3
* SERVER-46233 Relocate second call to optimizePipeline()Justin Seyster2020-04-063-4/+71