summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/bgsync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Benety Goh2017-01-241-25/+54
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-201-44/+118
* SERVER-26106 raise oplog socket timeout for rollbackEric Milkie2017-01-031-3/+3
* SERVER-25145 BackgroundSync provides minValid to sync source selection in REC...Benety Goh2016-11-031-0/+6
* SERVER-25145 OplogReader::connectToSyncSource selects sync sources based on r...Benety Goh2016-11-031-1/+2
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-10-171-3/+10
* SERVER-23351 ensure applier aquires new minvalid value after rollbackEric Milkie2016-04-051-1/+10
* SERVER-23003: Wait for synctail to clear the buffer.Scott Hernandez2016-03-111-0/+10
* SERVER-22130: Reset applier lastAppliedOptime after rollbackScott Hernandez2016-03-111-9/+14
* SERVER-22845: Do not busy loop on bgsync start errorsScott Hernandez2016-03-111-0/+1
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-241-6/+6
* SERVER-22456: use 1min oplog find query timeoutr3.2.2-rc0Scott Hernandez2016-02-031-1/+1
* SERVER-22335: only prepare getmore when needed in bgsync fetcherScott Hernandez2016-01-291-8/+9
* SERVER-21988: wait for applier before starting rollbackScott Hernandez2016-01-191-24/+62
* SERVER-21930 - Restart oplog query if oplog entries are out of orderScott Hernandez2015-12-171-17/+46
* Revert "SERVER-21930 - Restart oplog query if oplog entries are out of order"Scott Hernandez2015-12-171-40/+17
* SERVER-21930 - Restart oplog query if oplog entries are out of orderScott Hernandez2015-12-171-17/+40
* SERVER-21847 log range of oplog entries read from sync sourceBenety Goh2015-12-111-1/+10
* SERVER-21490 give all NetworkInterfaceASIO threads a unique nameAdam Midvidy2015-11-181-1/+2
* SERVER-21474 Remove stepdown_while_draining test and failpointScott Hernandez2015-11-161-9/+0
* SERVER-21250: pushAll from network threadScott Hernandez2015-11-131-32/+54
* SERVER-21452 log begin and end of fetcher in bgsyncBenety Goh2015-11-131-0/+2
* SERVER-21410: Removed dead appliedBuffer codeScott Hernandez2015-11-111-29/+0
* SERVER-21368: fix repl network buffer stats accountingScott Hernandez2015-11-111-3/+11
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-061-3/+7
* Revert "SERVER-21154 Batch and parse oplog entries in parallel with applying ...Mathias Stearn2015-11-041-5/+0
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-041-0/+5
* SERVER-20822 make sync source decisions based on ReplSetMetadatamatt dannenberg2015-10-141-3/+10
* SERVER-20655: truncate oplog when recovering from failed batchScott Hernandez2015-10-121-1/+2
* SERVER-20604 unblock AwaitData queries if commit level needs updating downstr...Eric Milkie2015-10-061-0/+1
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-2/+2
* SERVER-20346 Changed triggering of elections under protocol version 1 to be t...Benety Goh2015-09-171-2/+2
* SERVER-18265 set proper timeout for find/getmore repl commandsEric Milkie2015-09-031-1/+8
* Revert "SERVER-18265 set proper timeout for find/getmore repl commands"Eric Milkie2015-09-031-8/+1
* SERVER-18265 set proper timeout for find/getmore repl commandsEric Milkie2015-09-031-1/+8
* SERVER-20187 wake up from blockingPeek when entering drain modeEric Milkie2015-09-031-0/+4
* SERVER-20187 BackgroundSync::producerThread does not need external task executorBenety Goh2015-09-031-7/+7
* SERVER-20187 BackgroundSync::cancelFetcher() aborts existing find/getMore com...Benety Goh2015-09-031-15/+19
* SERVER-18384 added ReplicationCoordinator::signalPrimaryUnavailable()Benety Goh2015-09-021-1/+5
* SERVER-18384 updated steady sync awaitData timeout to be dependent on electio...Benety Goh2015-08-311-2/+11
* SERVER-19831 integrated replication coordinator metadata with steady syncBenety Goh2015-08-211-10/+37
* SERVER-19855 Parsing/serialization logic for OpTimeKaloian Manassiev2015-08-121-2/+2
* SERVER-19861 converted uses of std::chrono::duration::count() to mongo::durat...Benety Goh2015-08-111-3/+3
* SERVER-19782 Fix deadlock during shutdown mid transition to primarySpencer T Brody2015-08-051-0/+1
* SERVER-19307 background fetcher callback should not proceed if background syn...Benety Goh2015-08-031-33/+66
* SERVER-19307 updated BackgroundSync producer thread to tail remote oplog usin...Benety Goh2015-07-211-77/+163
* SERVER-19307 refactored BackgroundSync producer thread and rollback code.Benety Goh2015-07-141-42/+53
* SERVER-18948 replace oplog hash calculation with pseudo random numbermatt dannenberg2015-07-101-19/+1
* SERVER-18994 rework applier draining to avoid possible deadlockmatt dannenberg2015-07-071-5/+7
* SERVER-19307 extended BackgroundSync producer thread to accept a task executo...Benety Goh2015-07-071-24/+24