summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_fetcher_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55070 Separate OpTime and WallTime in IDL, aviod parsing entire oplog ...Wenbin Zhu2021-03-311-3/+6
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-1/+1
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-18/+18
* SERVER-51798 Pass an options struct into OplogFetcher rather than individual ...Matthew Russotto2020-12-151-9/+13
* SERVER-51749 Remove some sanity checks (like ErrorCodes::OplogStartMissing) f...Matthew Russotto2020-11-031-2/+94
* SERVER-51246 Write a noop into the oplog buffer after each batch to ensure te...Judah Schvimer2020-10-291-7/+71
* SERVER-51743 Fix query operator for regex in cloner utils. SERVER-51744 Fix t...Suganthi Mani2020-10-231-4/+4
* Revert "SERVER-51743 Fix query operator for regex in cloner utils. SERVER-517...Suganthi Mani2020-10-231-1/+1
* SERVER-51743 Fix query operator for regex in cloner utils. SERVER-51744 Fix t...Suganthi Mani2020-10-231-1/+1
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-10/+5
* SERVER-50063: Consolidate OplogFetcher return code to CallbackCanceled when s...Lingzhi Deng2020-08-101-16/+7
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-1/+2
* SERVER-48849 Add filtering to the OplogFetcherMatthew Russotto2020-07-221-14/+120
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-091-3/+23
* SERVER-48734: Fix db_repl_test in TSANLingzhi Deng2020-07-071-4/+4
* SERVER-47270: Only run the SyncSourceResolver if the syncing node is in rollb...XueruiFa2020-07-011-33/+73
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-4/+13
* SERVER-28068: Prevent nodes from going into rollback due to falling off the s...Xuerui Fa2020-05-211-0/+99
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-2/+1
* SERVER-47759: Hang before _connect() in oplog_fetcher_test.cppXuerui Fa2020-05-051-2/+3
* SERVER-47125 Don't trust OplogQueryMetadata.primaryIndexA. Jesse Jiryu Davis2020-04-231-2/+2
* SERVER-31429: Use last fetched instead of last applied OpTime to eval sync so...Xuerui Fa2020-04-161-2/+5
* SERVER-47125 Remove ReplSetMetadata.primaryIndex, require isPrimaryA. Jesse Jiryu Davis2020-04-151-4/+4
* SERVER-47322 Use correct expected value in CursorIsDeadShutsDownOplogFetcherW...Matthew Russotto2020-04-031-3/+2
* SERVER-47096 Add ReplSetMetadata.configTermA. Jesse Jiryu Davis2020-03-301-1/+1
* SERVER-47097 Add ReplSetMetadata.isPrimaryA. Jesse Jiryu Davis2020-03-271-2/+2
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-261-1/+3
* SERVER-46120 Make ReplSetMetadata non-optionalA. Jesse Jiryu Davis2020-03-251-19/+28
* SERVER-46120 Make OplogQueryMetadata non-optionalA. Jesse Jiryu Davis2020-03-251-40/+9
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-3/+3
* SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBClientConn...Lingzhi Deng2020-02-221-0/+30
* SERVER-45574: Replace OplogFetcher with NewOplogFetcherLingzhi Deng2020-02-191-1089/+164
* SERVER-46171: NewOplogFetcher should check for shutdown before retrying the i...Lingzhi Deng2020-02-141-0/+30
* SERVER-46162: Fix race in OplogFetcherAutoReconnectsButFails unit testLingzhi Deng2020-02-141-3/+13
* SERVER-45470 Process metadata with each new batch in the new oplog fetcherSamyukta Lanka2020-02-121-31/+252
* SERVER-46053: NewOplogFetcher should send term and lastCommittedOpTime in get...Lingzhi Deng2020-02-111-5/+62
* SERVER-46054: Test getMore empty batch for NewOplogFetcherLingzhi Deng2020-02-101-0/+34
* SERVER-45469 Process batches in the new oplog fetcherSamyukta Lanka2020-02-101-236/+841
* SERVER-45931: Handle DBClientConnection connect and reconnect in NewOplogFetcherLingzhi Deng2020-02-061-2/+186
* SERVER-45468 Create a DBClientCursor in the new oplog fetcherSamyukta Lanka2020-02-041-99/+516
* SERVER-45431: Create new test fixture for OplogFetcherLingzhi Deng2020-01-231-3/+250
* SERVER-45467 Make the 'find' query for the new oplog fetcherSamyukta Lanka2020-01-221-0/+44
* SERVER-45466 Implement startup and shutdown logic for the new oplog fetcherSamyukta Lanka2020-01-161-0/+167
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-111-21/+13
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-17/+16
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-3/+30
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-29/+53
* SERVER-39608 Prevent the OplogFetcher from enqueing a document twice when usi...Vesselina Ratcheva2019-04-101-0/+156