summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | set config
* SERVER-39429 Add server parameter to gate the new oplog format of large ↵Matthew Russotto2019-02-132-1/+10
| | | | transactions
* SERVER-39086 Refactor startup index builds to use the IndexBuildsCoordinatorGregory Wlodarek2019-02-1310-116/+326
|
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-1352-235/+314
| | | | | Allows an $out stage to run in parallel on all shards if the target collection is sharded and so is the input collection to the aggregate.
* SERVER-38621 Do not ignore regex options when specified firstEvan Nixon2019-02-122-2/+76
|
* SERVER-39376 Canonicalize net.ssl.mode to net.tls.modeSara Golemon2019-02-121-0/+17
|
* SERVER-38583 Fix transaction insert writeError formatA. Jesse Jiryu Davis2019-02-125-33/+138
|
* SERVER-38372 Fix rollback of index drop to update CollectionInfoCache.David Storch2019-02-121-1/+6
|
* SERVER-39483 Tag large build artifacts as non-cacheableAndrew Morrow2019-02-122-4/+11
|
* SERVER-39466 Make transport::Reactor inherit from OutOfLineExecutorBen Caimano2019-02-127-34/+25
|
* SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests ↵Matthew Russotto2019-02-121-6/+1
| | | | broken by this
* SERVER-39456 Remove tcmallocEnableMarkThreadTemporarilyIdle implementation.r4.1.8Henrik Edin2019-02-127-192/+7
| | | | An error message was added with explaination if this is attempted to be set.
* 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 ↵Kaloian Manassiev2019-02-124-12/+16
| | | | ensure the cancel callbacks run
* SERVER-39368 refactor IndexBuildsCoordinator::_runIndexBuild to facilitate ↵Dianna Hohensee2019-02-113-221/+298
| | | | future changes and code re-use
* SERVER-39474 Fix incorrect use of 'skip' parameter to configureFailPoint in ↵Esha Maharishi2019-02-112-30/+30
| | | | txn_two_phase_commit_failover.js
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-1228-203/+414
|
* SERVER-35551 Avoid restarting mongobridge processes.Max Hirschhorn2019-02-112-6/+20
| | | | | | | Changes ReplSetTest, RollbackTest, and RollbackTestDeluxe to avoid restarting the mongobridge process associated with the mongod process being restarted. This ensures that any partitioning which has been configured remains intact after the server is restarted.
* SERVER-39139 Make canAcceptWritesFor, canAcceptWritesForDatabase and ↵Vesselina Ratcheva2019-02-112-6/+6
| | | | canServeReadsFor check RSTL
* 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-118-34/+215
| | | | | | | | | | | | The new $_internalReadAtClusterTime option replaces all usages of running the dbHash command inside of a multi-statement transaction. It can be used to read from a consistent snapshot in place of specifying an atClusterTime read concern. Unlike multi-statement transactions, the new $_internalReadAtClusterTime option doesn't cause locks to be left on the server after returning a network response. It instead restores the snapshot to read from as part of handling the request.
* SERVER-39106 GlobalLock acquisition should throw if its ticket acquisition ↵Xiangyu Yao2019-02-113-12/+46
| | | | times out due to max lock timeout
* SERVER-39412 Continue to disconnect on rollback or on removal from the ↵Matthew Russotto2019-02-112-3/+8
| | | | configuration.
* SERVER-36489 Start initial sync oplog fetching from the 'oldest active ↵Samy Lanka2019-02-1116-249/+765
| | | | | | | transaction timestamp' SERVER-36490 Initial sync should not actually prepare transactions on applying prepareTransaction oplog entries SERVER-36491 During initial sync, make commitTransaction oplog entries apply the transaction from the prepare oplog entry
* SERVER-37283 Use stronger locks for system.viewsCharlie Swanson2019-02-1111-117/+43
| | | | | | | | | | Readers of the view catalog depend on a MODE_IS DB lock preventing concurrent writes to the view catalog. This is true for regular view maintenance commands like collMod, create, and drop. However, on secondaries these commands are replicated as direct writes to system.views and do not hold as strong of a lock. Further, a user is permitted to write directly to system.views and so could hit a similar issue on the primary.
* 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 ↵Daniel Gottlieb2019-02-111-1/+4
| | | | | | arbiter is shut down. To downgrade binaries for an arbiter, the user must delete the dbpath.
* SERVER-39183 Avoid opCtx wait in implscope sleepJason Carey2019-02-101-16/+1
| | | | It's not necessary about races with killop
* SERVER-39183 honor socket disconnect in $whereJason Carey2019-02-108-137/+214
|
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-1025-1/+109
|
* SERVER-37979 Fix unittest compilationGregory Wlodarek2019-02-102-3/+10
|
* SERVER-37979 Remove prepareIndexBuild from IndexBuildEntryGregory Wlodarek2019-02-092-12/+0
|
* SERVER-37979 Add writing utilities to the index build interfaceGregory Wlodarek2019-02-097-13/+903
|
* SERVER-39086 Refactor system_index.cpp to build indexes using the ↵Gregory Wlodarek2019-02-092-35/+46
| | | | IndexBuildsCoordinator during startup
* SERVER-39208 ignore InterruptedAtShutdown in ARS dtorJason Carey2019-02-081-3/+10
| | | | | | opCtx->runWithoutInterruption can throw InterruptedAtShutdown from opCtx->checkForInterrupt during system shutdown. As long as we use that, we should catch and ignore failure to cleanup in that case.
* SERVER-39149 Homogenize getMore behaviorJason Carey2019-02-085-29/+89
| | | | | | | | | | | | | Cursor's have subtly different semantics across mongos and mongod and between legacy getMore and command getMore. (as does the find command) Ensuring that all getMores can be paused by waitAfterPinningCursorBeforeGetMoreBatch, and that cursors are cleaned up if they are killed after verifying auth, makes testing a bit simpler and cursors less leaky And adding a check for waitInFindBeforeMakingBatch to runQuery similarly makes it easier to test
* SERVER-39291 Remove padding options from compactGeert Bosch2019-02-083-50/+2
|
* SERVER-39090 Remove sort7.js and fold coverage into sort_array.jsCharlie Swanson2019-02-081-0/+87
|
* SERVER-39448 Make resmoke pass TestData.setParametersMongos to mongo shell ↵Ben Caimano2019-02-081-6/+14
| | | | as a JavaScript object
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-0841-236/+510
|
* SERVER-39421 Fix opCtx and baton waitsJason Carey2019-02-082-2/+3
| | | | | | | | | 1. Interruptible::waitForConditionOrInterruptFor with a predicate didn't wait the correct amount of time. 2. baton_asio_linux would fail to expire timers whose deadline == now (only expiring those 1 millisecond past now). This caused it to spin unnecessarily just as timers were expiring.
* SERVER-39409: Convert configuration options in mongos_options.cpp to IDLShreyas Kalyan2019-02-083-46/+82
|
* SERVER-39274 Mongos shouldn't upconvert txn read concern level to snapshot ↵Jack Mulrow2019-02-084-99/+28
| | | | if none is provided