summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39568 Disable local scons cache for Ubuntu 18.04 s390x build variantsZakhar Kleyman2019-02-131-2/+0
* SERVER-39047 Initialize _lastCommitOrAbortCounter in constructorsDivjot Arora2019-02-131-2/+7
* SERVER-36174 Change MONGO_UNREACHABLE to fassertDivjot Arora2019-02-131-1/+5
* SERVER-39223 Expose type set parsing in JSON Schema parserNick Zolnierz2019-02-132-39/+54
* SERVER-38977 Notify the IndexBuildsCoordinator of any changes to the replica ...Gregory Wlodarek2019-02-135-0/+22
* SERVER-39429 Add server parameter to gate the new oplog format of large trans...Matthew Russotto2019-02-132-1/+10
* SERVER-39086 Refactor startup index builds to use the IndexBuildsCoordinatorGregory Wlodarek2019-02-1310-116/+326
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-1356-238/+384
* SERVER-39565 Add requires_document_locking tag.Max Hirschhorn2019-02-131-0/+2
* SERVER-39488 Look for storage stats in the find command's profiled entry.nehakhatri52019-02-131-1/+2
* SERVER-38621 Do not ignore regex options when specified firstEvan Nixon2019-02-123-2/+95
* SERVER-39376 Canonicalize net.ssl.mode to net.tls.modeSara Golemon2019-02-122-0/+56
* SERVER-38583 JS test fixes for write errors in transactionsA. Jesse Jiryu Davis2019-02-124-19/+41
* SERVER-38583 Fix transaction insert writeError formatA. Jesse Jiryu Davis2019-02-1214-43/+414
* SERVER-38372 Fix rollback of index drop to update CollectionInfoCache.David Storch2019-02-122-1/+41
* SERVER-39528 inc timeouts for socket_disconnect_killsJason Carey2019-02-121-2/+2
* SERVER-39522 Make generated parameter files deterministicAndrew Morrow2019-02-121-9/+9
* SERVER-33958 Allow thin archives to interact with the cacheAndrew Morrow2019-02-121-21/+28
* SERVER-39483 Tag large build artifacts as non-cacheableAndrew Morrow2019-02-124-10/+25
* SERVER-38541 Unblacklist shard_collection_existing_zones.js in last_stable_mo...Blake Oler2019-02-121-2/+0
* SERVER-39466 Make transport::Reactor inherit from OutOfLineExecutorBen Caimano2019-02-127-34/+25
* SERVER-38516 Tighten up tests that don't fail when not closing connections du...Matthew Russotto2019-02-1219-97/+35
* SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broke...Matthew Russotto2019-02-1238-313/+103
* SERVER-39456 Remove tcmallocEnableMarkThreadTemporarilyIdle implementation.r4.1.8Henrik Edin2019-02-127-192/+7
* SERVER-35963 Remove old WT index_collatorDivjot Arora2019-02-121-22/+0
* SERVER-36917 Remove the unused DBDirectClient in drop_indexes.cppDivjot Arora2019-02-121-2/+0
* SERVER-38521 Move all TransactionCoordinator sources to be under db/sKaloian Manassiev2019-02-1228-84/+90
* SERVER-38521 Make the transaction coordinator step-up task interruptibleKaloian Manassiev2019-02-129-131/+320
* SERVER-38521 Use `advanceTime` in network operation cancellation tests to ens...Kaloian Manassiev2019-02-124-12/+16
* SERVER-39368 refactor IndexBuildsCoordinator::_runIndexBuild to facilitate fu...Dianna Hohensee2019-02-113-221/+298
* SERVER-39474 Fix incorrect use of 'skip' parameter to configureFailPoint in t...Esha Maharishi2019-02-114-34/+35
* SERVER-39401 Reduce number of repeated executions in 'Linux Repeated Executio...Louis Williams2019-02-121-2/+3
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-1230-215/+513
* SERVER-35551 Avoid restarting mongobridge processes.Max Hirschhorn2019-02-115-16/+71
* SERVER-39333 Add assertions that operations work in coll_epoch_test2.jsjannaerin2019-02-111-20/+26
* SERVER-39139 Make canAcceptWritesFor, canAcceptWritesForDatabase and canServe...Vesselina Ratcheva2019-02-112-6/+6
* SERVER-39206 Avoid PBWM lock conflicts for prepared transaction on startupSiyuan Zhou2019-02-114-0/+9
* SERVER-39169 Add $_internalReadAtClusterTime option to find and dbHash.Max Hirschhorn2019-02-1112-120/+528
* SERVER-39106 GlobalLock acquisition should throw if its ticket acquisition ti...Xiangyu Yao2019-02-113-12/+46
* SERVER-39412 Continue to disconnect on rollback or on removal from the config...Matthew Russotto2019-02-112-3/+8
* SERVER-39328 Ensure unacked write starts and finishes before stepping down in...Matthew Russotto2019-02-111-7/+24
* SERVER-39493 Relax xcode clang requirements and warn on osx dynamic linkSara Golemon2019-02-111-1/+5
* SERVER-36489 Start initial sync oplog fetching from the 'oldest active transa...Samy Lanka2019-02-1120-251/+1118
* SERVER-37283 Use stronger locks for system.viewsCharlie Swanson2019-02-1125-231/+198
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-1125-55/+100
* SERVER-39469 Capture by reference instead of value in write_ops failpointsNick Zolnierz2019-02-111-2/+2
* SERVER-35651: Don't downgrade data files when a 4.2 binary running as an arbi...Daniel Gottlieb2019-02-111-1/+4
* SERVER-39304 Add new required variant linux-64-required-duroff to evergreen.ymlJonathan Abrahams2019-02-111-1/+20
* SERVER-39183 Avoid opCtx wait in implscope sleepJason Carey2019-02-101-16/+1
* SERVER-39183 honor socket disconnect in $whereJason Carey2019-02-109-137/+237