summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/data_replicator_external_state_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-3/+2
* SERVER-50320 Fix cancellation races in initial syncerMatthew Russotto2020-09-161-0/+5
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-091-9/+10
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47125 Don't trust OplogQueryMetadata.primaryIndexA. Jesse Jiryu Davis2020-04-231-1/+1
* SERVER-31429: Use last fetched instead of last applied OpTime to eval sync so...Xuerui Fa2020-04-161-5/+6
* SERVER-47125 Remove ReplSetMetadata.primaryIndex, require isPrimaryA. Jesse Jiryu Davis2020-04-151-2/+1
* SERVER-46120 Make OplogQueryMetadata non-optionalA. Jesse Jiryu Davis2020-03-251-25/+11
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-4/+8
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-8/+8
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-8/+15
* SERVER-42998 Make multiSyncApply non-configurableMihai Andrei2019-10-101-1/+0
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-1/+1
* SERVER-43344 Move shutdown, multiApply, and scheduleWritesToOplog from SyncTa...Mihai Andrei2019-09-301-0/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+3
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-2/+1
* SERVER-39831 Never update commit point beyond last applied if learned from sy...Tess Avitabile2019-04-011-11/+7
* SERVER-39538 Convert replication setParameters to IDLJonathan Reams2019-02-261-10/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-3/+0
* SERVER-32335 remove DataReplicatorExternalState::getNextApplierBatch() and _m...Benety Goh2018-05-311-32/+0
* SERVER-32335 add DataReplicatorExternalState::makeOplogApplier()Benety Goh2018-05-311-1/+17
* SERVER-32335 split OplogApplier into interface and implementationBenety Goh2018-05-311-10/+10
* SERVER-32335 move SyncTail::replBatchLimitBytes to OplogApplierBenety Goh2018-05-311-1/+1
* SERVER-32335 move SyncTail::replBatchLimitOperations to OplogApplierBenety Goh2018-05-311-1/+1
* SERVER-32335 remove multiInitialSyncApplyBenety Goh2018-05-301-7/+9
* SERVER-32335 replace SyncTail::setHostname with OplogApplier optionBenety Goh2018-05-251-3/+9
* SERVER-32335 remove unused batchLimits argument from DataReplicatorExternalSt...Benety Goh2018-05-151-1/+1
* SERVER-32335 make initial sync batch limits internal to getNextApplierBatch()Benety Goh2018-05-151-3/+4
* SERVER-32335 add DataReplicatorExternalState::getNextApplierBatch()Benety Goh2018-05-091-0/+9
* SERVER-32334 OplogApplier and SyncTail accept ReplicationConsistencyMarkers a...Benety Goh2018-05-021-1/+7
* SERVER-32335 move initial sync oplog buffer settings from ReplicationCoordina...Benety Goh2018-03-221-1/+39
* SERVER-32335 DataReplicatorExternalStateImpl::_multiApply calls SyncTail dire...Benety Goh2018-03-221-2/+4
* SERVER-32335 remove unused initial sync functions from DataReplicatorExternal...Benety Goh2018-03-221-18/+6
* SERVER-32335 extend InitialSyncer external state function multiApply function...Benety Goh2018-03-221-6/+6
* SERVER-32332 remove makeSteadyStateOplogBuffer() from ReplicationCoordinatorE...Benety Goh2018-03-121-5/+0
* SERVER-33732 extend SyncTail::MultiSyncApplyFunc to accept an OperationContextBenety Goh2018-03-091-1/+2
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with Thre...Benety Goh2018-03-061-1/+1
* SERVER-33290 secondaries must set multikey before releasing parallel batch wr...Judah Schvimer2018-02-161-4/+7
* SERVER-33290 Remove DataReplicatorExternalState::_multiSyncApplyJudah Schvimer2018-02-141-4/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-6/+6
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-1/+1
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-02-151-10/+35
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Spencer T Brody2017-01-041-1/+1
* SERVER-26538 improve sync source change loggingJudah Schvimer2016-12-161-3/+4
* SERVER-26572 move fetchCount to DataReplicatorJudah Schvimer2016-10-261-9/+4
* SERVER-26572 Reset stopTimestamp in DataReplicator when initial sync apply ph...Judah Schvimer2016-10-191-3/+9
* SERVER-25403 DataReplicator initial sync should be resilient to applier failu...Siyuan Zhou2016-09-211-5/+5