summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-07-101-2/+2
* SERVER-34758 Fix to prevent deadlock between initial sync and replSetGetStatu...Suganthi Mani2018-07-091-4/+12
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-0612-31/+213
* Revert "SERVER-35200 Speed up steady state oplog fetching failure detection"William Schultz2018-07-0612-213/+31
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-0612-31/+213
* SERVER-35101 Strip trailing and leading whitespace from bind_ip arguments and...Adam Cooper2018-07-022-10/+2
* SERVER-35405 Change default for replBatchLimitOperations from 50000 to 5000Spencer T Brody2018-06-131-1/+1
* SERVER-35584 Increase rollback time limit to one daySpencer T Brody2018-06-133-82/+18
* SERVER-35000 Distinguish readSource noTimestamp from readSource unsetXiangyu Yao2018-06-132-0/+10
* SERVER-34977 SERVER-35435 SERVER-34976 Fix fastcounts for RTT, including capp...Judah Schvimer2018-06-122-8/+36
* SERVER-34215 Clear oplog truncate after point when clearing initial sync flagVesselina Ratcheva2018-06-112-0/+31
* SERVER-28389 fix scatter_gather_test.cppSamy Lanka2018-06-111-2/+2
* SERVER-34134 Wrap rollback database operations in WriteConflictRetry loopsVesselina Ratcheva2018-06-112-2/+15
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-06-1119-37/+37
* SERVER-28389 Pass CallbackCanceled error down to scatter-gather runner algori...Samy Lanka2018-06-115-7/+119
* SERVER-35130 Oplog entries on system.views must be processed one at a timeXiangyu Yao2018-06-091-1/+5
* SERVER-35511: Access oplog entry before destroying its state with std::move.Daniel Gottlieb2018-06-081-1/+1
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-087-25/+1
* SERVER-34130 Log oplog truncation operationAudrey Fang2018-06-082-0/+7
* SERVER-34615 Make UUIDCatalog updates for renameCollection atomicMaria van Keulen2018-06-071-2/+1
* SERVER-35272 Remove dependencies on ssl_manager and transport_layer from embe...Henrik Edin2018-06-071-0/+2
* SERVER-32935 log exception during oplog applicationBenety Goh2018-06-073-2/+12
* SERVER-32935 add characterization test for exception handling in oplog applic...Benety Goh2018-06-062-0/+48
* SERVER-35366 OplogApplier only returns empty batch when buffer is emptyJudah Schvimer2018-06-053-5/+16
* SERVER-35057 Notify oplog waiters after advancing the lastApplied timestampXiangyu Yao2018-06-041-0/+3
* SERVER-22563 amend uassert codeVesselina Ratcheva2018-05-311-1/+1
* SERVER-35115 Decouple DBDirectClient from networking clientsMathias Stearn2018-05-311-5/+5
* SERVER-35268: Reduce recovery logging and add a buffer to resmoke's I/O pipes.Daniel Gottlieb2018-05-311-5/+7
* SERVER-22653 Retry establishing remote cursor during rollbackVesselina Ratcheva2018-05-303-2/+101
* SERVER-34348 Speculative transactions should not wait for afterClusterTime to...Tess Avitabile2018-05-301-2/+8
* SERVER-34790 ensure proper locks are held when doing reads or writes, via deb...Eric Milkie2018-05-291-1/+1
* SERVER-34341 parseCollModUUIDAndNss should uassert the input UUID is in the c...Xiangyu Yao2018-05-241-12/+7
* SERVER-34102 Fix to prevent race between _handleTimePassing (stepdown timeout...Suganthi Mani2018-05-246-2/+71
* SERVER-34661 Return early when the vote request response has an error.Suganthi Mani2018-05-232-2/+42
* SERVER-34894 Embedded authorization componentsADAM David Alan Martin2018-05-221-2/+5
* SERVER-35113 Allow single voting primaries to advance stable timestamp even w...r4.0.0-rc0Judah Schvimer2018-05-212-0/+16
* SERVER-32590: WT 3.6 <-> 4.0 upgrade/downgrade.Daniel Gottlieb2018-05-181-1/+0
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-188-9/+123
* SERVER-32334 add OplogApplier::Observer implementation for debug logging duri...Benety Goh2018-05-172-27/+48
* SERVER-35006 do not reset KeysCollectionManagerMisha Tyulenev2018-05-172-4/+3
* SERVER-34682 Old primary should be able to store last vote when casting vote ...William Schultz2018-05-164-2/+72
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-161-8/+10
* SERVER-34653 MONGO_REGISTER_TEST_COMMANDBilly Donahue2018-05-161-7/+1
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-161-0/+1
* SERVER-32382 set a default rollback batch sizeJudah Schvimer2018-05-161-1/+4
* SERVER-32335 remove unused function ReplicationCoordinatorExternalState::getI...Benety Goh2018-05-165-26/+1
* SERVER-32335 remove unused InitialSyncerOptions::batchLimitsBenety Goh2018-05-153-12/+0
* SERVER-32335 remove unused batchLimits argument from DataReplicatorExternalSt...Benety Goh2018-05-156-16/+9
* SERVER-32335 make initial sync batch limits internal to getNextApplierBatch()Benety Goh2018-05-151-3/+4
* SERVER-33524 Fix kill secondaries standalone invariant checks to use a "recov...Judah Schvimer2018-05-151-0/+8