Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
35936: server,log: increase the max sync durations r=bdarnell a=tbg We know that the engine check fires during some tests ([clearrange], for example). This puts us in an awkward position: on the one hand, not being able to sync an engine in 10s is certainly going to cause lots of terrible snowball effects which then eat up troubleshooting time, but on the other hand we're not likely to fix all of the problems in 19.1. For now, up the limit significantly. Also up the corresponding log partition time limit, though we've seen that fire only in rare cases that likely really highlighted some I/O problem (or a severe case of being CPU bound). [clearrange]: cockroachdb#34860 (comment) Release note: None Co-authored-by: Tobias Schottdorf <[email protected]>
- Loading branch information