summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46726 Provide separate setParameter to disable diagnostic workAmirsaman Memaripour2020-06-0522-41/+299
* SERVER-48561 Merging unique leaf nodes in the radix tree with the same data s...Henrik Edin2020-06-052-3/+26
* SERVER-48499 Biggie cursor cleanup, store reference to record store instead o...Henrik Edin2020-06-052-33/+14
* SERVER-48499 Biggie reverse cursors should not hide oplog entriesHenrik Edin2020-06-051-5/+0
* SERVER-48279 Eliminate race in WiredTigerRecordStore::OplogStones::awaitHasEx...Gregory Wlodarek2020-06-051-6/+12
* SERVER-48554 Fix so radix _findNode don't return internal root node.Henrik Edin2020-06-052-1/+22
* SERVER-46445 Set valid result for service account check when using the builti...Nir Bar2020-06-051-3/+4
* SERVER-47257 Ensure back button on final MSI panel works correctlyNir Bar2020-06-052-19/+49
* SERVER-48070: account for system clock drift when calculating the time since ...Lamont Nelson2020-06-051-1/+4
* SERVER-48551 Fix integer promotion bug in _findNode exposed by merge3 when ba...Henrik Edin2020-06-052-17/+32
* SERVER-48475 Reimplement lastApplied for secondary readsLouis Williams2020-06-056-64/+110
* SERVER-47469 Upgrade lock mode for applyOps + system.viewsCharlie Swanson2020-06-056-12/+11
* SERVER-47312 hang_analyzer: enable on ASAN builders without running gcoreRichard Samuels2020-06-052-7/+9
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-0560-1258/+1608
* SERVER-47182 remove IndexBuildsCoordinator::IndexBuildOptions::replSetAndNotP...Benety Goh2020-06-053-35/+2
* SERVER-48583 Add unit tests for incremental refresh with incomplete chunksCheahuychou Mao2020-06-051-3/+213
* SERVER-47128 Test race between newlyAdded reconfig and stepup reconfigVesselina Ratcheva2020-06-051-0/+7
* SERVER-47182 single-phase index builds should run synchronously on secondariesBenety Goh2020-06-041-61/+9
* SERVER-47245 Add the Auto-balancing section to the sharding arch guidejannaerin2020-06-041-0/+31
* SERVER-48332 Failed initial sync attempts should abort all in-progress index ...Gregory Wlodarek2020-06-045-1/+36
* SERVER-48582 Change StaleConfig error code in 'newlyAdded' field removal reco...Vesselina Ratcheva2020-06-041-1/+1
* SERVER-47182 IndexBuildsCoordinator::createIndex() ignores certain indexing e...Benety Goh2020-06-041-5/+23
* SERVER-47182 IndexBuildsCoordinator::createIndexes() accepts single index specBenety Goh2020-06-044-19/+16
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-06-046-2/+35
* SERVER-48565 All readers of WT 'all_durable' should go through KVEngine getAl...Louis Williams2020-06-045-31/+27
* SERVER-47290 Execution Architecture Guide: RepairLouis Williams2020-06-041-1/+51
* SERVER-47182 include ops in OplogApplierImplTest::runOpsInitialSync() errorBenety Goh2020-06-041-4/+10
* SERVER-48589 Ensure migration recovery is completed before to run a new chunk...Tommaso Tocci2020-06-042-1/+3
* Revert "SERVER-48332 Failed initial sync attempts should abort all in-progres...Gregory Wlodarek2020-06-045-38/+0
* SERVER-48332 Failed initial sync attempts should abort all in-progress index ...Gregory Wlodarek2020-06-045-0/+38
* SERVER-30405: add expression to generate a random numberSvilen Mihaylov2020-06-044-0/+148
* SERVER-47978 Make cleanupOrphaned command use onShardVersionMismatch with boo...Kaloian Manassiev2020-06-047-62/+56
* SERVER-47536 Test the behaviour of sending a killOp to an index builder threa...Gregory Wlodarek2020-06-041-1/+13
* SERVER-48245 disallow index drops on drop-pending namespaces (system.drop.*) ...Benety Goh2020-06-041-0/+10
* SERVER-47404: Track the number of sync source changes made due to finding a s...Xuerui Fa2020-06-042-10/+25
* SERVER-48234 Create fuzzer workflow for RoleGraph consistency checkSara Golemon2020-06-032-4/+16
* SERVER-48324 FTDC - add verbose tcmalloc set parameterMark Benvenuto2020-06-033-6/+39
* SERVER-48245 add uuid to "CMD: dropIndexes" log message. update checkReplStat...Benety Goh2020-06-031-5/+10
* SERVER-48563 Fix intermittent failure in IsMasterReturnsErrorOnEnteringQuiesc...Tess Avitabile2020-06-031-3/+7
* SERVER-48493 RSM's isMasterMonitor should handle network exceeded time limit ...jannaerin2020-06-032-3/+10
* SERVER-45953 Exempt internal replication oplog readers from acquiring read ti...Dianna Hohensee2020-06-034-5/+25
* SERVER-27976 explain command should not accept unknown optionsMindaugas Malinauskas2020-06-035-24/+57
* SERVER-48519 Include mirrored read metrics in ftdcAmirsaman Memaripour2020-06-033-2/+8
* SERVER-48549 createIndexes must not access collection outside of lockLouis Williams2020-06-031-13/+7
* SERVER-47985 Implement recovery of a shard's `shardVersion` before it is allo...Tommaso Tocci2020-06-036-189/+191
* SERVER-47589 add option for undo recorderRobert Guo2020-06-033-8/+34
* SERVER-48534 Make NetworkTestEnv correctly handle fire-and-forget commandsKevin Pulo2020-06-032-4/+9
* SERVER-48495 fix up the errName filed of the slow query logGabriel Russell2020-06-021-1/+1
* SERVER-48550 Range deletion code should allow exceptions from PlanExecutor::g...Esha Maharishi2020-06-021-10/+11
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-0244-247/+328