Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
100541: logictest: disable circuit breakers in TestParallel r=yuzefovich a=yuzefovich **roachtest: remove redundant enabling of circuit breakers in TPCC** This commit removes the now redundant change to the `kv.replica_circuit_breaker.slow_replication_threshold` cluster setting which enables the circuit breakers on slow replication. This setting is already enabled by default. Release note: None **logictest: disable circuit breakers in TestParallel** We've seen TestParallel fail a couple of times in the last few weeks with an error like ``` (XXUUU) job 852880168431714305: could not mark as reverting: job 852880168431714305: select-job: replica unavailable: (n3,s3):3 unable to serve request to r9:/Table/{5-6} [(n1,s1):1, (n2,s2):2, (n3,s3):3, next=4, gen=4]: closed timestamp: 1680349889.289547265,0 (2023-04-01 11:51:29); raft status: {"id":"3","term":70,"vote":"3","commit":110,"lead":"0","raftState":"StateCandidate","applied":110,"progress":{},"leadtransferee":"0"}: have been waiting 62.00s for slow proposal RequestLease [/Table/5,/Min) replica_raft.go:1387: in refreshProposalsLocked() ``` My hypothesis is that this failure is not concerning, and it simply occurs rarely because TestParallel overloads the machine significantly. To prevent this flake from occurring this commit disables the circuit breakers on slow proposals. Fixes: #100393. Release note: None Co-authored-by: Yahor Yuzefovich <yahor@cockroachlabs.com>
- Loading branch information