summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_fetcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-3/+3
* SERVER-67574: Remove noexcept from _doStartup_inlockChristopher Caplinger2022-06-301-3/+3
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-11/+4
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-221-39/+37
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-3/+3
* SERVER-66809 Move BSON serialization out of the lock in prepareReplMetadataMatthew Russotto2022-06-071-2/+2
* SERVER-58922 Delete the last vestiges of ntoreturnDavid Storch2022-06-061-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63417 Oplog fetcher should not retry when a node is known to be downMatthew Russotto2022-03-161-2/+11
* SERVER-63844 Update _checkTooStaleToSyncFromSource log to include remoteFirst...ali-mir2022-02-281-3/+3
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-2/+3
* SERVER-60424 Have TenantOplogFetcher recreate cursors with initial maxTimeoutJason Chan2021-10-081-1/+5
* SERVER-59516: Create opCtx outside of lock in oplog fetcherXueruiFa2021-08-241-1/+1
* SERVER-59413 Make sure tenant_migration_fetch_committed_transactions_retry.js...Jason Chan2021-08-241-13/+10
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-17/+22
* SERVER-57617 Have the OplogFetcher in Tenant Migrations do an aggregation que...Jason Chan2021-08-171-30/+147
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-1/+1
* SERVER-52723 Handle oplog application restart in TenantMigrationRecipientServiceJason Chan2021-01-261-1/+4
* SERVER-53724 Make DBClient able to reauthenticate with x509 automatically whe...Jason Zhang2021-01-251-1/+1
* SERVER-48434 Rename LogicalTimeMetadataHook to VectorClockMetadataHookPierlauro Sciarelli2020-12-301-6/+6
* SERVER-51798 Pass an options struct into OplogFetcher rather than individual ...Matthew Russotto2020-12-151-54/+40
* SERVER-53112 Replicated oplog buffer can fail while inserting documents on fa...Jason Chan2020-12-151-3/+7
* SERVER-52699 oplog fetcher should be able to handle task executor shutdown ca...Suganthi Mani2020-11-171-6/+10
* SERVER-51749 Remove some sanity checks (like ErrorCodes::OplogStartMissing) f...Matthew Russotto2020-11-031-1/+12
* SERVER-51246 Write a noop into the oplog buffer after each batch to ensure te...Judah Schvimer2020-10-291-1/+15
* SERVER-51743 Fix query operator for regex in cloner utils. SERVER-51744 Fix t...Suganthi Mani2020-10-231-1/+1
* Revert "SERVER-51743 Fix query operator for regex in cloner utils. SERVER-517...Suganthi Mani2020-10-231-1/+1
* SERVER-51743 Fix query operator for regex in cloner utils. SERVER-51744 Fix t...Suganthi Mani2020-10-231-1/+1
* SERVER-48808 Oplog Fetching in MigrationServiceInstanceMatthew Russotto2020-09-291-6/+19
* SERVER-50063: Consolidate OplogFetcher return code to CallbackCanceled when s...Lingzhi Deng2020-08-101-0/+6
* SERVER-48849 Add filtering to the OplogFetcherMatthew Russotto2020-07-221-10/+26
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-091-26/+29
* SERVER-47456: Test that nodes in the same data center as the primary eventual...XueruiFa2020-07-011-0/+5
* SERVER-47270: Only run the SyncSourceResolver if the syncing node is in rollb...XueruiFa2020-07-011-7/+10
* SERVER-46962 Blacklist sync sources that are shutting downPavi Vetriselvan2020-06-261-0/+8
* Revert "SERVER-47404: Track the number of sync source changes made due to fin...XueruiFa2020-06-111-5/+0
* SERVER-47404: Track the number of sync source changes made due to finding a s...Xuerui Fa2020-06-041-0/+5
* SERVER-28068: Prevent nodes from going into rollback due to falling off the s...Xuerui Fa2020-05-211-108/+141
* SERVER-47759: Hang before _connect() in oplog_fetcher_test.cppXuerui Fa2020-05-051-7/+0
* 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-11/+16
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-261-10/+10
* SERVER-46120 Make ReplSetMetadata non-optionalA. Jesse Jiryu Davis2020-03-251-19/+12
* SERVER-46120 Make OplogQueryMetadata non-optionalA. Jesse Jiryu Davis2020-03-251-56/+17
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-27/+38
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-15/+15
* SERVER-46286 Clean up unused functions in OplogFetcherSamyukta Lanka2020-02-251-59/+2
* SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBClientConn...Lingzhi Deng2020-02-221-4/+11
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0