summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_fetcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBCl...Lingzhi Deng2020-02-211-11/+4
* SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBClientConn...Lingzhi Deng2020-02-201-4/+11
* SERVER-44710: Add metrics.repl.network.getmores.numEmptyBatchesLingzhi Deng2020-02-201-4/+29
* SERVER-45574: Replace OplogFetcher with NewOplogFetcherLingzhi Deng2020-02-191-387/+32
* SERVER-45574: Use NewOplogFetcher in steady state replication and initial syncLingzhi Deng2020-02-191-1/+20
* SERVER-46171: NewOplogFetcher should check for shutdown before retrying the i...Lingzhi Deng2020-02-141-3/+13
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-27/+63
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-2/+2
* SERVER-45470 Process metadata with each new batch in the new oplog fetcherSamyukta Lanka2020-02-121-7/+107
* SERVER-44705: Track time spent in each batchLingzhi Deng2020-02-111-1/+6
* SERVER-46053: NewOplogFetcher should send term and lastCommittedOpTime in get...Lingzhi Deng2020-02-111-0/+6
* SERVER-46054: Test getMore empty batch for NewOplogFetcherLingzhi Deng2020-02-101-3/+2
* SERVER-45469 Process batches in the new oplog fetcherSamyukta Lanka2020-02-101-1/+182
* SERVER-45931: Handle DBClientConnection connect and reconnect in NewOplogFetcherLingzhi Deng2020-02-061-2/+41
* SERVER-45468 Create a DBClientCursor in the new oplog fetcherSamyukta Lanka2020-02-041-10/+150
* SERVER-42705 Create test that initial sync survives sync source restartMatthew Russotto2020-01-271-1/+6
* SERVER-45431: Create new test fixture for OplogFetcherLingzhi Deng2020-01-231-1/+12
* SERVER-45467 Make the 'find' query for the new oplog fetcherSamyukta Lanka2020-01-221-0/+44
* SERVER-45466 Implement startup and shutdown logic for the new oplog fetcherSamyukta Lanka2020-01-161-0/+140
* SERVER-43279 Make OplogFetcher called from initial sync use the initial sync ...Matthew Russotto2020-01-071-0/+34
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42556 Remove TODO listed in SERVER-23499Judah Schvimer2019-09-261-1/+0
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-13/+20
* SERVER-42910 Oplog query with higher timestamp but lower term than the sync s...Siyuan Zhou2019-08-211-3/+3
* SERVER-42485 Make wall clock times in replication structures required after 4.2Jason Chan2019-08-051-4/+2
* SERVER-42485 Remove FCV checks gating reporting wall clock times in ReplicationJason Chan2019-08-051-24/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-19/+9
* SERVER-41780 always wait for write concern on prepareTransaction retriesJudah Schvimer2019-06-251-0/+5
* SERVER-39794 Abort in-progress transactions on stepupSiyuan Zhou2019-05-141-2/+6
* SERVER-41081 do_not_advance_commit_point_beyond_last_applied_term.js must wai...Tess Avitabile2019-05-131-0/+1