summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59929 Limit the blocking of split/merge behind other metadata operatio...Kaloian Manassiev2021-12-141-3/+0
* SERVER-56096 Remove replication recovery invariant that stableTimestamp equal...Vesselina Ratcheva2021-10-282-33/+0
* SERVER-34938 Secondary slowdown or hang due to content pinned in cache by sin...r4.0.27-rc0r4.0.27Moustafa Maher2021-08-302-1/+9
* SERVER-59074 Do not acquire storage tickets just to set/wait on oplog visibilityGregory Wlodarek2021-08-202-6/+16
* SERVER-55465 Response from all nodes means sufficient responses have been rec...Vishnu Kaushik2021-07-062-2/+34
* SERVER-56054: Change minThreads value for replication writer thread pool to 0Lingzhi Deng2021-06-241-6/+41
* SERVER-44316 Remove incorrect log message in initial_syncer.cppCarolyn Duan2021-06-161-1/+0
* SERVER-56489: New pass-through test with random hello server-side delaysAndrew Shuvalov2021-06-011-1/+52
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Jason Chan2021-05-3011-72/+161
* SERVER-57015: Ensure findAndModify image collection writes are not replicated.Daniel Gottlieb2021-05-191-0/+2
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-05-182-4/+12
* SERVER-56713 Avoid creating retryable findAndModify images while in initial syncJason Chan2021-05-123-8/+35
* SERVER-56376 Allow retries of findAndModify to extract image from `config.ima...Jason Chan2021-05-102-0/+4
* SERVER-56375: Add ability to write retryable findAndModify deletes to `config...Jason Chan2021-05-071-2/+14
* SERVER-56374 Add ability to write retryable findAndModify updates to `config....Jason Chan2021-05-073-1/+90
* SERVER-56373 Add storeFindAndModifyImagesInOplog parameter and introduce 'nee...Jason Chan2021-05-054-7/+32
* SERVER-35649 Retry DNS failures during reconfigXuerui Fa2021-03-117-19/+40
* SERVER-53612: Fix StepDown hangs when all nodes are caught up but none is imm...Lingzhi Deng2021-03-074-3/+30
* SERVER-43904: Filter unelectable nodes during election handoffXueruiFa2021-01-141-0/+3
* SERVER-53026 Fix "resync" commandA. Jesse Jiryu Davis2020-12-132-7/+16
* SERVER-52680 Start replication when leaving REMOVED stateA. Jesse Jiryu Davis2020-11-201-2/+13
* SERVER-51902 Check if storage engine supports Recover to Stable Timestamp rat...Samy Lanka2020-11-171-2/+3
* SERVER-33747 Fix crash when arbiter restarts and enters REMOVEDA. Jesse Jiryu Davis2020-11-093-2/+9
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-10-212-2/+6
* SERVER-45992 Skip nojournal warning when starting up with inMemory storage en...Gregory Noma2020-10-211-40/+43
* SERVER-48518 Fix rollback via refetch anomaly, try 2A. Jesse Jiryu Davis2020-10-073-0/+31
* SERVER-51106 Make the isMaster command a derived class of hellor4.0.21-rc0Ali Mir2020-10-051-9/+31
* Revert "SERVER-48518 Fix rollback via refetch anomaly"A. Jesse Jiryu Davis2020-10-023-31/+0
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-09-293-0/+31
* SERVER-50607 Must hold mutex when calling _checkForShutdownAndConvertStatus_i...Matthew Russotto2020-09-221-5/+10
* SERVER-50915 fsyncLock must not take a stable checkpoint when majority read c...Gregory Wlodarek2020-09-211-3/+1
* Revert "SERVER-48518 Fix rollback via refetch anomaly"A. Jesse Jiryu Davis2020-09-153-31/+0
* SERVER-49987 Rename response fields if hello command is sent on mongodAli Mir2020-09-153-19/+48
* SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster al...Pavi Vetriselvan2020-09-151-3/+10
* SERVER-48518 Fix rollback via refetch anomalyWilliam Schultz2020-09-083-0/+31
* SERVER-48938: Allow primary-elect to complete drain mode even if it is steppi...XueruiFa2020-09-035-25/+17
* SERVER-48967 Ban non-primary writes with empty namespaceA. Jesse Jiryu Davis2020-07-246-30/+122
* SERVER-49527 recoverFromOplogAsStandalone does not relax index constraintsJudah Schvimer2020-07-151-0/+3
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2020-07-084-47/+38
* SERVER-46897 Clear replication node seed list whenever we install a new confi...William Schultz2020-06-291-0/+3
* SERVER-48695 setAppliedThrough must set orderedCommit=false on the recovery unitMatthew Russotto2020-06-231-0/+1
* SERVER-43097 Improve log messaging when index builds get foregrounded because...Gregory Noma2020-06-151-2/+2
* SERVER-47695: Don't set lastOp for client backwards in terms of timestamp aft...Lingzhi Deng2020-05-271-4/+7
* SERVER-39498 Make rollback trigger a lazy (rather than blocking) reload of th...Matthew Saltz2020-05-041-8/+3
* SERVER-37929 reload ShardRegistry on config servers on rollbackMisha Tyulenev2020-04-271-0/+15
* SERVER-47613 Fix invariant when a removed member votesA. Jesse Jiryu Davis2020-04-252-1/+46
* Revert "SERVER-46195: Hang secondary before validate command in rollback_afte...Xuerui Fa2020-03-201-8/+0
* SERVER-33627: InitialSyncer needs to handle exceptionsLingzhi Deng2020-03-193-7/+40
* SERVER-46195: Hang secondary before validate command in rollback_after_enabli...Xuerui Fa2020-03-171-0/+8
* SERVER-35050 Don't abort collection clone due to negative document countMihai Andrei2020-02-272-8/+9