summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-26513 listCollections output should include _id index spec as idIndexr3.4.0-rc1Tess Avitabile2016-10-184-5/+64
|
* 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-26652 - reformat systemd service commentsErnie Hershey2016-10-181-7/+14
|
* 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-26650 Increase task timeout for concurrency_simultaneous to 3 hrs on ↵Eddie Louie2016-10-181-0/+1
| | | | mmapv1
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-1814-77/+390
|
* SERVER-26599 Master-slave initial sync should use the exact _id index spec ↵Tess Avitabile2016-10-183-7/+104
| | | | from master
* SERVER-26406 sys-perf: Use --task, not --task_name, in all analysis scripts.Henrik Ingo2016-10-181-1/+1
|
* 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-26607 waitForMoveChunkStep test helper should take in to account ↵Randolph Tan2016-10-171-3/+7
| | | | moveChunk in 'join' mode
* SERVER-26645 Get rid of _shardNames variable in ShardingTestKaloian Manassiev2016-10-177-88/+70
|
* 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-172-1/+4
| | | | 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-1718-138/+139
|
* SERVER-26596 Make sure test doesn't break other tests and fix memory leakJonathan Reams2016-10-173-24/+28
|
* SERVER-26573 Poor compression of diagnostic data during chunk migrationsMark Benvenuto2016-10-171-1/+8
|
* SERVER-26406 sys-perf, perf: Cleanup cli options to post analysis scriptsHenrik Ingo2016-10-172-3/+2
|
* 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-26406 sys-perf, perf: Add Evergreen task to the post test analysis ↵Henrik Ingo2016-10-172-3/+3
| | | | override json files
* 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-26633 Distinguish Jepsen test failures from setup failuresJonathan Abrahams2016-10-141-3/+19
|
* SERVER-26572 add stopTimestamp to DataReplicator statsJudah Schvimer2016-10-143-6/+22
|
* SERVER-26640 remove flag for linearizable read supportBenety Goh2016-10-1413-81/+1
| | | | | | 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-26628 Add mmapv1 Jepsen taskJonathan Abrahams2016-10-141-0/+19
|
* 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-26584 Use separate mongod instance for startParallelOpsKaloian Manassiev2016-10-141-2/+4
|
* SERVER-26090 Propagate aggregate options through view resolution.Charlie Swanson2016-10-142-1/+53
| | | | | 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-143-4/+57
|
* SERVER-26564: update curator releaseSam Kleinman2016-10-141-1/+1
|
* SERVER-26516 resmoke should wait for initsync node to be in SECONDARY state ↵Robert Guo2016-10-141-1/+5
| | | | before running tests
* SERVER-26552: Update baseline in perf.yml for microbenchmarks.dalyd2016-10-141-2/+2
|
* 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
|