summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 7b994a862e899a12eb7c3ac814c9fada7d8d1ab9 from branch mongo...r4.4.0-rc2Luke Chen2020-04-2287-1115/+1204
* SERVER-47489 Blacklist standalone_replication_recovery_idempotent.js and temp...Jason Chan2020-04-212-2/+6
* SERVER-47269 Add uses_change_streams tag to apply_ops_inserts_do_not_include_...Jason Chan2020-04-211-0/+2
* SERVER-47662 Make ClusterWriter only send databaseVersion if in FCV 4.4jannaerin2020-04-214-13/+13
* SERVER-47676 Update FCV documentation links to 4.4 in feature_compatibility_v...Ali Mir2020-04-211-2/+3
* SERVER-46190 Disallow dbHash for nodes in RECOVERING stateVesselina Ratcheva2020-04-213-19/+6
* SERVER-47465 remove unused functions from indexbuildentryhelpers namespaceBenety Goh2020-04-214-330/+14
* SERVER-47440 Stop parsing unused parameter configdb in SetShardVersion commandBlake Oler2020-04-211-19/+0
* SERVER-47600 Clear _receivingChunks on setFCV after metadata refreshGregory Noma2020-04-215-0/+30
* SERVER-47673 Ensure that database-tools metapackage is created on RPM platformsAndrew Morrow2020-04-218-0/+16
* SERVER-45835 Add optimized Linkbench to Sys-perf as a new taskHenrik Ingo2020-04-211-0/+16
* SERVER-47654 Strengthen the guarantees of ReadThroughCache with cacheSize = 0Kaloian Manassiev2020-04-213-35/+88
* SERVER-47063 Upgrade static OpenSSL to 1.1.1eSara Golemon2020-04-201-2/+2
* SERVER-43739 Always send SNI regardless of allowInvalidHost and setup proper ...Sara Golemon2020-04-203-19/+22
* SERVER-47048 Test that mongos can find primary despite "ping" failuresCheahuychou Mao2020-04-202-2/+57
* SERVER-47539 Remove uassert inside ServerPingMonitor::onServerHandshakeComple...Haley Connelly2020-04-201-4/+3
* SERVER-47445 Don't update Scope::_loadedVersion before loadStored succeedsDavid Percy2020-04-202-10/+14
* SERVER-46681 Integrate the ServerPingMonitor into the StreamableReplicaSetMon...Haley Connelly2020-04-2016-171/+300
* SERVER-47356 Remove invariant that fast count is 0 when creating an index on ...Louis Williams2020-04-201-1/+1
* SERVER-46989 Index builds should hold RSTL to prevent replication state chang...Louis Williams2020-04-2012-187/+603
* SERVER-46514 Normalize host selection for mirrored readsAmirsaman Memaripour2020-04-205-22/+157
* SERVER-46514 Allow mirroring maestro to leave GC for the client threadAmirsaman Memaripour2020-04-207-14/+442
* SERVER-46953 Log number of operations killed by shutdownPavi Vetriselvan2020-04-201-0/+5
* SERVER-44067 Increase macosx target to 10.13Andrew Morrow2020-04-202-6/+4
* SERVER-47399 Use File Nodes to manage dSYM substructureAndrew Morrow2020-04-206-235/+121
* SERVER-47410 Preserve error codes in ShardServerCatalogCacheLoaderGregory Noma2020-04-201-13/+10
* SERVER-47560 Include "internalClient" field in ReplicaSetMonitor isMaster req...Cheahuychou Mao2020-04-208-7/+268
* SERVER-47545 Allow isSelf to consider any IP address in the 127.0.0.1/8 range...William Schultz2020-04-201-0/+23
* SERVER-46744 Install unit test debug info without increasing disk utilizationAndrew Morrow2020-04-205-243/+383
* SERVER-47633 Add uses_transactions tag to index_build_yield_prepare_conflicts.jsLouis Williams2020-04-201-0/+1
* SERVER-46612 Test that $unionWith obeys the read preference set on the origin...Ted Tuckman2020-04-201-0/+169
* SERVER-47438 Cloner::_copyIndexes() will not recreate dropped collectionBenety Goh2020-04-171-26/+2
* SERVER-47630 Reserving a slot in the oplog for addIndexBuildEntry can cause a...Gregory Wlodarek2020-04-171-7/+16
* SERVER-47438 Cloner::_copyIndexes() assumes collection is emptyBenety Goh2020-04-172-82/+7
* SERVER-44559 Enable WT debug table for powercycle testsJamie Heppenstall2020-04-174-12/+13
* SERVER-47438 Cloner::copyDb() creates indexes before copying documentsBenety Goh2020-04-171-17/+17
* SERVER-47438 Cloner::copyDb() always copies the same database from a remote hostBenety Goh2020-04-173-184/+106
* SERVER-47464 Prevent SetIndexCommitQuorum cmd from changing commit quorum on ...Suganthi Mani2020-04-173-3/+72
* SERVER-45933 index builds support maxTimeMS through createIndexes interruptionsBenety Goh2020-04-172-9/+70
* SERVER-47438 remove CloneOptions. Cloner::copyDb() accepts db name and sharde...Benety Goh2020-04-173-98/+83
* SERVER-47599 Index builder votes for ready to commit after first drain phase.Suganthi Mani2020-04-173-10/+4
* SERVER-47438 remove CloneOptions::slaveOkBenety Goh2020-04-172-13/+2
* SERVER-47618 Blacklist tests with requires_getmore from multi_stmt_txn_jscore...Anton Korshunov2020-04-171-0/+3
* SERVER-47517 Secondary nodes will always try to vote for committing the index...Gregory Wlodarek2020-04-171-7/+27
* SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.Suganthi Mani2020-04-1718-61/+8
* SERVER-47587 Removes the racy jstest "index_build_with_incorrect_fast_count_o...Suganthi Mani2020-04-171-70/+0
* SERVER-47438 remove Cloner::copyCollection() and Cloner::setConnection()Benety Goh2020-04-172-127/+0
* SERVER-47513 Modify killop.js to search for op by 'comment' in currentOp outputNick Zolnierz2020-04-171-6/+13
* SERVER-47438 remove unused CloneOptions fieldsBenety Goh2020-04-172-68/+46
* SERVER-47438 remove unused function RollbackSource::copyCollectionFromRemote()Benety Goh2020-04-179-92/+0