summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-282-5/+2
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-272-2/+5
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-272-9/+17
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-272-5/+2
* Revert "SERVER-29649 Add startupWarning for replset running with --nojournal ...Ian Whalen2017-09-271-18/+0
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-262-2/+5
* SERVER-29649 Add startupWarning for replset running with --nojournal when wri...Katherine Walker2017-09-261-0/+18
* SERVER-28794 Only use PV0 style heartbeats when choosing to use PV0Judah Schvimer2017-09-2612-51/+92
* SERVER-30345 Add startupWarnings for pv0Katherine Walker2017-09-261-0/+13
* SERVER-28544 Change stepdown command to take global lock in exclusive modeSpencer T Brody2017-09-258-105/+682
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-2517-206/+400
* SERVER-4941 Allow renameCollection during initial syncGeert Bosch2017-09-214-64/+245
* SERVER-30830 applyOps checks if collection/database exists before applying CR...Benety Goh2017-09-201-46/+71
* SERVER-31132 Make noop writer interval configurableJudah Schvimer2017-09-201-2/+19
* SERVER-31032 Make secondary requests default to 'available' rc-level when bot...Dianna Hohensee2017-09-202-0/+18
* SERVER-31114 Perform targeted session invalidation on direct writes to `confi...Kaloian Manassiev2017-09-202-2/+2
* Revert "SERVER-31114 Perform targeted session invalidation on direct writes t...Kaloian Manassiev2017-09-202-2/+2
* SERVER-31114 Perform targeted session invalidation on direct writes to `confi...Kaloian Manassiev2017-09-202-2/+2
* SERVER-30940 make sure we never roll back behind commit pointJudah Schvimer2017-09-195-10/+26
* SERVER-30894 Make object2 an optional parameter for OplogEntryRandolph Tan2017-09-192-7/+9
* SERVER-30963 synchronize access to logOp() in oplog_testBenety Goh2017-09-191-19/+15
* SERVER-30325 Cleanup the logging/retryable writes glue codeKaloian Manassiev2017-09-192-34/+34
* SERVER-29937 Make sure liveness timeouts cannot be missedJudah Schvimer2017-09-151-11/+17
* SERVER-28544 Push logic from ReplicationCoordinatorImpl::_tryToStepDown into ...Spencer T Brody2017-09-156-107/+118
* SERVER-30610 Mutex protect _syncSourceHost in bgsync.cppkvwalker2017-09-141-4/+6
* SERVER-30705 Add $v field for update semantics in oplog updates.Justin Seyster2017-09-141-0/+2
* SERVER-29961 Close change notification cursors when a chunk migrates to a new...Siyuan Zhou2017-09-131-0/+2
* SERVER-30639 change getNextOpTimes interface to return a valueEric Milkie2017-09-132-5/+20
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-09-139-25/+53
* SERVER-29772 Add allowUnsafeRenamesDuringInitialSync server parameterJudah Schvimer2017-09-131-3/+14
* SERVER-28544 Only allow one stepdown command to be processed at a timeSpencer T Brody2017-09-1310-163/+342
* SERVER-30325 Simplify session transaction state maintenanceKaloian Manassiev2017-09-133-6/+9
* SERVER-30843 Use std::set::upper_bound to calculate the stable timestampWilliam Schultz2017-09-122-19/+69
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-1213-141/+223
* SERVER-30895 Make repl::logOp accept an OperationSessionInfo, instead of extr...Randolph Tan2017-09-123-46/+42
* SERVER-30645 testing-only read concern to read at a point-in-timeEric Milkie2017-09-122-4/+23
* SERVER-30510 Catch errors when trying to write to the system.indexes collecti...Louis Williams2017-09-111-0/+4
* SERVER-30934 Check if DB is null before getting collectionLouis Williams2017-09-081-9/+2
* SERVER-30927 Add comment about removing workaroundGeert Bosch2017-09-071-0/+1
* SERVER-30927 Use readConcern afterClusterTime for initsync oplog queriesGeert Bosch2017-09-072-78/+90
* SERVER-30936 Ensure operation session info is initialized only onceKaloian Manassiev2017-09-061-3/+4
* Revert "SERVER-30936 Ensure operation session info is initialized only once"Kaloian Manassiev2017-09-061-4/+3
* SERVER-30936 Ensure operation session info is initialized only onceKaloian Manassiev2017-09-061-3/+4
* SERVER-30381 Remove handing for rolling back dropSource collectionsBenety Goh2017-09-063-226/+1
* SERVER-28269 Set _canAcceptNonLocalWrites at the end of signalDrainComplete()Matthew Russotto2017-09-061-8/+39
* SERVER-30913 remove unused getLatestOplogEntry method from initial_syncerGeert Bosch2017-08-311-43/+0
* SERVER-30514 Change default rollback method to 'rollbackViaRefetch' with UUID...William Schultz2017-08-301-17/+23
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-301-5/+12
* SERVER-30413 Add function to set options.temp when resyncing collection metad...William Schultz2017-08-292-52/+63
* SERVER-30620 Lookup collection by UUID in fetchAndInsertMissingDocumentMaria van Keulen2017-08-292-6/+51