summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-19206 fix jstests/replsets/read_committed.jsmatt dannenberg2015-07-101-2/+2
|
* SERVER-19211 support read committed in read after optimematt dannenberg2015-07-105-4/+190
|
* SERVER-19208 some unittests for committed snapshotsmatt dannenberg2015-07-103-0/+53
|
* SERVER-19206 w:"majority" writes need to wait for write to be in committed ↵matt dannenberg2015-07-107-24/+54
| | | | snapshot
* SERVER-19307 added elapsedMillis to fetcher QueryResponseBenety Goh2015-07-103-5/+19
|
* SERVER-19272 MongosType should handle validation properlyDaniel Alabi2015-07-106-404/+232
|
* SERVER-18948 replace oplog hash calculation with pseudo random numbermatt dannenberg2015-07-105-45/+5
|
* SERVER-17286 extend shell to use getMore command if --readMode is commandsDavid Storch2015-07-102-14/+97
|
* SERVER-19337 Update jstestfuzz task in evergreen.yml to use resmokeJ Delaney2015-07-101-4/+18
| | | | | | Closes #999. Signed-off-by: Max Hirschhorn <max.hirschhorn@mongodb.com>
* SERVER-19058: Don't call waitUntilDurable without goingToWaitUntilDurableGeert Bosch2015-07-101-0/+1
|
* SERVER-19353 Do not use the deprecated boost system interfacesAndrew Morrow2015-07-101-0/+1
|
* SERVER-18506: Make the balancer section of printShardingStatus() respect the ↵Kevin Pulo2015-07-102-77/+87
| | | | passed-in configDB
* SERVER-19189: Rename CursorId -> TableIdMartin Bligh2015-07-0910-41/+38
|
* SERVER-19325 Remove duplicate properties from objects in JS testsJ Delaney2015-07-094-6/+4
| | | | | | Closes #998. Signed-off-by: Max Hirschhorn <max.hirschhorn@mongodb.com>
* SERVER-19326 Remove local variable deletions in JS testsJ Delaney2015-07-092-4/+0
| | | | | | Closes #996. Signed-off-by: Max Hirschhorn <max.hirschhorn@mongodb.com>
* SERVER-16395: Remove shared_mutex and use atomics for protectionGeert Bosch2015-07-092-18/+48
|
* SERVER-19001 Eliminate unnecessary potential race in the ↵Andy Schwerin2015-07-091-3/+4
| | | | | | | | | CallbackHandleComparsion executor unit test. The test as previously written has a race condition if the executor is allowed to execute multiple callbacks concurrently, since both completion callbacks set the same status object. However, for this test, there is no need for them to set the same status object.
* SERVER-19001 Minor changes to TaskExecutor::CallbackHandle etc.Andy Schwerin2015-07-092-7/+10
| | | | Removal of unused methods, minor changes to method signatures.
* SERVER-19111 Fix signed/unsigned mismatch error with clangKaloian Manassiev2015-07-091-3/+3
|
* SERVER-18770 SERVER-18768 fix opcounters_write_cmd.jsDavid Storch2015-07-091-6/+4
|
* SERVER-19345: refactor security key reading into two partsAmalia Hawkins2015-07-095-69/+156
|
* SERVER-19111 addShard for the replica set catalog managerKaloian Manassiev2015-07-0912-334/+778
| | | | | This change implements the addShard method for the replica set catalog manager along with the necessary unit tests.
* SERVER-19111 Move change log checking methods to the common fixtureKaloian Manassiev2015-07-097-220/+186
| | | | | This change moves the change log record contents checking methods to the common catalog manager replica set test fixture.
* SERVER-19332: Mongo-perf regression -- set batch time and reduce number of ↵dalyd2015-07-091-1/+3
| | | | iterations
* SERVER-19111 Add insert op checking to catalog manager test fixtureKaloian Manassiev2015-07-092-0/+36
| | | | | This change adds a shortcut method to declare expectation that a particular set of insertions are about to happen.
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-0958-143/+162
|
* SERVER-18770 SERVER-18768 implement ClusterFindCmd::run()David Storch2015-07-0910-30/+278
|
* add debugging output for SERVER-19128Eric Milkie2015-07-091-0/+3
|
* SERVER-19156 fix lint... againAdam Midvidy2015-07-091-0/+1
|
* SERVER-19156 support OP_COMMAND in NetworkInterfaceASIOAdam Midvidy2015-07-097-44/+143
|
* SERVER-19156 convert Colvin-Gibbons psuedo-move ops in Message to real move opsAdam Midvidy2015-07-093-6/+11
|
* SERVER-18936 skip, limit, and batchsize use 64-bit variablesQingyang Chen2015-07-0920-70/+121
|
* SERVER-19109 Refactor text stage into matcher and scorer stageAdam Chelminski2015-07-0911-484/+997
| | | | Signed-off-by: Mark Benvenuto <mark.benvenuto@mongodb.com>
* SERVER-19306 fix lintAdam Midvidy2015-07-091-1/+0
|
* SERVER-19307 fixed missing metadata in remote command responseBenety Goh2015-07-091-1/+1
|
* SERVER-19307 added 'first' to fetcher QueryResponse to indicate if the ↵Benety Goh2015-07-096-13/+20
| | | | current response is for the initial command request
* Revert "SERVER-19289 Sharding tests should always use wiredTiger as the ↵Daniel Alabi2015-07-091-3/+0
| | | | | | | | storage engine when using replica set config servers" wiredTiger is not recognized on 32-bit systems. This reverts commit 15f5733573728707faa7e12a1bf091988ed52c08.
* SERVER-19289 Sharding tests should always use wiredTiger as the storage ↵Daniel Alabi2015-07-091-0/+3
| | | | engine when using replica set config servers
* SERVER-18930 SERVER-19060 SERVER-19132 SERVER-19133 Implement ↵Misha Tyulenev2015-07-0812-133/+432
| | | | LegacyReply(Builder) API and up/down conversions
* SERVER-19105 Remove now unused names of DocumentSources from header fileCharlie Swanson2015-07-081-20/+0
|
* SERVER-19306 split NetworkInterfaceASIO into separate filesAdam Midvidy2015-07-088-441/+654
|
* SERVER-17991 Refactor security key file reading / support base64 padding.Amalia Hawkins2015-07-082-45/+70
|
* SERVER-18593 RS Catalog Manager implementation of enableShardingRandolph Tan2015-07-0811-67/+357
|
* SERVER-19297 Make shardCollection take distributed lockSpencer T Brody2015-07-082-6/+13
|
* SERVER-2454 fix resync.js test to handle collection scan dying due to its ↵David Storch2015-07-081-1/+12
| | | | position in a capped collection being deleted
* SERVER-2454 improve error messages for CollectionScan DEAD casesDavid Storch2015-07-082-5/+11
|
* SERVER-19298: always use collection options when creating collectionsScott Hernandez2015-07-082-7/+30
|
* SERVER-19307 moved TimerStats into its own libraryBenety Goh2015-07-084-3/+76
|
* SERVER-19312 execution stats output to handle negative executionTimeMillis ↵Qingyang Chen2015-07-083-9/+9
| | | | correctly
* SERVER-19315 Add PRNG to ClientCharlie Swanson2015-07-083-6/+20
|