summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-26420 add internalClient information to isMaster handshake requestDavid Storch2016-10-2010-9/+173
|
* SERVER-26659 only use stricter key pattern validation for v:2 or new index ↵David Storch2016-10-2011-71/+207
| | | | | | | | | builds This now follows the same rules which we will use in 3.4 for rejecting unknown top-level options in the index spec. These rules ensure a smooth upgrade, even in the presence of bad index metadata produced on an older server version.
* SERVER-26712 temporarily disable id index version checkRobert Guo2016-10-201-0/+6
|
* SERVER-25934 rename MongodTestFixture to ShardingMongodTestFixtureEsha Maharishi2016-10-207-49/+50
|
* SERVER-25549 re-enable read_only_sharded suiteEsha Maharishi2016-10-191-0/+47
|
* SERVER-26572 Reset stopTimestamp in DataReplicator when initial sync apply ↵Judah Schvimer2016-10-1915-63/+195
| | | | phase tries to fetch a remote document
* SERVER-26220 Using stopOplogFetcher failpoint causes CPU loopingSiyuan Zhou2016-10-191-1/+3
|
* SERVER-26684 Do not rountrip between ChunkType and BSON during chunk reloadKaloian Manassiev2016-10-191-3/+2
|
* SERVER-26664 Remove sharding.chunkSize command line option from --helpKaloian Manassiev2016-10-191-3/+0
|
* SERVER-26513 listCollections output should include _id index spec as idIndexr3.4.0-rc1Tess Avitabile2016-10-181-0/+6
|
* SERVER-25665 Persist chunk version as part of the active migration documentKaloian Manassiev2016-10-1812-123/+163
|
* SERVER-26307 Differentiate between config and shard command errors in ↵Dianna Hohensee2016-10-182-90/+103
| | | | MigrationManager moveChunk commands
* SERVER-26586: SCRAM client should preemptively validate server nonceSpencer Jackson2016-10-182-44/+248
|
* SERVER-26638: Add `--objcheck` and `--noobjcheck` options to mongo shell.ADAM David Alan Martin2016-10-181-0/+28
| | | | | | Add flags to disable BSON validity check in client Some performance tests are adversely affected by the BSON checking in the client. Change default for `objcheck` to false for client.
* SERVER-26435 Test fix for background index wait on invalid viewJames Wahlin2016-10-181-9/+10
|
* SERVER-25991 Use StringData literal in WithNullCharacter* test casesMarko Vojvodic2016-10-181-2/+4
|
* SERVER-26560 Properly handle or avoid making throwing calls into ASIO within ↵samantharitter2016-10-184-9/+57
| | | | NetworkInterfaceASIO
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-1813-77/+224
|
* SERVER-26599 Master-slave initial sync should use the exact _id index spec ↵Tess Avitabile2016-10-181-4/+30
| | | | from master
* SERVER-26606: Add check of global flag for object verification.ADAM David Alan Martin2016-10-171-5/+7
| | | | | The `dbclientcursor` should obey the `objcheck` flag, to avoid the penalty of BSON verification in performance-sensitive situations.
* SERVER-26645 Get rid of _shardNames variable in ShardingTestKaloian Manassiev2016-10-171-7/+2
|
* SERVER-26631 Implement multiple document support for ↵Benety Goh2016-10-173-51/+207
| | | | StorageInterface::findDocuments/deleteDocuments
* SERVER-26631 replaced StorageInterface::findOne/deleteOne with ↵Benety Goh2016-10-176-335/+446
| | | | | | findDocuments/deleteDocuments This commit updates the repl::StorageInterface interface but introduces no functional change.
* SERVER-26610 Fix maxTimeMS exception in setFeatureCompatibilityVersionRandolph Tan2016-10-171-1/+1
|
* SERVER-25758 unit test DistLockCatalogImpl::unlock by nameDianna Hohensee2016-10-171-0/+64
|
* SERVER-26610 add maxTimeMS to setFeatureCompatibilityVersion call in ↵Randolph Tan2016-10-171-0/+2
| | | | set_feature_compatibility_version.js
* SERVER-26435 Fix replsettest check for background index buildJames Wahlin2016-10-171-11/+31
|
* SERVER-26435 Refactor replsettest.js to reduce sizeJames Wahlin2016-10-171-103/+0
|
* SERVER-26596 Make sure test doesn't break other tests and fix memory leakJonathan Reams2016-10-172-24/+25
|
* SERVER-26573 Poor compression of diagnostic data during chunk migrationsMark Benvenuto2016-10-171-1/+8
|
* SERVER-26597 DBConfig::load callers should be prepared to catch exceptionsRandolph Tan2016-10-171-1/+5
|
* Revert "SERVER-26307 Differentiate between config and shard command errors ↵Dianna Hohensee2016-10-172-110/+90
| | | | | | in MigrationManager moveChunk commands" This reverts commit af2e05b0424b99ee162fe2ef0f1ecf6c687b06f9.
* SERVER-26307 Differentiate between config and shard command errors in ↵Dianna Hohensee2016-10-172-90/+110
| | | | MigrationManager moveChunk commands
* SERVER-24512 remove dead Interval codeDavid Storch2016-10-142-55/+0
|
* SERVER-26571 ignore 'create' field during collection options parsingDavid Storch2016-10-142-5/+26
| | | | | This ensures that we can handle collection metadata created on version 2.4 or earlier.
* SERVER-26593 decrement usage counter in ScopedCollectionMetadata's move ↵Esha Maharishi2016-10-144-28/+39
| | | | constructor
* SERVER-26572 add stopTimestamp to DataReplicator statsJudah Schvimer2016-10-143-6/+22
|
* SERVER-26640 remove flag for linearizable read supportBenety Goh2016-10-1412-50/+0
| | | | | | Revert "SERVER-26169 added startup parameter for linearizable read support defaulting to disabled" This reverts commit 7f6eb7f2361addf3f75308bf1603caa8cdc71b68.
* SERVER-26461 Don't exclude fields when entire document is needed.Charlie Swanson2016-10-142-1/+28
|
* SERVER-26579 Do not move chunks to shards with above optimal chunk countKaloian Manassiev2016-10-144-28/+56
|
* SERVER-26506 add tracking for commandsMisha Tyulenev2016-10-1420-91/+605
|
* SERVER-26090 Propagate aggregate options through view resolution.Charlie Swanson2016-10-141-1/+10
| | | | | Ensures that the 'allowDiskUse' and 'bypassDocumentValidation' options are correctly translated after resolving a view.
* SERVER-26461 Request text score even if no fields are needed.Charlie Swanson2016-10-141-4/+18
|
* SERVER-25662: add diagnostics string to thread pool executorScott Hernandez2016-10-147-12/+39
|
* SERVER-25593: check shutdown/failure status during initial sync when ↵Scott Hernandez2016-10-144-3/+37
| | | | acquiring lock.
* SERVER-26544: Keep DatabaseCloner active until after the completion callbackScott Hernandez2016-10-142-31/+38
|
* SERVER-26614 Clean up memory management in MessagePort::recvAndrew Morrow2016-10-131-10/+9
|
* SERVER-26603 getLocalOplogCollection overwrite of CurOp namespaceJames Wahlin2016-10-131-9/+4
|
* SERVER-26112 Always forward singleBatch=false to shardsMaria van Keulen2016-10-131-0/+6
|
* SERVER-22992 only declare _createProcessMtx on windowsMatt Cotter2016-10-131-0/+2
|