summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38935 Capture errno on error in eventfdJason Carey2019-02-061-1/+2
* SERVER-39147 Always batonJason Carey2019-02-067-66/+11
* SERVER-39119 Implement JSON Pointer classTed Tuckman2019-02-064-0/+356
* SERVER-39146 Refactor BatonJason Carey2019-02-0544-347/+785
* SERVER-39317 Make uri options case insensitiveJason Carey2019-02-055-97/+183
* SERVER-38473 Fix lintBlake Oler2019-02-051-1/+1
* SERVER-38521 Get rid of `waitForWork` calls from AsyncWorkSchedulerTest(s) wh...Kaloian Manassiev2019-02-051-3/+0
* SERVER-39329 add IndexBuildsCoordinator support to createIndexes commandBenety Goh2019-02-051-8/+192
* SERVER-38473 Create DatabaseShardingStateLock to ensure concurrency around Da...Blake Oler2019-02-0519-115/+223
* SERVER-39329 add server parameter for using IndexBuildsCoordinator in createI...Benety Goh2019-02-052-0/+41
* SERVER-39375 fix trafficRecordingFileToBSONArrJason Carey2019-02-052-2/+6
* SERVER-39365 shell_load_file.js check for windows filenamesGabriel Russell2019-02-051-2/+3
* SERVER-38435 Update assertion messages in txn broadcast writes fsm workloadsJack Mulrow2019-02-052-11/+13
* SERVER-38906 Test readConcern local txn isolationA. Jesse Jiryu Davis2019-02-052-10/+79
* SERVER-37454 Delete GlobalCursorIdCache.David Storch2019-02-057-156/+170
* SERVER-38521 Make the AsyncWorkScheduler be interruptible and support sub-sch...Kaloian Manassiev2019-02-0516-164/+450
* SERVER-38410 MongoS should fassert instead of failing an invariant when runni...Bernard Gorman2019-02-052-7/+8
* SERVER-39139 Remove usages of the CheckReplDBHashInBackground hookVesselina Ratcheva2019-02-0410-22/+16
* SERVER-38161 Test that prepared transactios can span state transitionsSamy Lanka2019-02-042-7/+107
* SERVER-39294 Update build requirements in building.mdAndrew Morrow2019-02-041-17/+11
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-0423-78/+56
* SERVER-37823 Server Side Traffic CaptureJason Carey2019-02-0427-6/+1525
* SERVER-39056 Further refine readWriteAnyDatabaseShreyas Kalyan2019-02-045-79/+134
* SERVER-39133 Ensure failpoint registry is initialized before option validationMark Benvenuto2019-02-041-1/+3
* SERVER-39064 Storage interface changes for specifying durable_timestampXiangyu Yao2019-02-044-1/+74
* SERVER-39335 IndexBuildsCoordinatorMongod runs index build on caller thread d...Benety Goh2019-02-041-0/+12
* SERVER-39353 disable chaining in rollback_test.jsPavi Vetriselvan2019-02-041-0/+1
* SERVER-39272 reconnect tiebreaker node and restart repl after rollback completesPavi Vetriselvan2019-02-041-11/+5
* SERVER-39199 recalculate stable timestamp after releasing transaction oplog h...Judah Schvimer2019-02-0411-67/+137
* SERVER-39278 awaitReplication at the end of each test case in transient_txn_e...Jason Chan2019-02-041-0/+1
* SERVER-38335 Make killAllSessions not attach the lsid from request to Operati...Randolph Tan2019-02-048-10/+94
* SERVER-39342 Bump the sharding unit-tests' `kFutureTimeout` constant to 15 se...Kaloian Manassiev2019-02-041-1/+1
* SERVER-36901 fix sh.status() last error reportingDmitry Ryabtsev2019-02-041-2/+4
* Import wiredtiger: 92719d6bc9a83ce45c337db6a67adcc1354cca32 from branch mongo...Luke Chen2019-02-047-105/+163
* SERVER-37786 Reject change stream pipelines which modify or project-out the r...Bernard Gorman2019-02-0312-64/+251
* SERVER-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-02-0219-97/+539
* SERVER-39351 Wait for sync source to finish collection drop in rollback_drop_...Vesselina Ratcheva2019-02-011-2/+7
* SERVER-39348 Release sessions in TLASIO unittestJason Carey2019-02-011-1/+1
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-0141-131/+171
* SERVER-38435 Add concurrency workloads for multi shard writes in transactions...Jack Mulrow2019-02-014-4/+417
* SERVER-38944 Print out Locker id in DumpMongoDSessionCatalogWilliam Schultz2019-02-011-0/+3
* SERVER-39334 Don't run plan_cache_list_plans with balancer onTed Tuckman2019-02-011-0/+3
* SERVER-38428 log warning when non-mongod client connects with cluster certifi...Isabella Siu2019-02-012-0/+18
* SERVER-39017 Allow prepared transaction statements to persist in-memory until...Blake Oler2019-02-0116-86/+239
* SERVER-37643 IndexBuildsCoordinatorMongod task inherits CurOp and OperationCo...Benety Goh2019-02-014-1/+33
* SERVER-37643 implement IndexBuildsCoordinator::_runIndexBuild()Benety Goh2019-02-0110-105/+323
* SERVER-39288 rename genny_workloads to insert_removeRobert Guo2019-02-011-6/+6
* SERVER-39067 Implement new simultaneous index builds abortIndexBuild oplog en...Gregory Wlodarek2019-02-0114-18/+162
* SERVER-39306 Pip install requirements before generating expansionsMathew Robinson2019-02-011-2/+9
* SERVER-37643 implement IndexBuildsManager functions for createIndexesBenety Goh2019-01-312-23/+68