summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-32610 Include databaseVersion when targeting by primary shard in ↵Esha Maharishi2018-02-267-56/+79
| | | | paths that use buildVersionedRequestsForTargetedShards()
* SERVER-33477 Always use upsert with _id for session update.Siyuan Zhou2018-02-261-12/+2
| | | | | | | Transactions stash the writes so the in-memory state of transaction table is out of sync during transaction. Two threads (write and chunk migration) will not update the same session entry due to the WCE generated by storage engine.
* SERVER-33045 Remove fcvLock from shardCollectionDianna Hohensee2018-02-261-5/+0
|
* SERVER-33486 coverity fix for 'const bool' function return type that should ↵Dianna Hohensee2018-02-261-1/+1
| | | | just be 'bool'
* SERVER-33215 Remove references to opCtx in onCommit callbacks.Siyuan Zhou2018-02-262-56/+49
| | | | | | WriteUnitOfWork in multi-statement transactions will call onCommit on commitTransaction command where references to opCtx of previous commands are no longer valid.
* SERVER-33032 add a DatabaseShardingState containing the databaseVersion as a ↵Esha Maharishi2018-02-264-1/+192
| | | | decoration on Database
* SERVER-32957 part 2: remove killPending flag and reapZombieCursors()Ian Boros2018-02-264-201/+182
|
* SERVER-33127 Ensure that 'count' value is always returned as part of the ↵Kaloian Manassiev2018-02-261-29/+13
| | | | | | | `collStats` command Also gets rid of some legacy fields which are no longer expected to be seen.
* SERVER-33456 Ensure `onShardVersionMismatch` does not throwKaloian Manassiev2018-02-262-6/+14
|
* SERVER-29908 Move some cluster commands to separate filesKaloian Manassiev2018-02-267-297/+439
|
* SERVER-33196 add 'forTest' flag to movePrimary, and if it's set, make ↵Blake Oler2018-02-264-10/+92
| | | | _configsvrMovePrimary call movePrimary on the primary shard
* SERVER-33282 listen for interrupt while waiting on next event from the ARMIan Boros2018-02-262-4/+14
|
* SERVER-31679 Limit journaling frequency without oplog waitersGeert Bosch2018-02-2613-4/+319
|
* SERVER-32823 Use WT metadata create URI for metadata cursorsLouis Williams2018-02-261-3/+3
|
* SERVER-33289 Release WT tickets when stashing RecoveryUnitTess Avitabile2018-02-267-16/+135
|
* SERVER-33122 Add option to disable WiredTiger cursor cachingLouis Williams2018-02-262-18/+30
|
* SERVER-33171: Add number and objectID parsing conversions to $convertNick Zolnierz2018-02-264-0/+794
|
* SERVER-33151 SERVER-33246 Refuse to start up mongod 4.0 unless all ↵Dianna Hohensee2018-02-261-48/+76
| | | | | | collections have UUIDs Also assigns UUIDs to any non-replicated collection found to be missing its UUID.
* SERVER-32977 Make shell use SASL mechanism negotiationSara Golemon2018-02-241-7/+30
|
* SERVER-33305 Expand scramsha1 tests to include SHA256Sara Golemon2018-02-249-153/+234
|
* SERVER-32968 Make SCRAM-SHA-1 mechanism ignore optional extensionsSara Golemon2018-02-245-182/+267
|
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-2318-421/+105
|
* SERVER-33304 Rename RecoveryUnit::prepareSnapshot() to preallocateSnapshot()Xiangyu Yao2018-02-234-4/+4
|
* SERVER-33465 forward-port handling upgrade/downgrade states when sending ↵Esha Maharishi2018-02-231-11/+22
| | | | setFCV to new shard in addShard
* SERVER-33168 Add number<->date conversions to $convertJustin Seyster2018-02-232-5/+347
|
* SERVER-33014 Remove unreachable featureCompatibilityVersion document op ↵Dianna Hohensee2018-02-233-43/+9
| | | | observers
* SERVER-33440 DBDirectClient operations should be able to perform session ↵Tess Avitabile2018-02-233-38/+80
| | | | checkout
* SERVER-33443 Remove kVersion32 handling from fCV command parserDianna Hohensee2018-02-231-12/+0
|
* SERVER-32615 Make user write commands in sharded cluster go through ↵Randolph Tan2018-02-2321-14/+376
| | | | _configCreate
* SERVER-33227 don't modify global `db` in shell `connect()`Kevin Pulo2018-02-231-1/+1
|
* SERVER-33372 Support readConcern snapshot for updatesTess Avitabile2018-02-226-53/+42
|
* SERVER-33245 add unit test for primary step down during mapReduceBenety Goh2018-02-222-2/+245
|
* SERVER-33166 Always transition back to SECONDARY after rollbackWilliam Schultz2018-02-223-4/+28
|
* SERVER-32809 Fix lintJack Mulrow2018-02-221-14/+14
|
* SERVER-32809 Fix typo in config_server_test_fixture.cppKeita Akutsu2018-02-221-2/+2
| | | | | | Closes #1217 Signed-off-by: Kelsey Schubert <kelsey@mongodb.com>
* SERVER-33423 Adds simple autocommit unit testPavithra Vetriselvan2018-02-221-0/+21
|
* SERVER-12644 noprealloc warning should be logged properlyGabriel Russell2018-02-221-2/+1
|
* SERVER-32759 Insert, remove and read support for new unique index format.nehakhatri52018-02-223-169/+119
| | | | | | Added insert, remove and read support for the new index format. Disabled new index format for _id index. Support new format inserts on secondary too.
* SERVER-33359: Allow RTT storage engines to manage indexes on rollback.Daniel Gottlieb2018-02-2117-29/+135
|
* SERVER-29908 Move stale shard version handling out of ShardingStateKaloian Manassiev2018-02-2119-321/+334
|
* Fix merge conflict in op_observer_impl_testWilliam Schultz2018-02-211-1/+1
|
* Fix lintWilliam Schultz2018-02-213-6/+4
|
* SERVER-32913 batch applyOps with other CRUD operations when reading from ↵Benety Goh2018-02-211-2/+4
| | | | oplog buffer
* SERVER-29933 Fix argument type in rollback_impl_testWilliam Schultz2018-02-211-3/+3
|
* SERVER-32852 Capture data files on failures of the concurrency suiteJonathan Abrahams2018-02-212-3/+6
|
* SERVER-32880 Parse and add autocommit parameter to SessionPavithra Vetriselvan2018-02-2111-75/+177
|
* SERVER-33418: Set multikey at index commit time.Daniel Gottlieb2018-02-213-55/+45
|
* SERVER-33173: Make format parameter optional for "$dateToString"Nick Zolnierz2018-02-217-39/+153
|
* SERVER-32736: Add "onError" and "onNull" options to $dateFromStringNick Zolnierz2018-02-215-70/+380
|
* SERVER-33195 create a movePrimary command for shards and ↵Blake Oler2018-02-213-0/+186
| | | | _configsvrCommitMovePrimary command for config servers