summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/base_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-24/+58
* SERVER-45503 Arrange events so cloner onCompletion is never run with lock heldMatthew Russotto2020-01-281-5/+13
* SERVER-45423 Use isRetriableError instead of isNetworkError for transient err...Matthew Russotto2020-01-221-1/+1
* SERVER-30622 Refactor outage determination in initialSyncSharedDataMatthew Russotto2019-12-171-27/+11
* SERVER-43275 Implement retry-on-network-error logic in cloners, except for qu...Matthew Russotto2019-11-071-9/+118
* SERVER-44374 Base cloner must not hold locks when fulfilling promiseMatthew Russotto2019-11-041-2/+6
* SERVER-44280 Make InitialSyncSharedData into a class and add methods for retry.Matthew Russotto2019-10-301-12/+10
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-0/+237