summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-1/+5
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-1/+2
* SERVER-70551 Remove a data race on the oplog collection cached pointer in Rep...Frederic Vitzikam2022-10-181-3/+3
* SERVER-69861 Uninterruptible lock guard in election causes FCBIS to hangMatthew Russotto2022-10-041-0/+2
* SERVER-65315 Enfore mutual exclusion between serverless operationsDidier Nadeau2022-09-291-0/+2
* Revert "SERVER-65315 Enforce mutual exclusion between serverless operations"Sviatlana Zuiko2022-09-161-2/+0
* SERVER-65315 Enforce mutual exclusion between serverless operationsMatt Broadstone2022-09-151-0/+2
* SERVER-68584 Generalize skipTicketAcquisitionForLockLeonardo Menti2022-09-071-1/+1
* SERVER-64750 Implement a quick-find shortcut to skip running isSelf when we h...Vesselina Ratcheva2022-09-021-3/+25
* SERVER-68931 Drain oplog buffers before applying recipient configMatt Broadstone2022-08-311-1/+38
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-67644 fix racy std::string metricBilly Donahue2022-08-141-4/+5
* SERVER-67617 Stop using ErrorCategory::Interruption in Replicationseanzimm2022-08-051-1/+1
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-15/+15
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-67954 Notify BackgroundSync when data relevant to sync source selectio...Matthew Russotto2022-07-161-3/+14
* SERVER-67954 Add logging to make it easier to track w:1 and w:majority unavai...Matthew Russotto2022-07-161-1/+3
* SERVER-63194 Remove file copy based initial sync feature flagMatthew Russotto2022-07-141-2/+1
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-28/+1
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-18/+7
* SERVER-49735 Get rid of redundant condition that is always trueEvelyn Wu2022-06-131-1/+1
* SERVER-62189 Removed unused variable _drainFinishedCondLuxi Liu2022-06-091-1/+0
* SERVER-66810 Pull expensive calls like _wakeReadyWaiters out of the replSetUp...Matthew Russotto2022-06-081-17/+26
* SERVER-66809 Move BSON serialization out of the lock in prepareReplMetadataMatthew Russotto2022-06-071-18/+17
* SERVER-65657 Reduce calls to the cappedInsertNotifier for the oplogMatthew Russotto2022-06-011-3/+3
* SERVER-65671 Use _termShadow in updateTerm and processReplSetMetadataMatthew Russotto2022-06-011-6/+20
* SERVER-66721 Send an heartbeat to recipients following a shard splitDidier Nadeau2022-05-261-0/+11
* SERVER-46907 Speed up reconfig replication acknowledgementMatt Broadstone2022-05-251-1/+8
* SERVER-66023 Use DelayableTimeoutCallback class to avoid resetting election a...Matthew Russotto2022-05-181-5/+12
* SERVER-64939 Send replSetStepUp command to recipient nodeDidier Nadeau2022-05-131-7/+19
* SERVER-66235 Clear sync source following a shard split reconfigDidier Nadeau2022-05-101-0/+7
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-4/+1
* SERVER-64627 Refactor onInitialSyncComplete and onStartupRecoveryComplete int...Vesselina Ratcheva2022-04-211-2/+3
* SERVER-65788 Do not hold Global lock when calling startDataReplicationMatthew Russotto2022-04-201-0/+7
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-2/+3
* SERVER-64635 Remove const in return type of _getSyncSourceReadPreference(With...Matthew Russotto2022-04-081-1/+1
* SERVER-61864 Disallow removing custom write concern during reconfig if it is ...Vesselina Ratcheva2022-04-021-0/+52
* SERVER-64996 Dump all locks before fasserting on RSTL timeoutAdi Zaimi2022-03-301-0/+4
* SERVER-61117 Prevent uncaught errors in ReplicationCoordinatorImpl::startLoad...Vesselina Ratcheva2022-03-291-19/+37
* Revert "SERVER-61117 Prevent uncaught errors in ReplicationCoordinatorImpl::s...Vesselina Ratcheva2022-03-291-37/+19
* SERVER-61117 Prevent uncaught errors in ReplicationCoordinatorImpl::startLoad...Vesselina Ratcheva2022-03-281-19/+37
* SERVER-64517 Recover RecoverableCriticalSection after initialSync and startup...Jordi Serra Torrens2022-03-161-0/+2
* SERVER-63417 Oplog fetcher should not retry when a node is known to be downMatthew Russotto2022-03-161-3/+21
* SERVER-62082 Decrement numAwaitingTopologyChanges on error after waiting in a...Vesselina Ratcheva2022-03-121-7/+32
* SERVER-62346 Apply recipient config when heartbeat presents a splitConfigDidier Nadeau2022-03-041-2/+1
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-201-11/+33
* SERVER-63579: Prevent initial sync from fasserting when shutting down replica...XueruiFa2022-02-111-1/+1