summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_process.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32776 ReplicationProcess::getRollbackID() no longer reads from storage...Benety Goh2018-02-131-16/+5
* SERVER-32776 add ReplicationProcess::refreshRollbackID()Benety Goh2018-02-131-0/+18
* SERVER-32776 ReplicationProcess refreshes rollback ID cache on increment and ...Benety Goh2018-02-121-9/+9
* SERVER-32114 remove RollbackProgressJudah Schvimer2017-11-301-49/+0
* SERVER-31662 Initialize rollback id to 1 and log when it changesWilliam Schultz2017-11-281-2/+14
* SERVER-31262 Storage of _rbidCommandHandle can race with destruction of SyncS...Siyuan Zhou2017-10-131-2/+0
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-101-1/+7
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-071-7/+1
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-071-1/+7
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-5/+14
* SERVER-28218 add Rollback Progress to ReplicationProcessBenety Goh2017-05-041-0/+55
* SERVER-28988 add ReplicationProcessBenety Goh2017-04-281-0/+122