summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-22505 describe RequestVotes OpTime as durable rather than committedrenamerequestvotesmatt dannenberg2016-02-095-22/+21
|
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-099-14/+81
|
* SERVER-22545 add two variants with smaller instance typesRui Zhang2016-02-091-0/+30
|
* SERVER-22390 catch all errors in RangeDeleter::_waitForMajorityMisha Tyulenev2016-02-091-21/+5
|
* SERVER-22533: disable ReadConcern.Majority tests for noJournal variantScott Hernandez2016-02-095-1/+9
|
* SERVER-22535 Migration source manager checks for PlanExecutor errors during ↵Tess Avitabile2016-02-091-1/+10
| | | | initial index scan for documents to clone
* SERVER-22539 Add an ESLint configuration fileMike Grundy2016-02-091-0/+7
|
* SERVER-22511 blacklisting sharding_rs1.js because of config db write without ↵Dianna Hohensee2016-02-091-0/+1
| | | | retries
* SERVER-22101 Generate minidumps when the hang analyzer is triggered on WindowsJonathan Abrahams2016-02-091-19/+21
|
* SERVER-22341 fix jslint errors in jstests/multiVersion/minor_version* with ↵Mike Grundy2016-02-094-36/+36
| | | | eslint --fix
* Revert "SERVER-22234 The Validate Command Should Work with failIndexKeyTooLong"Robert Guo2016-02-098-73/+14
| | | | This reverts commit e0c067b5f7a10308c5a52f2dbb662e7cfdb41e1e.
* SERVER-7285 SERVER-18329: add service file for debian packagesSam Kleinman2016-02-091-0/+12
|
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-09128-1138/+1138
|
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-098-14/+73
|
* Revert "SERVER-22234 The Validate Command Should Work with failIndexKeyTooLong"Robert Guo2016-02-094-35/+11
| | | | This reverts commit 066d5c3f49c415af84607603f6cbce82590c4da1.
* Revert "SERVER-22234 add tests"Robert Guo2016-02-096-52/+17
| | | | This reverts commit aff0ad5caf150d1ee547806b45db074eb0ec18d3.
* add testsRobert Guo2016-02-096-17/+52
|
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-094-11/+35
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-09421-2670/+2670
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-20930 SERVER-20404: clarify sysconfig and default config overrideSam Kleinman2016-02-098-61/+70
|
* SERVER-22445 report readConcernMajorityOpTime in ReplSetGetStatusJudah Schvimer2016-02-096-116/+167
|
* SERVER-22531 use uassert instead of massert when stepping down during multi ↵Eric Milkie2016-02-091-1/+1
| | | | delete.
* SERVER-22521 extended default timeout for ReplSetTest.initiate() from 60 ↵Benety Goh2016-02-091-1/+1
| | | | seconds to 120 seconds to accommodate slow hosts
* SERVER-21881 Re-enable the indexed_insert_ttl.js FSM workload.Max Hirschhorn2016-02-095-22/+0
| | | | This reverts commit b06952729f5388419f1688e152273b9bb2910739.
* SERVER-21881 Use fsync+lock when checking dbhash in concurrency suite.Max Hirschhorn2016-02-094-89/+160
| | | | | | | | The fsync+lock operation prevents the TTL monitor from running on the primary after awaiting replication and before getting the dbhashes from all the nodes in the replica set. Otherwise, a primary's dbhash can reflect a delete operation that hasn't yet replicated to all of the secondaries, leading to a spurious dbhash mismatch.
* SERVER-22390 special case InterruptedAtShutdown in waiting for replication ↵matt dannenberg2016-02-081-0/+3
| | | | inside RangeDeleter to avoid crash
* SERVER-22504 do not add self to _hbdata when removed from the setmatt dannenberg2016-02-081-1/+4
|
* SERVER-22501 Wait until all nodes catch up before test in ↵Siyuan Zhou2016-02-081-0/+2
| | | | priority_takeover_cascading_priorities.js
* SERVER-22262 Do not truncate the last applied oplog entry during batch recoverySiyuan Zhou2016-02-083-22/+24
|
* SERVER-22276 do not wait for journaling for range deleter, temporarilyEric Milkie2016-02-081-1/+1
|
* SERVER-22518: Do not allow access to heartbeat data to create an entryScott Hernandez2016-02-081-25/+26
|
* SERVER-22440 fix shell to resolve readMode correctly on first .find() operationDavid Storch2016-02-081-9/+7
|
* SERVER-22499 Mark mongos as inShutdown() as soon as shutdown startsSpencer T Brody2016-02-081-45/+43
|
* SERVER-19643 Aggregation directly from a shard does not use sharding filter.Benjamin Murphy2016-02-084-5/+34
|
* SERVER-22455 Fix sharding_rs1.js timeout error due to continuous config ↵Dianna Hohensee2016-02-081-1/+1
| | | | primary stepdown slowing down the balancer
* SERVER-22513 Stop suppressing stderr output from jstestfuzz self-testsKamran Khan2016-02-081-1/+1
| | | | This change should make it easier to diagnose intermittent failures.
* SERVER-20264 jstests/core/hostinfo.js fails on s390xWaley2016-02-082-1/+7
|
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-0819-137/+142
|
* SERVER-22349 Throw interruptions from loadStoredJason Carey2016-02-082-1/+5
| | | | | | | | | | | | The JS engine's loadStored eats exceptions that occur while it's loading functions from system.js. This also eats interruption exceptions, which can lead to a situation where a map reduce job is killed during loadStored, but the interrupt is lost. For tests where the map or reduce stages are long or non-terminating, and we rely on killing them, this can lead to hangs. Re-throwing interrupts from the try/catch block around loadStored fixes this behavior.
* SERVER-22287 check heartbeat message instead of logs for inconsistent ↵Benety Goh2016-02-081-36/+54
| | | | replica set id error
* Check for write erorrs in rollback.jsScott Hernandez2016-02-081-3/+3
|
* SERVER-22498 fix migration session id multiversion failureDianna Hohensee2016-02-083-3/+14
|
* Revert "SERVER-22352 lockFile changes for readOnly"Kyle Suarez2016-02-053-94/+0
| | | | This reverts commit 77191d85a8a42d28cd32ce37365defae23556069.
* SERVER-22287: disable test for ephemaral variantsScott Hernandez2016-02-051-0/+3
|
* SERVER-22495: update optime when journaling is disabled on WTScott Hernandez2016-02-051-6/+7
|
* SERVER-22452: log message when fetching the oplog ends abruptlyScott Hernandez2016-02-052-33/+17
|
* SERVER-22287 comment out failing test ↵Benety Goh2016-02-051-0/+2
| | | | ReplCoordHBV1Test::IgnoreTheContentsOfMetadataWhenItsReplicaSetIdDoesNotMatchOurs
* SERVER-21698 Add error-checking for isMaster() return values in ↵Mike Grundy2016-02-051-2/+9
| | | | jstests/libs/election_timing_test.js
* SERVER-22352 lockFile changes for readOnlyAdam Midvidy2016-02-053-0/+94
| | | | | modify StorageEngineLockFile::open() to return a different status if it fails due to the dbpath having read-only permissions
* Revert "SERVER-22349 Throw exceptions from loadStored"Randolph Tan2016-02-051-3/+8
| | | | This reverts commit dfc320fe9c8a5227b08c77a87f52996cf40b0206.