summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-39564: Fix burn_in_tests for _gen tasksDavid Bradford2019-02-142-0/+34
* Import wiredtiger: 7f85272f91a95b4b47802808c44c75a8a794e7a8 from branch mongo...Luke Chen2019-02-13732-780/+803
* SERVER-35551 Avoid restarting mongobridge processes.Max Hirschhorn2019-02-135-16/+71
* SERVER-39322 Backport fix for issue #37 in timelib (incorrect snprintf invoca...Ian Boros2019-02-121-2/+10
* SERVER-39127: Switch already converted tasks to use generate.tasks on all bui...David Bradford2019-02-111-1109/+777
* SERVER-35737 Switch to curl to be Python version independentMathew Robinson2019-02-111-31/+75
* SERVER-37569 prevent map-reduce from checking out a sessionJudah Schvimer2019-02-113-16/+9
* SERVER-37591 Change MigrationSourceManager cleanup to only remove the MSM fro...Matthew Saltz2019-02-111-2/+12
* SERVER-39210 Debug logging for shell_helper.jsIan Boros2019-02-111-2/+14
* SERVER-38837 Fix race in periodic_runner_impl_test OnePausableJobResumesCorre...Matthew Saltz2019-02-111-36/+53
* SERVER-38674 Remove SCons warning with --ssl=offMathew Robinson2019-02-112-82/+42
* SERVER-38192 refreshLogicalSessionCacheNow should not throw on DuplicateKeyErrorMatthew Saltz2019-02-111-1/+3
* SERVER-37274 Set priority of secondaries to zero in commands_that_accept_writ...William Schultz2019-02-113-5/+24
* SERVER-38205 avoid splitVector scan when range contains single keyKevin Pulo2019-02-102-0/+76
* SERVER-39421 Fix opCtx and baton waitsJason Carey2019-02-081-1/+1
* SERVER-39202 Improve deterministic calculation of key container namesMark Benvenuto2019-02-081-2/+6
* SERVER-38933 currentOp is not resilient to drop shardMartin Neupauer2019-02-083-0/+29
* SERVER-39354 Remove SCons cache pruning from prior branchesBrian McCarthy2019-02-082-149/+5
* SERVER-36910 Reduce severity of log message for PlanExecutor::DEAD error duri...Bernard Gorman2019-02-081-2/+2
* SERVER-39215 Fix aggregation_currentop.js such that we compare transactionDoc...Suganthi Mani2019-02-071-3/+3
* SERVER-36958 Parts of the command do not retry on network errorsEsha Maharishi2019-02-061-25/+76
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2019-02-0611-21/+107
* SERVER-39284: Handle generated task timeouts with repeated suitesDavid Bradford2019-02-063-28/+148
* Import tools: ecd6b33eda1ac4a59210cc41e1dc6b1b1bbd39b1 from branch v4.0David Golden2019-02-0616-39/+111
* SERVER-39203 Ban failcommand_ignores_internal from mixed shards suiteA. Jesse Jiryu Davis2019-02-061-1/+2
* SERVER-39386 Specifically use the version of the android NDK that we want to useGabriel Russell2019-02-061-4/+9
* SERVER-38833: Throw a WCE when index completion ghost writes set a bad timest...Daniel Gottlieb2019-02-061-17/+7
* SERVER-36606: Allow construction of large BSON objectsSpencer Jackson2019-02-067-13/+150
* SERVER-38816: Split long running tasks up dynamicallyDavid Bradford2019-02-062-57/+289
* SERVER-39128 Avoid double-authenticationSara Golemon2019-02-066-78/+77
* SERVER-39286 server_write_concern_metrics.js must use requires_journaling tagTess Avitabile2019-02-051-1/+1
* SERVER-39212 waitForSecondaries in background dbhash check must wait for last...Tess Avitabile2019-02-051-5/+10
* SERVER-36901 fix sh.status() last error reportingDmitry Ryabtsev2019-02-051-2/+4
* SERVER-38957 Allow a failed changelog write in movePrimary's cleanupOnError t...Blake Oler2019-02-051-3/+6
* SERVER-39138: Properly handle new suites when splitting suitesDavid Bradford2019-02-052-5/+30
* SERVER-39031 Make SCons default --jobs to CPU countMathew Robinson2019-02-051-5/+32
* SERVER-39009 Make buildlogger credentials location configurableMathew Robinson2019-02-051-1/+2
* SERVER-35356 Add release process builder for cocoapodsMathew Robinson2019-02-054-6/+109
* SERVER-38725 Add credentials for nexus staging pluginMathew Robinson2019-02-051-0/+2
* SERVER-38387 agg_out.js concurrency workload always fails to shard the output...James Wahlin2019-01-311-3/+8
* SERVER-39267 Guard opWriteConcernCounters behind flagr4.0.6-rc1r4.0.6Tess Avitabile2019-01-303-14/+50
* SERVER-39234 Ensure `shardCollection` initial split works the same between co...Kaloian Manassiev2019-01-3014-308/+706
* SERVER-39180 Don't distribute chunks on `shardCollection` if the collection i...Kaloian Manassiev2019-01-259-97/+188
* SERVER-39176 Add configuration for Community RH7.2 repo (zSeries)Ramon Fernandez2019-01-241-0/+8
* SERVER-39109 fix case where agg uses illegal field pathr4.0.6-rc0Ian Boros2019-01-232-3/+40
* SERVER-39142 ServerWriteConcernMetrics must lock _mutex before modifying membersTess Avitabile2019-01-231-0/+3
* SERVER-38779 Have a session sweep job to close old idle WT sessionsSulabh Mahajan2019-01-239-13/+291
* SERVER-31755 Create intermediate $lookup stage document size limit knobIan Boros2019-01-224-4/+133
* SERVER-38998 Create serverStatus metrics for writeConcernTess Avitabile2019-01-2217-11/+517
* SERVER-38998 Create serverStatus metrics for readConcernTess Avitabile2019-01-229-1/+627