summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45080 ignore voteRequest from nodes with lower configsPavithra Vetriselvan2020-01-255-49/+173
* Revert "SERVER-45080 ignore voteRequest from nodes with lower configs"William Schultz2020-01-245-173/+49
* SERVER-44162 Resume coordinating active migrations on stepupEsha Maharishi2020-01-241-0/+4
* SERVER-44083 Update Initial Sync Section of the Architecture Guide after Resu...Matthew Russotto2020-01-231-13/+32
* SERVER-44813 Implement streamable isMaster for standalonesTess Avitabile2020-01-231-22/+48
* SERVER-45716 protect call to getTerm() with mutex in replSetReconfig commandPavithra Vetriselvan2020-01-231-2/+2
* SERVER-44851 Add the TLA+ spec of replication safe reconfig.Siyuan Zhou2020-01-233-0/+543
* SERVER-43277 Implement resume after collection drop and rename in CollectionC...Vesselina Ratcheva2020-01-233-5/+235
* SERVER-45080 ignore voteRequest from nodes with lower configsPavithra Vetriselvan2020-01-235-49/+173
* SERVER-45431: Create new test fixture for OplogFetcherLingzhi Deng2020-01-233-4/+281
* SERVER-45010 Avoid taking a checkpoint on clean shutdown if stableTimestamp <...William Schultz2020-01-221-0/+10
* SERVER-45423 Use isRetriableError instead of isNetworkError for transient err...Matthew Russotto2020-01-224-18/+18
* SERVER-45467 Make the 'find' query for the new oplog fetcherSamyukta Lanka2020-01-224-3/+93
* SERVER-45616 Initial syncer should only connect to nodes in primary or second...Matthew Russotto2020-01-222-1/+58
* SERVER-44518 Add TopologyVersion to State Change Errors.Jason Chan2020-01-218-1/+30
* SERVER-43280 Implement new initial sync statisticsMatthew Russotto2020-01-214-9/+197
* SERVER-45086 Record the last committed optime in the previous config on repli...William Schultz2020-01-214-0/+60
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-2110-102/+132
* SERVER-45657 Ensure DBClientCursor includes resume fields in find command req...Vesselina Ratcheva2020-01-211-0/+1
* SERVER-45078 Ignore term in configs provided by replSetReconfig commandPavithra Vetriselvan2020-01-216-19/+86
* SERVER-44953 Secondaries should restart index builds when a commitIndexBuild ...Louis Williams2020-01-184-325/+62
* SERVER-45643 oplog_fetcher target in Sconscript should depend on clientdriver...Samyukta Lanka2020-01-171-0/+1
* SERVER-45466 Implement startup and shutdown logic for the new oplog fetcherSamyukta Lanka2020-01-164-15/+318
* SERVER-43276 Implement resume after network error functionality in Collection...Vesselina Ratcheva2020-01-163-8/+745
* SERVER-41333 Make safer for initial Sync and Shutdown to write the minValid d...Suganthi Mani2020-01-1613-25/+84
* SERVER-44458 Model-checking files for RaftMongo.tlaA. Jesse Jiryu Davis2020-01-166-20/+97
* SERVER-45280 Invalidate default read write concern cache on replication rollbackJack Mulrow2020-01-165-0/+54
* SERVER-44515 Test that TopologyCoordinator::awaitIsMasterResponse returns ear...Jason Chan2020-01-153-20/+169
* SERVER-45580 Update TODO listed in SERVER-44709Samyukta Lanka2020-01-151-1/+1
* SERVER-39364: Get the last oplog entry from the storage engine for setLastOpT...Lingzhi Deng2020-01-159-4/+93
* SERVER-45115 Eliminate circular resource dependency between ReplicationCoordi...Matthew Russotto2020-01-141-4/+5
* SERVER-34768 Sync source's optime cannot be behind the syncing node even if c...Siyuan Zhou2020-01-142-0/+30
* SERVER-44852 Handle transactions with commands during oplog applicationMaria van Keulen2020-01-147-38/+143
* SERVER-45079 Only allow addition or removal of a single voting node in non-fo...William Schultz2020-01-144-9/+203
* SERVER-45411 Complete TODO listed in SERVER-43279Matthew Russotto2020-01-141-2/+0
* SERVER-44458 Add RaftMongo.tla specA. Jesse Jiryu Davis2020-01-145-6/+354
* SERVER-44950 Update SDAM with new awaitable isMaster fields including topolog...Janna Golden2020-01-135-54/+4
* SERVER-44597 Make last oplog fetcher for stop timestamp respect initial sync ...Matthew Russotto2020-01-093-7/+239
* SERVER-43278 More unit tests for CollectionCloner class.Matthew Russotto2020-01-092-23/+255
* SERVER-44846 Create NewOplogFetcher header fileSamyukta Lanka2020-01-092-2/+357
* Revert "SERVER-30883 fast-path fetching of oldest oplog entry"Eric Milkie2020-01-091-13/+3
* SERVER-45396 Fix the 'me' field in isMaster responses when using splithorizonTess Avitabile2020-01-081-1/+1
* SERVER-30883 fast-path fetching of oldest oplog entryEric Milkie2020-01-081-3/+13
* SERVER-45077 Add a "term" field to ReplSetConfigWilliam Schultz2020-01-075-40/+158
* SERVER-45362 Fix race in AwaitIsMasterResponseReturnsOnStepDownJason Chan2020-01-072-0/+26
* SERVER-43279 Make OplogFetcher called from initial sync use the initial sync ...Matthew Russotto2020-01-077-22/+268
* SERVER-33719 Invariant if createCollectionForApplyOps renames collection in s...Daniel Ernst2020-01-071-4/+20
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-073-1/+50
* SERVER-44442 Allow queryableBackupMode to perform replication recoveryGregory Wlodarek2020-01-066-26/+257
* SERVER-45353 Increase AbstractOplogFetcher timeout in initial_sync_during_ste...Tess Avitabile2020-01-063-6/+23