summaryrefslogtreecommitdiff
path: root/jstests/replsets/catchup.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68871 Remove 'isJsonLogNoConn()' and 'isJsonLog()' functions because ↵Ivan Fefer2022-09-071-6/+1
| | | | they always return true. Refactor the callers.
* 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 ↵Judah Schvimer2020-07-081-1/+1
| | | | | | by default" This reverts commit 76983a1c333c3c0ee563686d8d3643f7b5aa6f67.
* 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 ↵Medha Potluri2019-08-161-3/+16
| | | | primaries
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-1/+1
| | | | assert.commandWorked()
* SERVER-41507 Track the time the new term oplog entry was written in ↵Medha Potluri2019-08-131-3/+23
| | | | replSetStatus on primaries
* 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 ↵Medha Potluri2019-08-131-2/+54
| | | | reason in serverStatus
* 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 ↵Medha Potluri2019-07-261-0/+14
| | | | serverStatus
* SERVER-38516 Tighten up tests that don't fail when not closing connections ↵Matthew Russotto2019-02-121-5/+2
| | | | during stepdown bbut allow exceptions during stepdown
* 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 ↵Benety Goh2017-05-171-5/+4
| | | | expectedPrimaryIndex
* SERVER-28751 Allow stepDown command to work against primary in catchup modeSiyuan Zhou2017-05-021-21/+19
| | | | SERVER-28702 Race condition of stepdown command and signaling stepdown waiter
* 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
| | | | This reverts commit c08590a6ac9dc54c9d910822d47ea17140b56f89.
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-116/+71
| | | | This reverts commit d0c851e2f4bfea514e22c97af1838640d2849a8c.
* 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 ↵Spencer T Brody2017-02-021-1/+6
| | | | already being a candidate.
* SERVER-27680 Merge stopOplogFetcher and pauseRsBgSyncProducer failpoint into ↵Spencer T Brody2017-01-181-33/+9
| | | | single stopReplProducer failpoint
* SERVER-27216: Increase catchup timeout to 300 seconds in catchup.jsSpencer Jackson2017-01-031-44/+40
| | | | (cherry picked from commit f400de25273712c3f84f2e6c5e8f7fdefaac45e5)
* SERVER-26934 removed hardcoded ReplSetTest.awaitReplication timeouts from JS ↵Benety Goh2016-11-071-4/+4
| | | | tests
* 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
SERVER-23662 Implement "catch-up timeout" configuration variable