summaryrefslogtreecommitdiff
path: root/jstests/sharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39474 Fix incorrect use of 'skip' parameter to configureFailPoint in t...Esha Maharishi2019-02-112-4/+5
* SERVER-39333 Add assertions that operations work in coll_epoch_test2.jsjannaerin2019-02-111-20/+26
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-10/+18
* SERVER-39274 Mongos shouldn't upconvert txn read concern level to snapshot if...Jack Mulrow2019-02-082-4/+12
* SERVER-39269 flag gate sharded $lookupIan Boros2019-02-075-11/+104
* SERVER-39312 Rename targeted jstests for transaction two phase commit to txn_...Esha Maharishi2019-02-076-0/+0
* SERVER-39215 Fix aggregation_currentop.js such that we compare transactionDoc...Suganthi Mani2019-02-071-3/+3
* SERVER-39053 Transaction coordinator should retry sending decision until defi...Esha Maharishi2019-02-074-52/+89
* SERVER-37823 Server Side Traffic CaptureJason Carey2019-02-045-2/+16
* SERVER-37786 Reject change stream pipelines which modify or project-out the r...Bernard Gorman2019-02-033-19/+15
* SERVER-39316 Test two-phase abort path without 'config server is coordinator'...Esha Maharishi2019-01-311-67/+87
* SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator instead ...Gregory Wlodarek2019-01-301-1/+1
* SERVER-38324: add validation to TransactionCoordinatorDocument decisionKim Tao2019-01-301-3/+3
* SERVER-39187 Signal coordinator's decision promise when the coordinator is ca...Matthew Saltz2019-01-301-5/+71
* SERVER-39234 Ensure `shardCollection` initial split works the same between co...Kaloian Manassiev2019-01-294-69/+86
* SERVER-39124 Mongos should abort cleared participants between retries of tran...Jack Mulrow2019-01-291-3/+4
* SERVER-38728 allow pipeline with lookup stage on sharded collection to run on...Ian Boros2019-01-292-10/+147
* SERVER-39166 $graphLookup should force a pipeline to split in sharded clusterMartin Neupauer2019-01-291-0/+35
* SERVER-38506 Create a cluster setIndexCommitQuorum command to parallel create...Gregory Wlodarek2019-01-245-1/+22
* SERVER-38978 coordinateCommitTransaction should send abortTransaction over th...Esha Maharishi2019-01-242-53/+217
* SERVER-38364 Test cluster configuration changes during $outMartin Neupauer2019-01-232-0/+230
* SERVER-39101 read_pref_cmd.js should use collMod to wait for indexes to compl...Louis Williams2019-01-221-0/+6
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-203-8/+10
* SERVER-38320 Handle a TransactionCoordinator's OperationContext being killed ...Esha Maharishi2019-01-171-0/+197
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-62/+0
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-0/+62
* SERVER-39022 Make the sharding fixed task executor use unlimited thread pool ...Kaloian Manassiev2019-01-161-3/+2
* SERVER-38734 Config collections other than config.system.sessions should not ...jannaerin2019-01-141-124/+3
* SERVER-38041 Test single shard transactions with arbiters and enableMajorityR...Vesselina Ratcheva2019-01-142-0/+137
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-141-2/+4
* SERVER-37382 printShardingStatus.js races with ShardingUptimeReporter threadRandolph Tan2019-01-141-1/+9
* SERVER-38842 Relax constraint in shard_existing_coll_chunk_count.jsMatthew Saltz2019-01-141-1/+1
* SERVER-37699 Lower logging verbosity for shard_existing_coll_chunk_count.jsMatthew Saltz2019-01-141-2/+2
* SERVER-38933 currentOp is not resilient to drop shardMartin Neupauer2019-01-141-0/+25
* Revert "SERVER-38191 Enforce restriction on namespace for failpoints in write...Nick Zolnierz2019-01-111-4/+2
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-111-2/+4
* SERVER-38363 Test concurrent shardCollection and replaceCollection $outCharlie Swanson2019-01-101-0/+42
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-105-4/+1
* SERVER-36639 Disallow restarting txn at active txn number if shard has aborte...Jack Mulrow2019-01-091-2/+23
* SERVER-37947 Fail gracefully when explain is used in transactionsJacob Evans2019-01-082-8/+18
* SERVER-37700 Remove thread names that include whitespacesJonathan Ma2019-01-081-2/+2
* SERVER-38510 Set moreToCome flag with OP_MSG writes from shellA. Jesse Jiryu Davis2019-01-071-1/+0
* SERVER-38690 Mongos should throw write targeting errors during a transactionJack Mulrow2019-01-031-0/+40
* SERVER-37560 Allow change streams to work with speculative majority readsWilliam Schultz2018-12-214-0/+32
* SERVER-36416 Add dropConnections administrative commandJonathan2018-12-215-1/+5
* SERVER-37885 Wait for something to be majority committed in term on step up i...Esha Maharishi2018-12-213-1/+147
* SERVER-38645 txn_basic_two_phase_commit.js and txn_failover_two_phase_commit....Esha Maharishi2018-12-183-13/+28
* SERVER-38641 clone_catalog_data.js should call awaitLastOpCommitted on CSRS b...Esha Maharishi2018-12-181-8/+5
* SERVER-33683 Prevent deadlock in aggregate with transactionsIan Boros2018-12-172-20/+152
* SERVER-37344 Implement recovery token for retrying a commit command on a diff...Randolph Tan2018-12-171-10/+36