Skip to content

Commit

Permalink
roachtest/cdc: remove dead cluster settings from roachtest/cdc
Browse files Browse the repository at this point in the history
Previously, we removed relevant cluster settings to
`jobs.registry.retry.initial_delay` and `jobs.registry.retry.max_delay`
in #135825 but didn't remove its usage from
`cdc/initial-scan-rolling-restart`. This patch removes its
usage from roachtest/cdc.

Fixes: #135973
Fixes: #135974
Release note: none
  • Loading branch information
wenyihu6 committed Nov 22, 2024
1 parent 56c7675 commit 47433b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/cmd/roachtest/tests/cdc.go
Original file line number Diff line number Diff line change
Expand Up @@ -1043,8 +1043,6 @@ func runCDCInitialScanRollingRestart(
`ALTER TABLE large SCATTER`,
fmt.Sprintf(`CREATE TABLE small (id PRIMARY KEY) AS SELECT generate_series(%d, %d)`, largeRowCount+1, largeRowCount+smallRowCount),
`ALTER TABLE small SCATTER`,
`SET CLUSTER SETTING jobs.registry.retry.initial_delay = '.1s'`,
`SET CLUSTER SETTING jobs.registry.retry.max_delay = '.4s'`,
}
switch checkpointType {
case cdcNormalCheckpoint:
Expand Down

0 comments on commit 47433b7

Please sign in to comment.