summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_source_resolver_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-5/+5
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-4/+11
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-13/+13
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-251-1/+0
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-041-1/+0
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+1
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-1/+2
* SERVER-55963 Use "denylist" in replication subsystemsShreyas Kalyan2021-04-301-45/+45
* SERVER-55070 Separate OpTime and WallTime in IDL, aviod parsing entire oplog ...Wenbin Zhu2021-03-311-2/+2
* 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-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-1/+2
* SERVER-47270: Only run the SyncSourceResolver if the syncing node is in rollb...XueruiFa2020-07-011-47/+26
* SERVER-28068: Prevent nodes from going into rollback due to falling off the s...Xuerui Fa2020-05-211-2/+2
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-261-5/+18
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+3
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-2/+1
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39146 Refactor BatonJason Carey2019-02-051-4/+3
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-3/+5
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-0/+1
* SERVER-32178 Do not use IDL on oldest oplog entryJudah Schvimer2017-12-061-3/+49
* SERVER-27814 Prints Timestamp consistently, changes toString(), and removes t...Pavithra Vetriselvan2017-11-161-4/+4
* SERVER-31356 update the following tests to use new OplogEntry constructorBenety Goh2017-11-071-1/+15
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-6/+6
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-091-4/+2
* SERVER-28846 Use IDL to generate oplog entry parsersJudah Schvimer2017-05-171-4/+13
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-14/+21
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-031-0/+101
* SERVER-27052 moved SyncSourceSelectorMock to its own libraryBenety Goh2016-11-281-77/+53
* SERVER-27149 Don't sync from nodes in an older term.Spencer T Brody2016-11-221-4/+4
* SERVER-27011 SyncSourceResolver::startup() should return ShutdownInProgress i...Benety Goh2016-11-141-1/+10
* SERVER-26938 sync source resolver should log requiredOptime and lastOpTimeFet...Judah Schvimer2016-11-081-10/+13
* SERVER-25145 SyncSourceResolver selects sync sources based on required optime...Benety Goh2016-11-021-11/+361
* SERVER-23070 removed SyncSourceSelector::selectSyncSourceBenety Goh2016-11-011-3/+0
* SERVER-23070 rewrote SyncSourceResolver to select sync source asynchronouslyBenety Goh2016-11-011-0/+536