summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_fetcher.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54168: TenantOplogApplier should join TenantOplogBatcherLingzhi Deng2021-02-091-0/+2
* SERVER-52723 Handle oplog application restart in TenantMigrationRecipientServiceJason Chan2021-01-261-0/+5
* SERVER-48434 Rename LogicalTimeMetadataHook to VectorClockMetadataHookPierlauro Sciarelli2020-12-301-2/+2
* SERVER-51798 Pass an options struct into OplogFetcher rather than individual ...Matthew Russotto2020-12-151-71/+67
* SERVER-51246 Write a noop into the oplog buffer after each batch to ensure te...Judah Schvimer2020-10-291-0/+9
* SERVER-48808 Oplog Fetching in MigrationServiceInstanceMatthew Russotto2020-09-291-0/+5
* SERVER-48808 Make dependency injection of OplogFetcherMock easier.Matthew Russotto2020-09-291-0/+64
* SERVER-49676: Coverity analysis defect 115809: Uninitialized scalar fieldXueruiFa2020-08-041-1/+1
* SERVER-48849 Add filtering to the OplogFetcherMatthew Russotto2020-07-221-1/+11
* SERVER-47270: Only run the SyncSourceResolver if the syncing node is in rollb...XueruiFa2020-07-011-4/+8
* SERVER-28068: Prevent nodes from going into rollback due to falling off the s...Xuerui Fa2020-05-211-0/+22
* SERVER-46286 Clean up unused functions in OplogFetcherSamyukta Lanka2020-02-251-1/+0
* SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBClientConn...Lingzhi Deng2020-02-221-0/+4
* Revert "SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBCl...Lingzhi Deng2020-02-211-4/+0
* SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBClientConn...Lingzhi Deng2020-02-201-0/+4
* SERVER-45574: Replace OplogFetcher with NewOplogFetcherLingzhi Deng2020-02-191-220/+22
* SERVER-45470 Process metadata with each new batch in the new oplog fetcherSamyukta Lanka2020-02-121-1/+6
* SERVER-44705: Track time spent in each batchLingzhi Deng2020-02-111-0/+2
* SERVER-45931: Handle DBClientConnection connect and reconnect in NewOplogFetcherLingzhi Deng2020-02-061-0/+7
* SERVER-45468 Create a DBClientCursor in the new oplog fetcherSamyukta Lanka2020-02-041-6/+22
* SERVER-45722: Use OplogFetcherMock in InitialSyncerTestLingzhi Deng2020-02-031-5/+6
* SERVER-45431: Create new test fixture for OplogFetcherLingzhi Deng2020-01-231-0/+19
* SERVER-45467 Make the 'find' query for the new oplog fetcherSamyukta Lanka2020-01-221-3/+4
* SERVER-45466 Implement startup and shutdown logic for the new oplog fetcherSamyukta Lanka2020-01-161-13/+8
* SERVER-45580 Update TODO listed in SERVER-44709Samyukta Lanka2020-01-151-1/+1
* SERVER-44846 Create NewOplogFetcher header fileSamyukta Lanka2020-01-091-0/+355
* SERVER-43279 Make OplogFetcher called from initial sync use the initial sync ...Matthew Russotto2020-01-071-0/+14
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-3/+5
* SERVER-39608 Prevent the OplogFetcher from enqueing a document twice when usi...Vesselina Ratcheva2019-04-101-1/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36489 Start initial sync oplog fetching from the 'oldest active transa...Samy Lanka2019-02-111-1/+12
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-4/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-061-1/+2
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-09-131-0/+2
* SERVER-29400 Make OplogFetcher and CollectionCloner batchSize configurableJason Chan2017-06-141-1/+3
* SERVER-28209 Implement RollbackCommonPointResolverJudah Schvimer2017-04-181-84/+12
* SERVER-28204 migrate OplogFetcher to use AbstractAsyncComponentBenety Goh2017-03-201-56/+6
* SERVER-28181 Deadlock involving the mutexes of oplog fetcher and replication ...Siyuan Zhou2017-03-141-1/+1
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-0/+11
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-2/+2
* SERVER-28005 Increase network timeout on oplog queries to be larger than the ...Spencer T Brody2017-02-151-1/+0
* SERVER-27680 Merge stopOplogFetcher and pauseRsBgSyncProducer failpoint into ...Spencer T Brody2017-01-181-1/+1
* SERVER-27680 Make bgsync check stopOplogFetcher failpoint before scheduling a...Spencer T Brody2017-01-131-0/+3
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-031-3/+3