summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-08-171-1/+1
* SERVER-30593 Add 'available' as a valid read concern levelDianna Hohensee2017-08-172-4/+21
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-173-6/+41
* SERVER-29898 Change StorageEngine args to ServiceContext argsWilliam Schultz2017-08-1712-39/+35
* SERVER-30076 Use the UUID of the transactions collection for rollback via ref...Jack Mulrow2017-08-173-60/+96
* SERVER-30665 Only accept nonexistent UUIDs for UUID upgrade collModsMaria van Keulen2017-08-171-14/+24
* SERVER-29898 Call recoverToStableTimestamp under the global lock in rollbackWilliam Schultz2017-08-168-5/+161
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-1619-63/+57
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-162-3/+3
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-165-14/+13
* SERVER-30580 Make DBException hold a StatusMathias Stearn2017-08-161-2/+1
* SERVER-30580 No more status locationsMathias Stearn2017-08-164-35/+33
* SERVER-30432 add logicalSessionTimeoutMinutes to isMaster resultsGabriel Russell2017-08-161-0/+2
* SERVER-29894 fall back on old oplog delete from point in FCV 3.4Judah Schvimer2017-08-148-18/+115
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-126-175/+1241
* SERVER-29944 Implement a basic idempotency checker for testing oplogmay2017-08-118-99/+371
* Revert "SERVER-29617 replace fetcher with ARM and add numCursors server param...William Schultz2017-08-116-1241/+175
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-116-175/+1241
* SERVER-30616 fix race in AbstractOplogFetcherTest::OplogFetcherReturnsOperati...Benety Goh2017-08-111-1/+3
* SERVER-30335 Call setInitialDataTimestamp at startupJudah Schvimer2017-08-113-24/+202
* SERVER-30327 Introduce ScalarGenerator interface for creating values of diffe...may2017-08-119-96/+285
* SERVER-30589 Don't add stable timestamp candidates when in master slave modeWilliam Schultz2017-08-102-7/+44
* Revert "SERVER-30589 Dont update stable timestamp candidates in master slave ...William Schultz2017-08-101-11/+3
* SERVER-30589 Dont update stable timestamp candidates in master slave modeWilliam Schultz2017-08-101-3/+11
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-1020-169/+766
* SERVER-30541 Remove unnecessary rollback log message prefixesWilliam Schultz2017-08-103-10/+10
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-093-1/+3
* SERVER-30554 relax locking mode in applyOps when applying CRUD-only ops non-a...Benety Goh2017-08-091-2/+3
* Revert "SERVER-30541 Remove unnecessary rollback log message prefixes"William Schultz2017-08-093-10/+10
* SERVER-30352 Add a new class that will keep track of the index inconsistencie...Gregory Wlodarek2017-08-091-1/+4
* SERVER-30541 Remove unnecessary rollback log message prefixesWilliam Schultz2017-08-093-10/+10
* SERVER-30521 in syncApply, throw NamespaceNotFound rather than returning a st...Judah Schvimer2017-08-092-4/+9
* SERVER-30528 Ignore NamespaceNotFound in createIndexes oplog applicationMaria van Keulen2017-08-091-1/+1
* SERVER-30443 Create PeriodicBalancerSettingsRefresher on the ServiceContextJoanna Huang2017-08-091-0/+3
* SERVER-30569 Fix incorrectly swapped document and array probabilities to cons...may2017-08-091-2/+2
* SERVER-29891 Call setStableTimestamp() when commit point or last applied opti...William Schultz2017-08-0810-18/+307
* SERVER-29897 Add comment clarifying when rollback id is allowed to be increme...William Schultz2017-08-081-1/+2
* SERVER-29897 Increment the rollback id on rollbackWilliam Schultz2017-08-082-0/+39
* SERVER-30536 applyOps returns error if preCondition is used in non-atomic modeBenety Goh2017-08-081-0/+10
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-0/+7
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-0720-766/+169
* SERVER-30302 Add explicit configuration object for UpdateSequenceGeneratormay2017-08-073-47/+158
* SERVER-29896 Write the common point to the oplogTruncateAfterPoint during rol...William Schultz2017-08-074-4/+42
* SERVER-30501 Create rollback logging componentJudah Schvimer2017-08-077-7/+7
* SERVER-29802 non-atomic applyOps does not acquire global lockBenety Goh2017-08-071-3/+14
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-0720-169/+766
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Siyuan Zhou2017-08-0710-26/+263
* SERVER-29802 clean up applyOps precondition checkingBenety Goh2017-08-051-45/+52
* Revert "SERVER-29502 Require the vote from the current primary in the dry run...Max Hirschhorn2017-08-0410-263/+26
* SERVER-29939 Add explicit include of <memory>.may2017-08-041-0/+1