summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41088 Propagate Evergreen order field to Cedar for system perfv4julianedwards2019-05-101-0/+1
|
* SERVER-41087: Set a smaller numInitialSyncAttempts for ↵Lingzhi Deng2019-05-101-2/+2
| | | | initial_sync_unsupported_auth_schema.js
* SERVER-38367 Descriptive error message for the inability to create unique ↵Esha Maharishi2019-05-104-21/+44
| | | | indexes on arbitrary fields in sharded collections
* SERVER-38369 Only surface a 'request doesn't allow collection to be created ↵Esha Maharishi2019-05-106-89/+634
| | | | implicitly' error if no shard has the collection
* Revert "SERVER-40238 New stage alias: $set => $addFields"Henrik Edin2019-05-1016-111/+72
| | | | This reverts commit bf6c2696da7eb207c28e83f5bb7401c97b0f69ac.
* SERVER-41082: Avoid divide by zero in flow control.Daniel Gottlieb2019-05-101-0/+5
|
* SERVER-40972 de-recurse, exceptionize, randomize topSortBilly Donahue2019-05-103-86/+203
|
* SERVER-40853 Remove OpenSSL from Windows PackagesMark Benvenuto2019-05-103-45/+4
|
* SERVER-40728 remove commitTransaction handling for unprepared transactionsBenety Goh2019-05-102-51/+0
|
* SERVER-40660 Ensure multiple indexes via createIndexes() cannot bypass index ↵Gregory Wlodarek2019-05-101-0/+38
| | | | limits
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-1016-72/+111
|
* SERVER-40567 benchRun support for pipeline updatesCharlie Swanson2019-05-1021-54/+159
| | | | This reverts commit 1b8a9f5dc5c3314042b55e7415a2a25045b32a94.
* SERVER-41075 Remove `mongo/repl/replication_coordinator.h` from op-context ↵ADAM David Alan Martin2019-05-1010-4/+81
| | | | | | visible inclusion. A few forward-decl headers were created also.
* SERVER-41006 Make replBatchLimitBytes configurableTess Avitabile2019-05-105-10/+18
|
* SERVER-40408 Ban pipeline-style syntax in the shell's Bulk replaceOne functionBernard Gorman2019-05-102-3/+7
|
* SERVER-39510 test that txn participant can make progress even if txn ↵Pavi Vetriselvan2019-05-093-0/+141
| | | | coordinator goes down
* SERVER-41067 Make the MongoRunner logical options include skipValidationKaloian Manassiev2019-05-091-1/+2
|
* SERVER-41008: Check lastCommittedOpTime instead of awaitReplication for ↵Lingzhi Deng2019-05-093-7/+35
| | | | tests that prepare with {w: 1}
* SERVER-40423: Validate error messages in test commands_not_allowed_in_txn.jsLingzhi Deng2019-05-091-3/+9
|
* SERVER-41036 Make ReadWriteAbility::_canAcceptNonLocalWrites an AtomicWord<bool>Vesselina Ratcheva2019-05-092-5/+5
|
* SERVER-40790 Test downgrading from FCV4.2 to FCV4.0 with a large running ↵Jason Chan2019-05-093-2/+104
| | | | transaction will fail on commit.
* SERVER-40614 Make rollback errors fatal between aborting and reconstructing ↵Vesselina Ratcheva2019-05-093-212/+198
| | | | prepared transactions
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-0927-241/+287
| | | | This commit also renames DocumentSourceMock::create to DocumentSourceMock::createForTest.
* SERVER-37837 fix mac os x compileBenety Goh2019-05-091-3/+6
|
* SERVER-37837 Get rid of TransactionReaper (Part 2)Kaloian Manassiev2019-05-0910-235/+162
| | | | | | This change folds the TransactionReaper's single function to be part of the SessionCatalogs on MongoD and MongoS, which are the subsystems responsible for managing transactions.
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-0930-695/+458
| | | | | | | | | This change gets rid of the TransactionReaper's usage of the ReplicationCoordinator for checking whether it is primary or not and makes the LogicalSessionCache joinable on shutdown. It also removes the TransactionReaper's grouping per-shard optimization and moves it all under SessionCollectionSharded.
* Revert "SERVER-40567 benchRun support for pipeline updates"r4.1.11Siyuan Zhou2019-05-0912-149/+54
| | | | This reverts commit c24b5c1df7d946dd1c931f5c93c7098c9cf8545d.
* Revert "SERVER-41006 Make replBatchLimitBytes configurable"Siyuan Zhou2019-05-085-18/+10
| | | | This reverts commit e0726e830cca9f4971722616eeb24b56321fe4b8.
* SERVER-37767 Platform Support: Remove Debian 8 x64Luke Chen2019-05-091-159/+0
|
* SERVER-40498 Writing transaction oplog entries must not take locks while ↵Siyuan Zhou2019-05-084-68/+115
| | | | holding an oplog slot.
* SERVER-40705: No need to delay unlocking if lock is recursively acquiredLingzhi Deng2019-05-084-26/+172
|
* SERVER-40567 benchRun support for pipeline updatesCharlie Swanson2019-05-0812-54/+149
|
* SERVER-40676 Write implicit commit oplog entry on primary for new large ↵William Schultz2019-05-083-116/+218
| | | | transaction format
* SERVER-41006 Make replBatchLimitBytes configurableTess Avitabile2019-05-085-10/+18
|
* SERVER-13006 getParameter for journalCommitInterval returns the appropriate ↵Gregory Wlodarek2019-05-084-9/+1
| | | | value
* SERVER-16553 Add the scaling factor to stats commandsGregory Wlodarek2019-05-081-0/+2
|
* SERVER-41056 Fix NiTL::shutdown() without startup()Jason Carey2019-05-083-4/+21
| | | | | | | | | | It should be legal to call shutdown() on a network interface without calling startup() (because an owning task executor will call shutdown() in its dtor). Currently this crashes (because the NiTL doesn't keep track of whether it's started). Changing the _inShutdown atomic to a _state enum atomic can resolve that problem
* SERVER-40410 Add FSM workload to stress write conflict retrying of ↵James Wahlin2019-05-084-5/+33
| | | | pipeline-style updates
* SERVER-40899 Nix chaining in change_stream_update_lookup_read_concernJustin Seyster2019-05-081-0/+7
|
* SERVER-40823 Enable Flow Control in testingMaria van Keulen2019-05-0810-1/+311
|
* SERVER-39498 Make rollback trigger a lazy (rather than blocking) reload of ↵Matthew Saltz2019-05-084-16/+18
| | | | the ShardRegistry
* SERVER-41054 Trivially increased heartbeat logging for connection problemsBen Caimano2019-05-082-3/+6
|
* SERVER-40405 Add support for 'sort' option in combination with a ↵James Wahlin2019-05-082-13/+17
| | | | pipeline-style findAndModify
* SERVER-40792 Create error details if doesn't already exist when handling ↵Blake Oler2019-05-081-1/+5
| | | | WouldChangeOwningShard error
* SERVER-40404 Add support for 'fields' option in combination with a ↵James Wahlin2019-05-083-11/+21
| | | | pipeline-style findAndModify
* SERVER-41038 Add --abbrev to git describe in build.gradleMathew Robinson2019-05-081-1/+1
|
* SERVER-40749: Do not create generate.tasks configuration on task restartDavid Bradford2019-05-083-3/+83
|
* SERVER-38321 Enable verbose checkpoint logging in WiredTigerGregory Wlodarek2019-05-081-0/+1
|
* SERVER-14396 Issue periodic warnings to the log while instance is lockedGregory Wlodarek2019-05-081-1/+3
|
* SERVER-38867 refine handling of system collections in listCollectionsKevin Pulo2019-05-083-126/+174
|