summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-44974 Remove extra 'for' in debian/mongod.serviceandf-mongodb2019-12-051-1/+1
| | | | | | Closes #1339 Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com>
* SERVER-44974 Remove extra 'for' in rpm/mongod.serviceandf-mongodb2019-12-051-1/+1
| | | | | | Closes #1338 Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com>
* SERVER-44973 Output all_tasks.json to logs when creating genny tasksCarl Worley2019-12-051-0/+1
|
* SERVER-44778 Two-phase index builds aborted due to rollback should leave ↵Louis Williams2019-12-055-43/+61
| | | | indexes unfinished in the catalog
* SERVER-43766 Speed up initial syncs and awaitLastStableRecoveryTimestamp in ↵William Schultz2019-12-054-37/+106
| | | | ReplSetTest initiate
* SERVER-44959 Fix log_test_v2 on macOSHenrik Edin2019-12-051-1/+1
|
* SERVER-43333 Ingest driver SDAM testsLamont Nelson2019-12-0589-5/+6140
|
* SERVER-44820 Remove outer database MODE_X lock when reading the ↵Jason Chan2019-12-051-1/+0
| | | | lastAppliedOpTime in bgsync
* SERVER-44958 Blacklist zone_changes_compound.js from ↵Cheahuychou Mao2019-12-051-0/+1
| | | | sharding_csrs_continuous_config_stepdown suite
* SERVER-42253 Prevent overflow in $lookup memory usage computationSophie Saskin2019-12-051-3/+7
|
* SERVER-44201 Remove outdated TODO noteTommaso Tocci2019-12-051-3/+0
| | | | | The TODO refers to SERVER-25086 that have been marked as won't fix.
* SERVER-44963 Make or4.js safe for ParallelJacob Evans2019-12-051-1/+1
|
* SERVER-43108 interrupt on shutdown in flushRoutingTableCacheUpdatesMisha Tyulenev2019-12-051-6/+26
|
* SERVER-44283 Change removeKeyRangeFromZone to use the bounds found from the ↵Haley Connelly2019-12-053-79/+19
| | | | fully extended shard key.
* SERVER-44094 Do not hold the ReplicationCoordinatorExternalStateImpl mutex ↵Jason Chan2019-12-051-5/+7
| | | | when shutting down the NoOpWriter
* SERVER-44513 Implement ReplicationCoordinatorImpl::awaitIsMasterResponseJason Chan2019-12-0513-4/+293
|
* SERVER-32314 Add $replaceOne and $replaceAll expressionsDavid Percy2019-12-055-0/+429
|
* SERVER-42697 Add setParameter tcmallocReleaseRateHenrik Ingo2019-12-054-0/+58
|
* SERVER-44955 Force reading patch files with UTF-8 encoding in git.pyGeert Bosch2019-12-051-1/+1
|
* SERVER-43998 ProgramOutputMultiplexer::appendLine should write to the loggerGabriel Russell2019-12-047-24/+31
|
* SERVER-44734 Implement large document optimization for agg MRJames Wahlin2019-12-046-39/+61
|
* SERVER-44720 Send createIndexes, dropIndexes, and collMod with shard versionsCheahuychou Mao2019-12-049-84/+315
|
* SERVER-44629 Allow waitForTimesEntered with FailPointEnabledBlockBen Caimano2019-12-042-17/+50
|
* SERVER-43271 Don't modify 'db' variable in core tests, and tag tests with ↵Matthew Russotto2019-12-043-12/+14
| | | | | | 'requires_find_command' since they use the find command.
* SERVER-44390 Optimize for success in moduleconfigMathew Robinson2019-12-041-1/+3
|
* SERVER-44728 Improve performance of idl_scannerMathew Robinson2019-12-042-17/+30
|
* SERVER-43246 Add a log line for when a cursor is reaped due to logical ↵Kevin Pulo2019-12-046-2/+53
| | | | session cleanup
* SERVER-39332 Increase awaitReplicaSetMonitorTimeout sleep to 60 secondsWilliam Schultz2019-12-031-2/+2
|
* SERVER-43465 Remove unnecessary InvalidBSON replSetGetStatus handlingMaria van Keulen2019-12-032-24/+3
|
* SERVER-44317 Reduce logging for registerChanges commitsDaniel Ernst2019-12-032-2/+4
|
* SERVER-43788 add eMRC=false sectionPavithra Vetriselvan2019-12-031-6/+96
|
* SERVER-44165 Remove the config.rangeDeletions collection on downgradeAlex Taskov2019-12-034-0/+63
|
* SERVER-44428 Remove unused durable catalog fields for simultaneous indexesLouis Williams2019-12-037-323/+6
|
* SERVER-43271 Return resumeToken in PlanExecutor and write jstests to verify ↵Matthew Russotto2019-12-037-8/+176
| | | | resumeToken is returned and can be used to resume
* SERVER-43492 Unblack list tests marked with SERVER-39175Randolph Tan2019-12-0310-338/+91
|
* SERVER-44869 Add query knobs for $push and $addToSet memory limitsCharlie Swanson2019-12-037-12/+90
|
* SERVER-44856 Enable -Wunused-exception-parameter when supportedAndrew Morrow2019-12-032-1/+8
|
* SERVER-44247 Rename index 'ns' fields when renaming collections in FCV 4.2Louis Williams2019-12-034-9/+100
|
* SERVER-44907 NINJA_SUFFIX should prepend a dot if one is not suppliedMathew Robinson2019-12-031-1/+5
|
* SERVER-44899 The acyclic library dependency graph no longer requires link ↵Andrew Morrow2019-12-031-6/+0
| | | | group arguments
* SERVER-44775 Make pauseWhileSet increment _timesEntered onceCheahuychou Mao2019-12-0310-35/+73
|
* SERVER-43766 Prevent use of failpoints in ReplSetTest when using random ↵William Schultz2019-12-031-1/+2
| | | | binary versions for nodes
* SERVER-44622 Add BSON formatter to logv2Henrik Edin2019-12-0311-175/+539
|
* SERVER-44753 Add aggregate and aggregation-based mapReduce testing to ↵James Wahlin2019-12-031-160/+324
| | | | commands_that_write_accept_wc_shards.js
* SERVER-44609 Replicate startIndexBuild oplog entry in the same thread as the ↵Louis Williams2019-12-0312-131/+305
| | | | | | | | index build Instead of initializing and replicating the startIndexBuild oplog entry on the caller thread, this moves that logic into the builder thread. This change removes the need for a mutex which previously made that operation atomic.
* Import wiredtiger: d47dcd1f0ea992775be3d60456593c575451c435 from branch ↵Luke Chen2019-12-0317-113/+713
| | | | | | | | | | | | | mongodb-4.4 ref: 58115abb6f..d47dcd1f0e for: 4.3.3 WT-4996 Migrate Jenkins “wiredtiger-test-check-long” job to Evergreen WT-5082 Application threads are tasked with eviction even when pinning the oldest transaction ID WT-5232 Create a wrapper script to support format stress tests in Evergreen WT-5265 Remove pip install gcovr from coverage-report test WT-5274 format.sh must handle core-dump signals and "gdb attach" build mode
* SERVER-43766 Speed up primary drain mode in ReplSetTest initiateWilliam Schultz2019-12-022-16/+51
|
* SERVER-44612 recoverFromOplogAsStandalone with ↵Judah Schvimer2019-12-0210-30/+419
| | | | | | takeUnstableCheckpointOnShutdown should succeed if retried after a successful attempt (cherry picked from commit d90cdf5eb5f01b93ba7fecc11001dbeb6b040bb8)
* SERVER-43786 Describe transaction errors and error labels in Repl ↵Samyukta Lanka2019-12-021-0/+45
| | | | Architecture Guide
* SERVER-44294: Cap runtime of generated tasksDavid Bradford2019-12-022-0/+21
|