summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34661 Return early when the vote request response has an error.Suganthi Mani2018-05-232-2/+44
* SERVER-31995 omit cloner stats from initial sync stats if too largeBenety Goh2018-05-223-20/+36
* SERVER-31995 added characterization test for initial sync stats on a large da...Benety Goh2018-05-221-1/+63
* SERVER-34851 Disallow index selection for identical min & max values on findJames Wahlin2018-05-224-22/+4
* SERVER-31400 Record netstat metrics in ftdcBruce Lucas2018-05-221-0/+15
* SERVER-33546 Adding a new field syncSourceId to replSetGetStatus cmd.Suganthi Mani2018-05-222-5/+159
* SERVER-27230 Always emit string status fields in replica set statusSuganthi Mani2018-05-222-9/+192
* SERVER-34888 Do not store subject name without validationSara Golemon2018-05-212-0/+22
* SERVER-33395 Add configure check for vec_vbpermq outputJason Carey2018-05-161-1/+2
* SERVER-23935 Disable oplog sampling in queryable backup modenehakhatri52018-05-021-2/+2
* SERVER-29949 Fix race condition in InitialSyncerResetsOptimes unit testWilliam Schultz2018-04-242-4/+6
* SERVER-33026 SyncSourceFeedback request should have a timeoutWilliam Schultz2018-04-234-33/+104
* SERVER-20056 Warn when wiredTigerCacheSizeGB is > 80% of RAMMaria van Keulen2018-04-231-0/+14
* SERVER-34571 Ensure _deleteNotifyExec in MigrationChunkClonerSourceLegacy alw...Matthew Saltz2018-04-231-2/+7
* SERVER-34508 Prevent race condition in Migration Destination Manager from swa...Blake Oler2018-04-171-0/+2
* SERVER-27941 change the shardVersion check to an epoch check when entering th...Dianna Hohensee2018-04-131-4/+6
* SERVER-12644 noprealloc warning should be logged properlyGabriel Russell2018-04-041-2/+1
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-03-299-24/+248
* SERVER-16802 SERVER-28981 Balancer consider shards and collections in random ...Kevin Pulo2018-03-267-11/+73
* SERVER-32885 Overlap chunk clone application on the donor with fetching docum...Blake Oler2018-03-224-46/+244
* SERVER-32453 Handle cursor->next return code in WTKVEngine::getAllIdentsXiangyu Yao2018-03-211-1/+4
* SERVER-33854 Avoid accessing invalid memory in applyOpsXiangyu Yao2018-03-141-2/+2
* SERVER-28495 Fix lintMark Benvenuto2018-03-141-4/+4
* SERVER-28495 Fix lintr3.4.14-rc0r3.4.14Mark Benvenuto2018-03-121-4/+6
* SERVER-28495 FTDC for MongoSMark Benvenuto2018-03-1212-9/+315
* SERVER-29938 FTDC RefactorMark Benvenuto2018-03-129-349/+492
* SERVER-32876 Don't stall ftdc due to WT cache fullKelsey Schubert2018-03-127-7/+32
* SERVER-32886 Remove unnecessary sleeps during chunk migrationjannaerin2018-03-125-13/+76
* SERVER-31399 Include time spent applying batches in repl.apply.batches.totalM...Vesselina Ratcheva2018-03-011-1/+3
* SERVER-33228 Remove the half-implemented and unused `CollectionRangeDeleter` ...Kaloian Manassiev2018-03-019-723/+4
* SERVER-33233 Don't stall ftdc due to running out of ticketsBruce Lucas2018-03-014-4/+38
* SERVER-29812 RangeDeleter no longer unnecessarily waits for 'majority' write ...Kevin Pulo2018-02-289-15/+33
* SERVER-32241 applyOps reports success even when a nested applyOps fails.Matthew Russotto2018-02-272-7/+4
* SERVER-28151 Sync admin database first during initial syncJason Chan2018-02-263-7/+184
* SERVER-33122 Add option to disable WiredTiger cursor cachingLouis Williams2018-02-262-18/+30
* SERVER-32533 In oplog truncate with WT, don't use a start key.Michael Cahill2018-02-261-7/+14
* SERVER-31671 Cancel running elections if the term changes after writing my la...Siyuan Zhou2018-02-232-19/+31
* SERVER-31161 Index created through applyOps command should not inherit collec...Louis Williams2018-02-121-0/+17
* SERVER-28594 non-atomic applyOps should log each operation individuallyLouis Williams2018-02-123-182/+200
* SERVER-31979 Chunk migration statistics included in moveChunk.commit in the c...jannaerin2018-02-125-9/+18
* SERVER-33238 Revert the change that kept ftdc from stalling with no ticketsr3.4.13Ramon Fernandez2018-02-093-15/+1
* SERVER-33089 Do not regenerate auth indexes in queryable backup moder3.4.12-rc0r3.4.12Spencer Jackson2018-02-051-0/+8
* SERVER-32875 Don't stall ftdc due to running out of ticketsBruce Lucas2018-01-313-1/+15
* SERVER-31462 Register Database::AddCollectionChange in the correct orderXiangyu Yao2018-01-301-1/+1
* SERVER-32569 allow config servers and shard replica sets to start in non-clus...r3.4.11-rc0r3.4.11Misha Tyulenev2018-01-226-8/+36
* SERVER-29423 Prevent the balancer policy from scheduling migrations with the ...Kaloian Manassiev2018-01-165-120/+182
* SERVER-31262 Storage of _rbidCommandHandle can race with destruction of SyncS...Siyuan Zhou2018-01-122-29/+58
* SERVER-32410 Validate User::CredentialData during authSara Golemon2018-01-113-0/+20
* SERVER-32001 Fix unindexing of rollback in unique partial indexesGeert Bosch2018-01-031-0/+1
* SERVER-32242 Fix race in CompatibleFirstStress lock manager testGeert Bosch2018-01-032-4/+4