summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46893 Allow streamable isMaster to wait on removed/uninitialized nodesJason Chan2020-04-2310-122/+577
* SERVER-46487 Add fast path to getShardIdsForRange() when chunk range is [MinK...Gregory Noma2020-04-232-5/+46
* SERVER-47166 Explicitly break Baton Promises outside of locksBen Caimano2020-04-232-65/+96
* SERVER-47507 Cancel all remaining egress commands on shutdownBen Caimano2020-04-231-0/+19
* SERVER-47351 Better synchronize NetworkInterfaceTL shutdown with in-flight co...Ben Caimano2020-04-232-13/+47
* SERVER-47543 fix hang when hedge read finishes first with MaxTimeMSExpired errorMisha Tyulenev2020-04-231-14/+23
* SERVER-47117 clear maxTimeMSForHedgedReads delay from the getMore on hedge readsMisha Tyulenev2020-04-238-50/+100
* SERVER-47071: Fix TypeError after the CheckReplOplogs hook failsLingzhi Deng2020-04-231-2/+6
* SERVER-47071: Fix CheckReplOplogs hookLingzhi Deng2020-04-231-2/+3
* SERVER-47056: Do not use readOnce cursors for collection scan in initial syncLingzhi Deng2020-04-221-5/+4
* SERVER-47641 Report total number of range deletion tasks in serverStatus rath...Gregory Noma2020-04-228-39/+41
* SERVER-42632 Disable pinger threads that reach out to config server to make i...Haley Connelly2020-04-222-0/+16
* SERVER-47344 Change agg_merge_upsert_supplied_cluster.js to avoid downgrade t...Bernard Gorman2020-04-221-0/+7
* SERVER-46823 Enable default for index commit quorum as "votingMembers".Suganthi Mani2020-04-221-1/+1
* SERVER-47475 Make PeriodicJob aware of cancelation at global shutdownAmirsaman Memaripour2020-04-224-7/+53
* SERVER-47662 Make ClusterWriter only send databaseVersion if in FCV 4.4jannaerin2020-04-212-3/+11
* 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-211-0/+4
* 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-47654 Strengthen the guarantees of ReadThroughCache with cacheSize = 0Kaloian Manassiev2020-04-213-35/+88
* 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-201-1/+12
* 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-201-1/+4
* 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-207-182/+270
* SERVER-46514 Normalize host selection for mirrored readsAmirsaman Memaripour2020-04-204-20/+79
* 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-47399 Use File Nodes to manage dSYM substructureAndrew Morrow2020-04-202-162/+0
* SERVER-47410 Preserve error codes in ShardServerCatalogCacheLoaderGregory Noma2020-04-201-13/+10
* SERVER-47560 Include "internalClient" field in ReplicaSetMonitor isMaster req...Cheahuychou Mao2020-04-205-7/+219
* SERVER-47545 Allow isSelf to consider any IP address in the 127.0.0.1/8 range...William Schultz2020-04-201-0/+23
* 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-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-172-1/+68
* SERVER-45933 index builds support maxTimeMS through createIndexes interruptionsBenety Goh2020-04-171-9/+0
* 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-171-1/+1
* SERVER-47438 remove CloneOptions::slaveOkBenety Goh2020-04-172-13/+2
* 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-47438 remove Cloner::copyCollection() and Cloner::setConnection()Benety Goh2020-04-172-127/+0
* SERVER-47438 remove unused CloneOptions fieldsBenety Goh2020-04-172-68/+46