summaryrefslogtreecommitdiff
path: root/jstests/replsets/catchup.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68871 Remove 'isJsonLogNoConn()' and 'isJsonLog()' functions because t...Ivan Fefer2022-09-071-6/+1
* SERVER-55963 Use "denylist" in replication subsystemsShreyas Kalyan2021-04-301-1/+1
* SERVER-55703 Update getDefaultRWConcernMoustafa Maher2021-04-291-0/+4
* SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstestsAli Mir2020-09-091-1/+1
* SERVER-49187 Make ReplSetTest .stepUp() robust to election failures.Suganthi Mani2020-07-301-3/+1
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-091-1/+1
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-081-1/+1
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-031-1/+1
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-1/+6
* SERVER-45081 Increment config term via reconfig on stepup.Siyuan Zhou2020-03-031-1/+3
* SERVER-43867 Move check_log.js inside src/mongo/shell/Vesselina Ratcheva2019-11-271-1/+0
* SERVER-41505 Track average number of catchup ops in serverStatusXuerui Fa2019-09-121-55/+8
* SERVER-41504 Track the number of ops during catchup in replSetStatus on prima...Medha Potluri2019-08-161-3/+16
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-1/+1
* SERVER-41507 Track the time the new term oplog entry was written in replSetSt...Medha Potluri2019-08-131-3/+23
* SERVER-41503 Track the target opTime for catchup in replSetStatus on primariesMedha Potluri2019-08-131-0/+22
* SERVER-41502 Track the number of times primary catchup concludes for each rea...Medha Potluri2019-08-131-2/+54
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-212/+210
* SERVER-41501 Track the number of elections that require primary catchup in se...Medha Potluri2019-07-261-0/+14
* SERVER-38516 Tighten up tests that don't fail when not closing connections du...Matthew Russotto2019-02-121-5/+2
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-0/+1
* SERVER-31669 Increase the election timeout in case 3 of catchup.jsSiyuan Zhou2018-01-251-14/+21
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-1/+1
* SERVER-28100 ReplSetTest.awaitNodesAgreeOnPrimary() accepts an optional expec...Benety Goh2017-05-171-5/+4
* SERVER-28751 Allow stepDown command to work against primary in catchup modeSiyuan Zhou2017-05-021-21/+19
* SERVER-28969 Wait until the voter has the latest optime in case 3 of catchup.jsSiyuan Zhou2017-04-271-1/+8
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-71/+116
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-116/+71
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-71/+116
* SERVER-27889 Handle case in catchup.js where stepUp fails due to node already...Spencer T Brody2017-02-021-1/+6
* SERVER-27680 Merge stopOplogFetcher and pauseRsBgSyncProducer failpoint into ...Spencer T Brody2017-01-181-33/+9
* SERVER-27216: Increase catchup timeout to 300 seconds in catchup.jsSpencer Jackson2017-01-031-44/+40
* SERVER-26934 removed hardcoded ReplSetTest.awaitReplication timeouts from JS ...Benety Goh2016-11-071-4/+4
* SERVER-26071 log latest op in catchup.js on errorJudah Schvimer2016-09-121-1/+1
* SERVER-26045 Only configure fail points when it is necessary in catchup.jsSiyuan Zhou2016-09-091-10/+12
* SERVER-25712 Enforce the sync source in catchup.jsSiyuan Zhou2016-08-221-0/+1
* SERVER-25636 Wait until the old primary steps down in catchup.jsSiyuan Zhou2016-08-161-4/+4
* SERVER-25611 fixed exception variable name in catchup.jsBenety Goh2016-08-151-1/+1
* SERVER-25541 Fix waiting on slow stop and unexpected election in catchup.jsSiyuan Zhou2016-08-101-7/+13
* SERVER-23663 fix lintEric Milkie2016-08-051-1/+1
* SERVER-23663 New primary syncs from chosen node to catch up with timeoutSiyuan Zhou2016-08-041-0/+167