summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-241-1/+1
* SERVER-75271 Add a hint that shutdown in progress in warning message in ReplS...Moustafa Maher Khalil2023-04-041-2/+4
* SERVER-72225 Fail waiting for config commitment if new config was installed w...Ali Mir2023-03-031-4/+6
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-1/+5
* SERVER-70146 Migrate checkAuthForCommand to checkAuthForOperationSara Golemon2022-10-041-7/+9
* SERVER-68584 Generalize skipTicketAcquisitionForLockLeonardo Menti2022-09-071-1/+1
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-13/+13
* SERVER-67617 Stop using ErrorCategory::Interruption in Replicationseanzimm2022-08-051-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-1/+1
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-13/+7
* SERVER-67417 Return error when receiving replSetUpdatePosition with an mismat...Didier Nadeau2022-06-301-0/+8
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-0/+5
* SERVER-66809 Move BSON serialization out of the lock in prepareReplMetadataMatthew Russotto2022-06-071-1/+1
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-4/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+0
* SERVER-65970 replSetFreeze does not handle large values for secondsBenety Goh2022-04-261-1/+1
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-201-6/+12
* SERVER-63058 Change StorageEngineImpl::listDatabases() to return a list of Te...Sophia Tan2022-01-281-4/+4
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* SERVER-61593 Test command waitForMemberState should be interruptibleMatthew Russotto2021-11-191-1/+1
* SERVER-61007 ReplSetGetStatus calls storage with no lockHuayu Ouyang2021-10-291-5/+28
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-07-231-1/+1
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-1/+0
* SERVER-56479 Server logging of BSON containing BinData does not roundtripMark Benvenuto2021-07-201-2/+2
* SERVER-57045: Remove TODO for SERVER-34806Lingzhi Deng2021-06-291-2/+0
* SERVER-47828 Add getConfig* methods to avoid copying ReplSetConfigCarolyn Duan2021-06-221-1/+1
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-11-101-1/+1
* SERVER-49183 Remove unused parameter from TopologyCoordinator::setLastOptime.George Wangensteen2020-10-211-8/+1
* Revert "SERVER-50318: Only cancel scheduled heartbeats"XueruiFa2020-10-131-1/+1
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-09-291-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-49730: Replace usages of waitForDrainFinishXueruiFa2020-08-041-14/+0
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-091-2/+16
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-081-16/+2
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-031-2/+16
* SERVER-46726 Using testing proctor to control diagnostics in "db/repl"Amirsaman Memaripour2020-06-101-1/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47142 Don't allow non-force reconfig command in drain mode.Siyuan Zhou2020-04-171-9/+3
* SERVER-47142 Check primary before writing config and no-op.Siyuan Zhou2020-04-171-18/+0
* SERVER-47142 Revert "SERVER-45094 check if node is primary before doing recon...Siyuan Zhou2020-04-171-21/+15
* SERVER-44068 Add a 'restartHeartbeats' replication test commandWilliam Schultz2020-04-141-0/+3
* SERVER-46999 Remove safe replica set reconfig feature gateAli Mir2020-04-071-3/+2
* SERVER-46894 Wait for the current config to be committed before running recon...Siyuan Zhou2020-04-041-2/+30
* SERVER-45094 check if node is primary before doing reconfig noop writePavi Vetriselvan2020-04-021-15/+21
* Revert "SERVER-45094 check if node is primary before doing reconfig noop write"Pavi Vetriselvan2020-04-011-21/+15
* SERVER-45094 check if node is primary before doing reconfig noop writePavi Vetriselvan2020-04-011-15/+21