summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_fetcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-4/+7
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-2/+25
* SERVER-39608 Prevent the OplogFetcher from enqueing a document twice when usi...Vesselina Ratcheva2019-04-101-2/+14
* SERVER-39831 Never update commit point beyond last applied if learned from sy...Tess Avitabile2019-04-011-1/+15
* SERVER-39367 Advance commit point when it has the same term as the last appliedSiyuan Zhou2019-02-261-31/+12
* 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-4/+9
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-36/+19
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33248 Allow choosing a sync source that we are up to date with if it h...Tess Avitabile2018-08-221-25/+51
* SERVER-36052 Remove _rsConfig.getProtocolVersion() check as part of pv0 code ...smani872018-07-291-5/+1
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-5/+2
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-061-2/+3
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-33812 always add afterClusterTime to oplog tailing queryBenety Goh2018-04-181-4/+3
* SERVER-32516 remove make_optional typeJudah Schvimer2018-01-311-1/+1
* SERVER-32466 Remove FCV replication behaviors only relevant to the 3.4-3.6 tr...William Schultz2018-01-291-5/+1
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid feature...Dianna Hohensee2018-01-241-1/+1
* SERVER-32794 Make timeouts unrelated to elections not depend on election timeoutJudah Schvimer2018-01-221-1/+4