summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-34638 Get rid of CollectionLock::relockAsDatabaseExclusiver3.7.7Kaloian Manassiev2018-04-242-20/+0
|
* SERVER-34622 use existing options in _unbridgedNodes if bridge is enabledKyle Suarez2018-04-242-1/+26
| | | | | Otherwise, restarting a node will not use the correct options for when the node was originally brought up.
* SERVER-34618 Fix race condition in retryable writes testBlake Oler2018-04-241-1/+2
|
* SERVER-34421: isMaster saslSupportedMechs shouldn't error on UserNotFoundSpencer Jackson2018-04-243-10/+21
|
* SERVER-34582 Replace object level lock for ARSJason Carey2018-04-242-61/+41
| | | | | | | | | | ARS holds a lock during scheduling, to prevent notification during scheduling. As an unfortunate side effect, this prevents callbacks from resolving during scheduling. (which can cause background executors to block in executing a callback). This replaces the mutex with a producer consumer queue which handles responses, and moves response handling into calls to next().
* SERVER-34259 Convert start_transaction_with_read.js to use transactions shellWilliam Schultz2018-04-241-34/+12
| | | | API
* Revert "SERVER-34622 use existing options in _unbridgedNodes if bridge is ↵Kyle Suarez2018-04-242-26/+1
| | | | | | enabled" This reverts commit 0e374292088c87a86fee802160ca2467b81d4620.
* SERVER-34605 Move Jepsen tasks to Ubuntu 16.04 builders.Max Hirschhorn2018-04-241-57/+45
|
* SERVER-34195 Support speculative readConcern behavior in transactions.Matthew Russotto2018-04-243-8/+127
|
* SERVER-33297 mongos create will make a capped collection with size 0 if not ↵Randolph Tan2018-04-242-0/+7
| | | | specified
* SERVER-34622 use existing options in _unbridgedNodes if bridge is enabledKyle Suarez2018-04-242-1/+26
| | | | | Otherwise, restarting a node will not use the correct options for when the node was originally brought up.
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-2415-410/+356
|
* SERVER-34594 Retryable writes should not use multi statement transaction in ↵Xiangyu Yao2018-04-231-16/+34
| | | | benchRun
* SERVER-34499 Add passthrough suite(s) replacing single-collection and ↵Bernard Gorman2018-04-2313-785/+1127
| | | | single-db $changeStream with whole-cluster streams filtered by namespace
* SERVER-34391 ubuntu1604-arm64-mobile evergreen configGabriel Russell2018-04-231-0/+60
|
* SERVER-34617 Make NamespaceString::db() return whole ns() when it has no dotsMathias Stearn2018-04-232-2/+2
|
* SERVER-29908 Move OpObserver and MigrationSourceManager logic out of ↵Andy Schwerin2018-04-2311-174/+131
| | | | | | | | CollectionShardingState. Makes MigrationSourceManager a decoration on CollectionShardingState, not a member and moves the op observer behavior from CollectionShardingState to free functions in shard_server_op_observer.h/cpp.
* SERVER-34259 Convert no_implicit_collection_creation_in_txn.js to use ↵William Schultz2018-04-231-105/+50
| | | | | | transactions shell API
* SERVER-34599 Check status in sharding catalog client's applyChunkOpsDeprecated()Blake Oler2018-04-231-15/+19
|
* SERVER-34070 Fix invariant in replication recoveryJudah Schvimer2018-04-232-18/+10
|
* SERVER-34070 Add flag to perform replication recovery as a standaloneJudah Schvimer2018-04-2311-32/+219
|
* SERVER-34578 remove CommandInvocation::secondaryAllowedBilly Donahue2018-04-238-41/+7
|
* SERVER-34389 modify change_stream_collations.js to avoid failureIan Boros2018-04-231-203/+224
|
* SERVER-34100 - Make the Chunk object not expose implementation details of ↵Martin Neupauer2018-04-2323-185/+250
| | | | the ChunkManager
* SERVER-34364 qualify names from std namespaceBenety Goh2018-04-231-29/+28
|
* SERVER-34259 Convert find_and_modify_in_transaction.js to use transactions ↵William Schultz2018-04-231-186/+111
| | | | shell API
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-2322-31/+448
|
* SERVER-34364 add Status and StatusWith support to invariant()Benety Goh2018-04-234-25/+130
|
* SERVER-34540 Remove sleeptest from dbtestJonathan Reams2018-04-231-68/+0
|
* SERVER-34600 uassert if using getParameter to read uninitialized fCVMaria van Keulen2018-04-233-0/+37
|
* SERVER-33995 Make sure accepting new connections never throws in listenerJonathan Reams2018-04-232-11/+22
|
* SERVER-32889 Mongo shell injection function for hashing shard keyBen Caimano2018-04-234-1/+126
|
* SERVER-33954 Modified ↵Matthew Saltz2018-04-232-13/+97
| | | | getDatabaseWithRefresh/getCollectionRoutingInfoWithRefresh to refresh twice if the first refresh is not performed by its own thread
* SERVER-34571 Ensure _deleteNotifyExec in MigrationChunkClonerSourceLegacy ↵Matthew Saltz2018-04-231-3/+7
| | | | always reset on cleanup
* SERVER-34544: Reduce number of jstestfuzz files generatedDavid Bradford2018-04-231-6/+8
|
* SERVER-34298 Avoid running PeriodicKillSecondaries twice on failureYves Duhem2018-04-231-8/+11
|
* SERVER-34612 do not copy the oplog as part of copydb_illegal_collections.jsEric Milkie2018-04-231-5/+10
|
* SERVER-34611 fix OplogStartTests for autoIndexId:falseEric Milkie2018-04-231-3/+1
|
* Import wiredtiger: 43c20b5583d8e38ae127beb8b3930d7577902ad0 from branch ↵Luke Chen2018-04-233-55/+91
| | | | | | | | | | mongodb-3.8 ref: ad25980c88..43c20b5583 for: 4.0.0-rc0 WT-3851 Optimize wt_compare* routines with NEON instructions for ARM platform WT-4037 WT_REF structures freed while still in use
* SERVER-33766 Ensure that secondaries always invalidate the in-memory routing ↵jannaerin2018-04-201-1/+0
| | | | | | table when new metadata arrives
* SERVER-33766 Ensure that secondaries always invalidate the in-memory routing ↵jannaerin2018-04-205-35/+16
| | | | | | table when new metadata arrives
* SERVER-34586 Avoid possible double mutex acquisition in ↵Kaloian Manassiev2018-04-201-27/+25
| | | | ShardServerCatalogCacheLoader
* Revert "SERVER-33616 Avoid possible double mutex acquisition in ↵Kaloian Manassiev2018-04-201-25/+27
| | | | | | ShardServerCatalogCacheLoader" This reverts commit b6f914246769cdd5e67abeb6f5043d2622a150e9.
* SERVER-33616 Avoid possible double mutex acquisition in ↵Kaloian Manassiev2018-04-201-27/+25
| | | | ShardServerCatalogCacheLoader
* SERVER-34510 Reduce number of iterations in create_database FSM workloadVesselina Ratcheva2018-04-201-1/+1
|
* SERVER-34243 Use MODE_IS for listCollectionsGeert Bosch2018-04-202-17/+22
|
* SERVER-34464 fix compileJudah Schvimer2018-04-201-0/+1
|
* SERVER-34288 Allow abortTransaction and commitTransaction as the first statementPavi Vetriselvan2018-04-202-0/+28
|
* Replace LOKI_ preprocessor macros with mongo equivalents..Billy Donahue2018-04-201-9/+6
|
* Revert "SERVER-34464 Do not relax document validation during replication ↵Judah Schvimer2018-04-201-0/+1
| | | | | | recovery" This reverts commit 1bf72bdde1a1ac86700fea6b929b74dfc84e0ee6.