Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-37192: Move $backupCursor to enterprise. | Daniel Gottlieb | 2018-09-20 | 1 | -0/+1 |
| | |||||
* | SERVER-37069 Remove Rosette Linguistics Platform | Mark Benvenuto | 2018-09-19 | 1 | -24/+0 |
| | |||||
* | SERVER-35707 Allow mongos to retry on re-targeting errors in a transaction | Jack Mulrow | 2018-09-19 | 4 | -3/+7 |
| | |||||
* | SERVER-36606: Add large OP_MSG audit integration testing | Spencer Jackson | 2018-09-17 | 1 | -0/+21 |
| | |||||
* | Revert "SERVER-36637 IDL objects should hold owned BSONObjs" | Mark Benvenuto | 2018-09-14 | 1 | -3/+2 |
| | | | | This reverts commit 846a6c19839601ce66f27877b348a4a5150a453d. | ||||
* | SERVER-37001 Add idleCursor to $currentOp | Ted Tuckman | 2018-09-14 | 1 | -0/+1 |
| | |||||
* | SERVER-36637 IDL objects should hold owned BSONObjs | Mark Benvenuto | 2018-09-14 | 1 | -2/+3 |
| | |||||
* | SERVER-34882 Support creating instances with all required fields in IDL | Mark Benvenuto | 2018-09-14 | 2 | -22/+99 |
| | |||||
* | SERVER-34577 Parse read and write concern for command invocation in ↵ | Henrik Edin | 2018-09-14 | 1 | -0/+1 |
| | | | | embedded. Behave like a standalone mongod. | ||||
* | SERVER-37071 Blacklist set7.js and max_doc_size.js from ↵ | vrachev | 2018-09-14 | 1 | -1/+4 |
| | | | | retryable_writes_jscore_stepdown_passthrough | ||||
* | SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ↵ | Matthew Russotto | 2018-09-14 | 1 | -0/+3 |
| | | | | all_committed point | ||||
* | SERVER-36726 Log SessionID when we start a session in the shell and Log ↵ | Samy Lanka | 2018-09-13 | 1 | -1/+2 |
| | | | | TxnNumber when we start a transaction | ||||
* | SERVER-35307 Support prepared transactions on secondaries and immediately ↵ | Siyuan Zhou | 2018-09-13 | 3 | -9/+41 |
| | | | | abort them. | ||||
* | SERVER-35812 Add jstest to ensure that we can't call prepareTransaction if ↵ | Samy Lanka | 2018-09-13 | 5 | -0/+5 |
| | | | | there isn't an active transaction on the session | ||||
* | SERVER-36468 Add a mechanism to allow breaking DBClientConnection out of a ↵ | Mathias Stearn | 2018-09-13 | 2 | -0/+3 |
| | | | | blocking operation | ||||
* | SERVER-36162 Powercycle - ensure internal crash command has been executed on ↵ | Jonathan Abrahams | 2018-09-13 | 1 | -1/+11 |
| | | | | the remote host | ||||
* | SERVER-36591 Allow mongos to retry on snapshot errors encountered in first ↵ | Jack Mulrow | 2018-09-12 | 4 | -3/+6 |
| | | | | txn statement | ||||
* | SERVER-36487 add jstest to make sure that we fail writes to ↵ | Samy Lanka | 2018-09-11 | 1 | -0/+1 |
| | | | | config.transactions for sessions with a transaction in prepare | ||||
* | SERVER-36859 Validate dbname in DurableViewCatalogImpl::iterate(). | Justin Seyster | 2018-09-07 | 1 | -0/+1 |
| | | | | | | | | | | If the DatabaseImpl constructor (which calls DurableViewCatalogImpl::iterate()) throws an exception, the partially constructed DatabaseImpl trips an invariant as it gets destroyed during exception unwinding. This change makes sure that DurableViewCatalogImpl::iterate() properly validates the 'viewOn' namespace, so that it doesn't throw an exception when getting parsed as a NamespaceString. | ||||
* | SERVER-33470 Log archival message, even if successful, in hook_test_archival.py | Jonathan Abrahams | 2018-09-07 | 1 | -0/+2 |
| | |||||
* | SERVER-36928 Handle TransientTransactionErrors in ↵ | jannaerin | 2018-09-07 | 1 | -4/+0 |
| | | | | multi_statement_transaction_all_commands.js | ||||
* | SERVER-36557 Compute atClusterTime for cluster batch writes and findAndModify | Jack Mulrow | 2018-09-06 | 1 | -3/+3 |
| | |||||
* | SERVER-36298 Hook the TransactionCoordinator in to the transaction two-phase ↵ | Esha Maharishi | 2018-09-06 | 4 | -0/+7 |
| | | | | commit voting commands | ||||
* | SERVER-37009 Blacklist snapshot_read_kill_operations.js from ↵ | Maria van Keulen | 2018-09-06 | 1 | -0/+2 |
| | | | | concurrency_replication_multi_stmt_txn_ubsan.yml | ||||
* | SERVER-37009 Handle missing sessionDocToKill in killSessions test | Maria van Keulen | 2018-09-06 | 1 | -0/+2 |
| | |||||
* | SERVER-36995 Blacklist multi_statement_transactions_all_commands*.js from ↵ | jannaerin | 2018-09-05 | 1 | -0/+5 |
| | | | | concurrency_replication_multi_stmt_txn_ubsan.yml | ||||
* | SERVER-36382 Only snapshot, lineariable and afterClusterTime reads block on ↵ | Samy Lanka | 2018-09-05 | 2 | -0/+4 |
| | | | | prepare conflicts | ||||
* | SERVER-35776 Basic 4.0-4.2 up/downgrade for change streams | Charlie Swanson | 2018-09-04 | 3 | -54/+0 |
| | |||||
* | SERVER-36929 Temporarily blacklist ↵ | jannaerin | 2018-08-29 | 1 | -0/+4 |
| | | | | multi_statement_transaction_all_commands*.js from concurrency_simultaneous_replication | ||||
* | SERVER-35247 Undefined is allowed for required fields in IDL | Mark Benvenuto | 2018-08-29 | 1 | -11/+25 |
| | |||||
* | SERVER-36015 Remove references to system.namespaces and system.indexes | Dianna Hohensee | 2018-08-29 | 3 | -3/+0 |
| | |||||
* | SERVER-36848 Temporarily blacklist snapshot_read_kill_op_only.js. | Max Hirschhorn | 2018-08-29 | 1 | -0/+4 |
| | |||||
* | Revert "SERVER-13455 Add new configuration option for mongod to allow ↵ | Daniel Gottlieb | 2018-08-29 | 1 | -1/+0 |
| | | | | | | separate journal directory for WT" This reverts commit d3656459d016d6a1be0788acfe3276734ab59210. | ||||
* | SERVER-34593 New resmoke option to repeat tests | Yves Duhem | 2018-08-29 | 8 | -29/+52 |
| | |||||
* | SERVER-36306 Add FSM workloads that run transactions workloads with all ↵ | jannaerin | 2018-08-28 | 1 | -0/+5 |
| | | | | threads using same session | ||||
* | SERVER-36152 Update requirements.txt | Ben Caimano | 2018-08-28 | 2 | -4/+4 |
| | |||||
* | SERVER-29450 Lower OplogFetcher and CollectionCloner batch sizes in tests by ↵ | Tess Avitabile | 2018-08-28 | 2 | -0/+4 |
| | | | | default | ||||
* | SERVER-36451 ContinuousStepdown with killing nodes can hang due to not being ↵ | Jonathan Abrahams | 2018-08-28 | 1 | -2/+16 |
| | | | | able to start the primary | ||||
* | SERVER-36718 Add forceValidationWithFeatureCompatibilityVersion to ↵ | Xiangyu Yao | 2018-08-27 | 9 | -0/+9 |
| | | | | collection validation hook | ||||
* | SERVER-36424 Enforce uniqueKey is unique enough | Charlie Swanson | 2018-08-27 | 3 | -0/+6 |
| | |||||
* | SERVER-36817 replSetFreeze command run by stepdown thread may fail when ↵ | Jonathan Abrahams | 2018-08-27 | 1 | -28/+11 |
| | | | | server is already primary | ||||
* | SERVER-36169 Fix bare raise in stepdown.py hook | Jonathan Abrahams | 2018-08-27 | 1 | -9/+8 |
| | |||||
* | SERVER-35184 Enable LTO for embedded SDK builds | Andrew Morrow | 2018-08-24 | 1 | -2/+2 |
| | | | | | | | Includes a bump in the SDK manager toolset, and moves us to the Android r18 beta2 toolset, because LTO is broken in r17. See https://github.com/android-ndk/ndk/issues/498 for details. | ||||
* | SERVER-13455 Add new configuration option for mongod to allow separate ↵ | Dewal Gupta | 2018-08-24 | 1 | -0/+1 |
| | | | | journal directory for WT | ||||
* | SERVER-35954 Default uniqueKey to document key for sharded collection | Charlie Swanson | 2018-08-24 | 2 | -0/+2 |
| | |||||
* | SERVER-35814 ensure that prepareTransaction waits for writeConcern | Pavi Vetriselvan | 2018-08-23 | 1 | -0/+1 |
| | |||||
* | SERVER-36754 Unblacklist testshard1.js in aggregation suite | Matthew Saltz | 2018-08-22 | 8 | -16/+0 |
| | |||||
* | SERVER-34738 mongo_lock.py graph should display lock type for LockManager locks | Jonathan Abrahams | 2018-08-22 | 1 | -5/+7 |
| | |||||
* | SERVER-33248 Allow choosing a sync source that we are up to date with if it ↵ | Tess Avitabile | 2018-08-22 | 4 | -24/+4 |
| | | | | has a higher lastOpCommitted | ||||
* | SERVER-36612 Consolidate shared SCons pruning on one variant | Brian McCarthy | 2018-08-21 | 1 | -119/+0 |
| |