Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-26420 add internalClient information to isMaster handshake request | David Storch | 2016-10-20 | 10 | -9/+173 |
| | |||||
* | SERVER-26659 only use stricter key pattern validation for v:2 or new index ↵ | David Storch | 2016-10-20 | 11 | -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 check | Robert Guo | 2016-10-20 | 1 | -0/+6 |
| | |||||
* | SERVER-25934 rename MongodTestFixture to ShardingMongodTestFixture | Esha Maharishi | 2016-10-20 | 7 | -49/+50 |
| | |||||
* | SERVER-25549 re-enable read_only_sharded suite | Esha Maharishi | 2016-10-19 | 1 | -0/+47 |
| | |||||
* | SERVER-26572 Reset stopTimestamp in DataReplicator when initial sync apply ↵ | Judah Schvimer | 2016-10-19 | 15 | -63/+195 |
| | | | | phase tries to fetch a remote document | ||||
* | SERVER-26220 Using stopOplogFetcher failpoint causes CPU looping | Siyuan Zhou | 2016-10-19 | 1 | -1/+3 |
| | |||||
* | SERVER-26684 Do not rountrip between ChunkType and BSON during chunk reload | Kaloian Manassiev | 2016-10-19 | 1 | -3/+2 |
| | |||||
* | SERVER-26664 Remove sharding.chunkSize command line option from --help | Kaloian Manassiev | 2016-10-19 | 1 | -3/+0 |
| | |||||
* | SERVER-26513 listCollections output should include _id index spec as idIndexr3.4.0-rc1 | Tess Avitabile | 2016-10-18 | 1 | -0/+6 |
| | |||||
* | SERVER-25665 Persist chunk version as part of the active migration document | Kaloian Manassiev | 2016-10-18 | 12 | -123/+163 |
| | |||||
* | SERVER-26307 Differentiate between config and shard command errors in ↵ | Dianna Hohensee | 2016-10-18 | 2 | -90/+103 |
| | | | | MigrationManager moveChunk commands | ||||
* | SERVER-26586: SCRAM client should preemptively validate server nonce | Spencer Jackson | 2016-10-18 | 2 | -44/+248 |
| | |||||
* | SERVER-26638: Add `--objcheck` and `--noobjcheck` options to mongo shell. | ADAM David Alan Martin | 2016-10-18 | 1 | -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 view | James Wahlin | 2016-10-18 | 1 | -9/+10 |
| | |||||
* | SERVER-25991 Use StringData literal in WithNullCharacter* test cases | Marko Vojvodic | 2016-10-18 | 1 | -2/+4 |
| | |||||
* | SERVER-26560 Properly handle or avoid making throwing calls into ASIO within ↵ | samantharitter | 2016-10-18 | 4 | -9/+57 |
| | | | | NetworkInterfaceASIO | ||||
* | SERVER-26468 Create internalValidateFeaturesAsMaster startup parameter | Tess Avitabile | 2016-10-18 | 13 | -77/+224 |
| | |||||
* | SERVER-26599 Master-slave initial sync should use the exact _id index spec ↵ | Tess Avitabile | 2016-10-18 | 1 | -4/+30 |
| | | | | from master | ||||
* | SERVER-26606: Add check of global flag for object verification. | ADAM David Alan Martin | 2016-10-17 | 1 | -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 ShardingTest | Kaloian Manassiev | 2016-10-17 | 1 | -7/+2 |
| | |||||
* | SERVER-26631 Implement multiple document support for ↵ | Benety Goh | 2016-10-17 | 3 | -51/+207 |
| | | | | StorageInterface::findDocuments/deleteDocuments | ||||
* | SERVER-26631 replaced StorageInterface::findOne/deleteOne with ↵ | Benety Goh | 2016-10-17 | 6 | -335/+446 |
| | | | | | | findDocuments/deleteDocuments This commit updates the repl::StorageInterface interface but introduces no functional change. | ||||
* | SERVER-26610 Fix maxTimeMS exception in setFeatureCompatibilityVersion | Randolph Tan | 2016-10-17 | 1 | -1/+1 |
| | |||||
* | SERVER-25758 unit test DistLockCatalogImpl::unlock by name | Dianna Hohensee | 2016-10-17 | 1 | -0/+64 |
| | |||||
* | SERVER-26610 add maxTimeMS to setFeatureCompatibilityVersion call in ↵ | Randolph Tan | 2016-10-17 | 1 | -0/+2 |
| | | | | set_feature_compatibility_version.js | ||||
* | SERVER-26435 Fix replsettest check for background index build | James Wahlin | 2016-10-17 | 1 | -11/+31 |
| | |||||
* | SERVER-26435 Refactor replsettest.js to reduce size | James Wahlin | 2016-10-17 | 1 | -103/+0 |
| | |||||
* | SERVER-26596 Make sure test doesn't break other tests and fix memory leak | Jonathan Reams | 2016-10-17 | 2 | -24/+25 |
| | |||||
* | SERVER-26573 Poor compression of diagnostic data during chunk migrations | Mark Benvenuto | 2016-10-17 | 1 | -1/+8 |
| | |||||
* | SERVER-26597 DBConfig::load callers should be prepared to catch exceptions | Randolph Tan | 2016-10-17 | 1 | -1/+5 |
| | |||||
* | Revert "SERVER-26307 Differentiate between config and shard command errors ↵ | Dianna Hohensee | 2016-10-17 | 2 | -110/+90 |
| | | | | | | in MigrationManager moveChunk commands" This reverts commit af2e05b0424b99ee162fe2ef0f1ecf6c687b06f9. | ||||
* | SERVER-26307 Differentiate between config and shard command errors in ↵ | Dianna Hohensee | 2016-10-17 | 2 | -90/+110 |
| | | | | MigrationManager moveChunk commands | ||||
* | SERVER-24512 remove dead Interval code | David Storch | 2016-10-14 | 2 | -55/+0 |
| | |||||
* | SERVER-26571 ignore 'create' field during collection options parsing | David Storch | 2016-10-14 | 2 | -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 Maharishi | 2016-10-14 | 4 | -28/+39 |
| | | | | constructor | ||||
* | SERVER-26572 add stopTimestamp to DataReplicator stats | Judah Schvimer | 2016-10-14 | 3 | -6/+22 |
| | |||||
* | SERVER-26640 remove flag for linearizable read support | Benety Goh | 2016-10-14 | 12 | -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 Swanson | 2016-10-14 | 2 | -1/+28 |
| | |||||
* | SERVER-26579 Do not move chunks to shards with above optimal chunk count | Kaloian Manassiev | 2016-10-14 | 4 | -28/+56 |
| | |||||
* | SERVER-26506 add tracking for commands | Misha Tyulenev | 2016-10-14 | 20 | -91/+605 |
| | |||||
* | SERVER-26090 Propagate aggregate options through view resolution. | Charlie Swanson | 2016-10-14 | 1 | -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 Swanson | 2016-10-14 | 1 | -4/+18 |
| | |||||
* | SERVER-25662: add diagnostics string to thread pool executor | Scott Hernandez | 2016-10-14 | 7 | -12/+39 |
| | |||||
* | SERVER-25593: check shutdown/failure status during initial sync when ↵ | Scott Hernandez | 2016-10-14 | 4 | -3/+37 |
| | | | | acquiring lock. | ||||
* | SERVER-26544: Keep DatabaseCloner active until after the completion callback | Scott Hernandez | 2016-10-14 | 2 | -31/+38 |
| | |||||
* | SERVER-26614 Clean up memory management in MessagePort::recv | Andrew Morrow | 2016-10-13 | 1 | -10/+9 |
| | |||||
* | SERVER-26603 getLocalOplogCollection overwrite of CurOp namespace | James Wahlin | 2016-10-13 | 1 | -9/+4 |
| | |||||
* | SERVER-26112 Always forward singleBatch=false to shards | Maria van Keulen | 2016-10-13 | 1 | -0/+6 |
| | |||||
* | SERVER-22992 only declare _createProcessMtx on windows | Matt Cotter | 2016-10-13 | 1 | -0/+2 |
| |