summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/bgsync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+7
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-271-7/+4
* SERVER-23308 integrated repl::multiApply into data replicatorBenety Goh2016-05-241-12/+21
* SERVER-22775 integrated OplogFetcher into BackgroundSyncBenety Goh2016-04-261-302/+174
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+2
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-2/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+2
* SERVER-18038 replaced uses of minvalid.h with repl storage interfaceBenety Goh2016-04-181-3/+4
* SERVER-23567 BackgroundSync blacklists source when it gets invalid BSON error...Benety Goh2016-04-071-0/+6
* SERVER-23567 protect access to _syncSourceHost in BackgroundSyncBenety Goh2016-04-071-7/+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-22845: Do not busy loop on bgsync start errorsScott Hernandez2016-03-111-0/+1
* SERVER-22913 create SyncSourceResolvermatt dannenberg2016-03-071-36/+47
* SERVER-22262 Do not truncate the last applied oplog entry during batch recoverySiyuan Zhou2016-02-081-1/+2
* SERVER-22452: log message when fetching the oplog ends abruptlyScott Hernandez2016-02-051-19/+17
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-4/+4
* SERVER-22456: use 1min oplog find query timeoutScott Hernandez2016-02-031-1/+1
* SERVER-22335: only prepare getmore when needed in bgsync fetcherScott Hernandez2016-01-291-8/+9
* SERVER-22130: Reset applier lastAppliedOptime after rollbackScott Hernandez2016-01-191-12/+17
* SERVER-21988: wait for applier before starting rollbackScott Hernandez2016-01-081-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-101-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