summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-206-5/+10
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-132-3/+2
* SERVER-33243 Improve logging when a node changes its sync sourceSiyuan Zhou2018-07-131-3/+11
* SERVER-33998 Remove the parallelCollectionScan commandSean Tao2018-07-124-714/+54
* Fix error codesGeert Bosch2018-07-121-1/+1
* SERVER-35623 Send a replSetStepUp command to an eligible candidate on stepdownVesselina Ratcheva2018-07-122-0/+46
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-114-28/+1
* SERVER-36060 Remove unused variable declarationsSara Golemon2018-07-111-1/+0
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-112-4/+3
* SERVER-31963 Removal of pv0 specific functions in topology_coordinator.cpp.Suganthi Mani2018-07-094-204/+5
* SERVER-31963 Removal of pv0 specific fields in the heartbeat messages.Suganthi Mani2018-07-0911-656/+29
* SERVER-35623 Add function for choosing node to step up for election handoffVesselina Ratcheva2018-07-093-6/+273
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-068-74/+1
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-0612-31/+213
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-037-7/+30
* SERVER-35131 Remove system.namespaces and system.indexes-specific UUID handli...Audrey Fang2018-07-031-2/+1
* SERVER-35058 Do not rely only on heartbeats to signal secondary positions in ...Vesselina Ratcheva2018-07-025-77/+208
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-025-67/+57
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-296-7/+7
* SERVER-31963 Removes pv0 election style implementation.smani872018-06-2814-1348/+22
* SERVER-31963 Removes replSetFresh and replSetFresh command support for pv0.Suganthi Mani2018-06-2813-1940/+0
* SERVER-33679 Forward declare OperationContext in read_concern_args.hDewal Gupta2018-06-282-3/+14
* SERVER-31963 Remove heartbeat support for pv0.Suganthi Mani2018-06-2818-669/+21
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-2214-306/+28
* SERVER-35058 Defer removing ReplicationCoordinator ThreadWaiters to their Wai...Vesselina Ratcheva2018-06-212-19/+34
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-191-2/+2
* SERVER-30556 Code cleanup for 'oplogDeleteFromPoint' field in minValid collec...smani872018-06-156-59/+0
* SERVER-32333 use OplogApplier::enqueue in InitialSyncerBenety Goh2018-06-131-5/+1
* SERVER-32333 BackgroundSync accepts OplogApplier instead of OplogBufferBenety Goh2018-06-133-14/+10
* SERVER-32333 implement OplogApplier::enqueue()Benety Goh2018-06-132-3/+28
* SERVER-32333 reverse BackgroundSync and OplogApplier construction orderBenety Goh2018-06-131-8/+18
* SERVER-32333 add OplogApplier::getBuffer()Benety Goh2018-06-132-0/+9
* SERVER-35584 Increase rollback time limit to one daySpencer T Brody2018-06-133-82/+18
* SERVER-35405 Change default for replBatchLimitOperations from 50000 to 5000Spencer T Brody2018-06-131-1/+1
* SERVER-34758 Fix to prevent deadlock between initial sync and replSetGetStatu...smani872018-06-131-4/+12
* SERVER-35554 lower severity of bulk insert oplog application DuplicateKey err...Benety Goh2018-06-131-1/+7
* SERVER-35554 dedup failed bulk insert msgBenety Goh2018-06-131-8/+6
* SERVER-33864 BackgroundSync no longer implements OplogApplier::ObserverBenety Goh2018-06-132-7/+9
* SERVER-33864 remove BackgroundSync::onBufferCleared()Benety Goh2018-06-133-10/+0
* SERVER-35343 SyncTail::fetchAndInsertMissingDocument() no longer returns a boolBenety Goh2018-06-133-12/+10
* SERVER-33864 remove OplogApplier::Observer::onOperationConsumed()Benety Goh2018-06-127-20/+5
* SERVER-33864 move repl.buffer server metrics from BackgroundSync to Replicati...Benety Goh2018-06-122-35/+15
* SERVER-33864 add OplogBuffer::Counters::maxSizeBenety Goh2018-06-122-1/+17
* SERVER-35000 Distinguish readSource noTimestamp from readSource unsetXiangyu Yao2018-06-122-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-35101 Strip trailing and leading whitespace from bind_ip arguments and...Adam Cooper2018-06-112-10/+2
* SERVER-28389 fix scatter_gather_test.cppSamy Lanka2018-06-111-2/+2
* SERVER-33864 OplogBufferBlockingQueue supports updating optional CountersBenety Goh2018-06-112-2/+26
* SERVER-33864 add OplogBuffer::CountersBenety Goh2018-06-111-0/+34