summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_fetcher.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67574: Remove noexcept from _doStartup_inlockChristopher Caplinger2022-06-301-1/+1
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-221-6/+3
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-2/+2
* SERVER-63844 Update _checkTooStaleToSyncFromSource log to include remoteFirst...ali-mir2022-02-281-1/+1
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-2/+4
* SERVER-57617 Have the OplogFetcher in Tenant Migrations do an aggregation que...Jason Chan2021-08-171-4/+24
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-2/+1
* 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